• 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: Trace/BPT trap
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trace/BPT trap


  • Subject: Re: Trace/BPT trap
  • From: Greg Parker <email@hidden>
  • Date: Mon, 28 Mar 2011 13:47:28 -0700

On Mar 27, 2011, at 3:32 PM, John Brayton wrote:
> I am encountering an issue where my app crashes after running for 4-6
> hours.  I don't see a crash report, and the user is not alerted that
> the app has crashed; the app just silently stops running.  This is
> what I see in the Console logs:
>
> 3/23/11 2:56:49 PM  com.apple.launchd.peruser.501[111]
> (com.apple.ReportCrash.Self[22101]) Job appears to have crashed:
> Trace/BPT trap
> 3/23/11 2:56:49 PM  com.apple.launchd.peruser.501[111]
> (com.apple.ReportCrash[22100]) Job appears to have crashed: Trace/BPT
> trap
> 3/23/11 2:56:49 PM  com.apple.launchd.peruser.501[111]
> ([0x0-0x295295].com.goldenhillsoftware.CloudPull[19747]) Job appears
> to have crashed: Trace/BPT trap
>
> I am trying to determine what to look for that would cause a
> "Trace/BPT trap".

A Trace/BPT trap is generated when the process kills itself, such as abort() or __builtin_trap() or assert() failure.

Is this a normal app, or something unusual like a user agent or LSUIElement ?


--
Greg Parker     email@hidden     Runtime Wrangler


_______________________________________________

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: Trace/BPT trap
      • From: John Brayton <email@hidden>
References: 
 >Trace/BPT trap (From: John Brayton <email@hidden>)

  • Prev by Date: Re: How can I make a palette input method with cocoa?
  • Next by Date: Re: Trace/BPT trap
  • Previous by thread: Re: Trace/BPT trap
  • Next by thread: Re: Trace/BPT trap
  • Index(es):
    • Date
    • Thread