Hi, On Mon, Oct 13, 2003 at 04:30:42PM +0200, Erik Inge Bolsø wrote: > >Do you know which signal is used by pthread_cancel()? > > "006 Topic: Conflicts between ISO/IEC 9945 (POSIX) and the Linux > 007 Standard Base. " > > http://www.opengroup.org/personal/ajosey/tr28-07-2003.txt > > "225 Threaded applications cannot use SIGUSR1 or SIGUSR2." > > So I'd assume it is one of those.
I tried to unblock SIGUSR1 and SIGUSR2 but that didn't work. So I now block only SIGPIPE. For me the test backend now works with both threads and forking. But I haven't tested on MacOS X and OS/2. Bye, Henning