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] tempdir isn't always removed


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

--- Comment #1 from Josh Stone <jistone at redhat dot com> 2012-08-04 03:19:16 UTC ---
Note, there is a call to _exit() in handle_interrupt(), which is sort of an
emergency case that doesn't need to clean up.

For all plain exit() calls, we can probably get clever with setting up atexit()
or on_exit().  Or perhaps those exit() calls should convert to the new
interrupt_exception instead.

-- 
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]