kern/118626: Bad interaction between SIGPIPE and threads.

David Schultz das at FreeBSD.org
Wed Dec 12 15:00:03 PST 2007


The following reply was made to PR kern/118626; it has been noted by GNATS.

From: David Schultz <das at FreeBSD.ORG>
To: Mark Andrews <marka at isc.org>
Cc: FreeBSD-gnats-submit at 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().


More information about the freebsd-bugs mailing list