Finding the source of a SIGPIPE
Finding the source of a SIGPIPE
- Subject: Finding the source of a SIGPIPE
- From: Richard Schreyer <email@hidden>
- Date: Sun, 30 Jun 2002 19:35:20 -0700
I have a SIGPIPE that I'm getting, and after hours of debugging, I'm
beginning to believe that it may be coming from a file handle other than
the one I initially suspected. I have both local files and sockets open
in a multithreaded block of code... (even though neither the local or
socket file handles are accessed from more than 1 thread).
Is there any way to figure out exactly which file handle caused the
sigpipe?
Richard Schreyer
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.