> >Hello, hello - any experts out there? > > Apparently not. I cannot at present think what sigsetjmp() gains > us. Do you have an guidelines which say "use sigsetjmp() if > your code does X?" I'm no expert, but: On most systems I know of, the guideline is what the name implies. If you want to longjmp out of a signal handler, you need to use the sig versions of the routines since there are signal frames and extra process state cleanups that have to happen.Thread Previous | Thread Next