When a signal is sent to a process, how do you use
try/catch/throw to recover from a signal handler. I read in the
C++ faq that using setjmp() and longjmp() is not good.
When a signal is sent to a process, how do you use
try/catch/throw to recover from a signal handler. I read in the
C++ faq that using setjmp() and longjmp() is not good.
You can't use C++ exceptions to recover from a signal. Exceptions inQuote:>When a signal is sent to a process, how do you use
>try/catch/throw to recover from a signal handler. I read in the
>C++ faq that using setjmp() and longjmp() is not good.
Joe
2. Linux in the Entertainment Industry
5. :Calculating program speed with MT?
6. signals, exceptions and TRY/CATCH blocks
7. KDE menus
8. Mach Exceptions, Unix Signals and TRY-CATCH-FINALLY
9. "caught signal 11" error using fvwm
10. Idiom for using trap to catch signals in a shell script: Is there a good one?
11. Catching SIGCHLD using POSIX Signals
12. "caught signal 11" error using X fvwm