Re: PROBLEM - Signals not handled while waiting on semphores

2004-02-23 Thread Gabi Davar
vior with SA_RESTART to be implementation defined. -gabi Christopher Faylor wrote: On Mon, Feb 23, 2004 at 04:48:22PM +0200, Gabi Davar wrote: Thanks for the quick reply, classic SysV semaphores do behave correctly with new dll. unfortunately there are still problems - * flag SA_RESTART pass

Re: PROBLEM - Signals not handled while waiting on semphores

2004-02-23 Thread Gabi Davar
ot;Failed to lock semlock"); } ... Corinna Vinschen wrote: On Feb 23 14:17, Gabi Davar wrote: Hi, I'm unable to receive signals while waiting on semaphores. The following short program illustrates the problem. Sending SIGUSR1 when in semop does not result in "sig handle