Subj : Re: NPTL and sigwait() problem under linux To : comp.programming.threads From : Daniele Date : Wed Aug 17 2005 06:38 pm loic-dev@gmx.net wrote: > I can't see any problem with your code. I've tried it on my NPTL system > (FC3), it behaves as expected (e.g. react upon Ctrl-C). I didn't even try, but *yes it works* ... :-PPP But that code is part of a bigger program, and in that case it doesn't. There must be something wrong somewhere else, of course. In the real program, I install other signal handler for SIGSEGV, SIGFPE, etc in the main thread (to automatically start the debugger), then I start other threads, etc. Using both sigwait and other signal handlers may cause problems? Thanks, Daniele .