Sara Golemon wrote:
I have an extension that interfaces with a
library that sets a signal handler for some
common signals. In particular the library
forks processes and does socket writes
so it needs to be able to handle SIGCHLD
and SIGPIPE. It also registers some other
signals for debugging purp
> I have an extension that interfaces with a
> library that sets a signal handler for some
> common signals. In particular the library
> forks processes and does socket writes
> so it needs to be able to handle SIGCHLD
> and SIGPIPE. It also registers some other
> signals for debugging purposes. Ca