Re: The joy of unexpected SIGABRTs
Re: The joy of unexpected SIGABRTs
- Subject: Re: The joy of unexpected SIGABRTs
- From: Jens Alfke <email@hidden>
- Date: Mon, 01 Oct 2012 12:50:13 -0700
On Oct 1, 2012, at 11:59 AM, Alex Zavatone <email@hidden> wrote:
> It's just stopped in Main, in the return statement below:
> return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
>
> Thread 1: Stopped at breakpoint 1.
>
> I don't know if you can get anything useful from that output, but I sure can't.
Are you seeing the entire stack in the debugger UI? Drag the slider at the bottom of the pane all the way to the right.
If that doesn’t help, type “bt” at the debugger prompt and copy the backtrace into a reply so we can see it.
—Jens
_______________________________________________
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