Skip navigation.
 
mlRe: Exited abnormally: Broken pipe
FROM : Kyle Sluder
DATE : Sun Feb 17 20:35:03 2008

You're trying to read write to a pipe fd that has been closed on you.
Trap SIGPIPE (man 3 signal) and you'll get a better understanding of
where this is happening.

--Kyle Sluder

On Feb 17, 2008 11:58 AM, Tomas Franzén <<email_removed>> wrote:
> Hi,
>
> I'm seeing a lot of reports from beta testers of my app that the app
> suddenly dies, printing the following message to the console log:
>
> 2008-02-08 09.50.15 com.apple.launchd[79]
> ([0x0-0x135135].com.lightheadsw.Papaya[2404]) Exited abnormally:
> Broken pipe
>
> It's not a crash per se, the app just dies. So there's no crash log.
> It supposedly happens pretty randomly, and I really can't reproduce it
> myself. Google returns no useful results, so I'm clueless. If anyone
> has any idea of why this might happen, or even a weak pointer in the
> right direction, that'd be wonderful.
>
> The app is a web server, so it uses a lot of sockets and stuff. If
> that's any help.
>
> Thanks!
>
> Tomas Franzén
> Lighthead Software
> http://www.lightheadsw.com/_______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/kyle.sluder%<email_removed>
>
> This email sent to kyle.sluder+<email_removed>
>

Related mailsAuthorDate
mlExited abnormally: Broken pipe Tomas Franzén Feb 17, 17:58
mlRe: Exited abnormally: Broken pipe Kyle Sluder Feb 17, 20:35
mlRe: Exited abnormally: Broken pipe Jens Alfke Feb 17, 23:44