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

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


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.



More information about the Systemtap mailing list