K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-10-10T08:38:33.000000Z K 7 svn:log V 362 \begin{quote} setjmp() gets the jmp_buf pointer from the wrong place (the place where the return address is) in the shlib case, and uses it (only) to fetch the current signal mask to address (return_address + 28). This address is normally read-only (I hope), so the sigprocmask() call has no effect except to return an error code. \end{quote} Submitted by: bde END