• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Exited abnormally: Broken pipe
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exited abnormally: Broken pipe


  • Subject: Re: Exited abnormally: Broken pipe
  • From: "Kyle Sluder" <email@hidden>
  • Date: Sun, 17 Feb 2008 14:35:03 -0500

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@hidden> 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@hidden)
>
> 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:
>
> This email sent to email@hidden
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Exited abnormally: Broken pipe
      • From: Jens Alfke <email@hidden>
References: 
 >Exited abnormally: Broken pipe (From: Tomas Franzén <email@hidden>)

  • Prev by Date: Re: @property problem
  • Next by Date: Re: Enabled Binding bound to NSArrayController won't disable view.
  • Previous by thread: Exited abnormally: Broken pipe
  • Next by thread: Re: Exited abnormally: Broken pipe
  • Index(es):
    • Date
    • Thread