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     gpar...@apple.com     Runtime Wrangler


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to