Tagged Questions

1
vote
1answer
115 views

Ignore SIGPIPE for a single popen’d FILE*

The code I am looking at is here: http://github.com/andymatuschak/Sparkle/blob/8ea15468b4a8c0487ca7a72f3c9e6ffb708c6af8/SUPipedUnarchiver.m Sparkle is like a plugin. It can be in …
5
votes
6answers
2k views

How to prevent SIGPIPEs (or handle them properly).

I have a small server program that accepts connections on a TCP or local UNIX socket, reads a simple command and, depending on the command, sends a reply. The problem is that the c …
0
votes
1answer
103 views

How to catch sigpipe in iphone app?

Hi, How can i catch sigpipe in iphone/objective-c? thanks