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/5045] translator not cleaning up temporary directories


------- Additional Comments From fche at redhat dot com  2008-02-08 17:16 -------
> A quick test shows it seems to work in response to normal termination signals.

What works?  atexit() hooks running during a termination signal?  Not in my
experiments.

> Even if it didn't, it just takes a few lines of code to set up a handler that
> calls exit().

But many functions cannot be legally called from signal handlers.
exit() specifically is not listed: see
http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html

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

Yes, but if we bother, let's do it cleanly.


-- 


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.


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