[Bug translator/5045] translator not cleaning up temporary directories
hunt at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Feb 8 17:03:00 GMT 2008
------- Additional Comments From hunt at redhat dot com 2008-02-08 17:02 -------
(In reply to comment #3)
> > What's wrong with using atexit()?
>
> atexit() is documented as being called during normal termination,
> not in response to signals.
A quick test shows it seems to work in response to normal termination signals.
Even if it didn't, it just takes a few lines of code to set up a handler that
calls exit(). Why would you need an "exit-soon" global in a bunch of loops? None
of that happens right now, just the default action (termination) in response to
^C. All we want to do is add some cleanup before that happens.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5045
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list