Re: Trace/BPT trap
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