SIGPIPEs being raised
JaviSoto opened this issue · 1 comments
JaviSoto commented
Just tried this on Xcode 5 / iOS 7 and every call to NSLog and others cause a SIGPIP.
Screenshot:
I spent some time looking at the code and everything seems correct to me :-/ All I can think of is something that was allowed pre iOS 7 isn't now, but the code checks for returns code of every dup2
and pipe
function call :-/
Ideas?
corwin9 commented
I'm brand new to IOS, so I was hoping it was something I had done wrong, but I get the same error.