Indeed, that's an idea. I'll implement that. I assume calling signal() from pike will disconnect the previous signal handler correctly?
/ David Hedbor
Previous text:
2003-10-02 18:22: Subject: Some tasks from the conference
The default behaviour of SIGQUIT is also to end the program (with a core dump). So the only thing that could be considered "stolen" is that you don't get the core dump. But that could be fixed by calling abort() instead of exit() (after removing the SIGABRT handler of course).
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)