PROBLEM: Ignoring blocked signals in 2.6 / 2.4 not possible

2005-02-26 Thread lk
Hi, I have a question regarding blocked signals: Is the current implementation to ignore attempts to set SIG_IGN on blocked signals correct? The following code will go into an endless loop on kernels 2.6.10 and 2.4.25, which is IMHO not the behaviour one would expect. #in

PROBLEM: Ignoring blocked signals in 2.6 / 2.4

2005-02-25 Thread lk
Hi, I have a question regarding blocked signals: Is the current implementation to ignore attempts to set SIG_IGN on blocked signals correct? The following code will go into an endless loop on kernels 2.6.10 and 2.4.25, which is IMHO not the behaviour one would expect. #in