signal-handling Questions
2
Solved
So I have a library (not written by me) which unfortunately uses abort() to deal with certain errors. At the application level, these errors are recoverable so I would like to handle them instead o...
Suggestibility asked 22/3, 2011 at 15:45
3
Solved
Is there any difference between "code listing 1" and "code listing 2"? Because in Code Listing 1, the child process is able to catch the SIGTERM signal and exit nicely. But code listng 2 is termina...
Bufordbug asked 28/1, 2011 at 13:15
2
Solved
I am trying to write a socket server that forks for every connection. I have been successful except for one small caveat: my child processes use Net:OpenSSH->capture2() which requires that $SIG{CHL...
Kernel asked 12/8, 2010 at 3:23
1
I've got a Python script managing a gdb process on Windows, and I need to be able to send a SIGINT to the spawned process in order to halt the target process (managed by gdb)
It appears that ther...
Castellano asked 8/7, 2009 at 0:34
© 2022 - 2024 — McMap. All rights reserved.