Date: Wed, 12 Dec 2007 23:00:02 GMT From: David Schultz <das@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/118626: Bad interaction between SIGPIPE and threads. Message-ID: <200712122300.lBCN02eY023156@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/118626; it has been noted by GNATS. From: David Schultz <das@FreeBSD.ORG> To: Mark Andrews <marka@isc.org> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/118626: Bad interaction between SIGPIPE and threads. Date: Wed, 12 Dec 2007 17:20:09 -0500 Have you tried the SO_NOSIGPIPE option to setsockopt()? It's designed for exactly the sort of thing you describe, although I'm given to believe that it only works with send*() and not write().
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712122300.lBCN02eY023156>