[Bug translator/14432] New: tempdir isn't always removed

jistone at redhat dot com sourceware-bugzilla@sourceware.org
Sat Aug 4 03:15:00 GMT 2012


http://sourceware.org/bugzilla/show_bug.cgi?id=14432

             Bug #: 14432
           Summary: tempdir isn't always removed
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com
    Classification: Unclassified


There are a number of places in the translator that call exit(), which means
that session tempdirs are not removed.  The most obvious case is "stap -V".

Some of these exit() calls may have been an issue for a while, but I think some
are also a regression due to PR13516 commit b96901b7, which creates the tempdir
much earlier than before.  So for example, now exits during option-parsing need
to be more careful and clean up.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Systemtap mailing list