This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]