Re: Strange app crash
Re: Strange app crash
- Subject: Re: Strange app crash
- From: Alex Zavatone <email@hidden>
- Date: Fri, 01 Jan 2016 22:11:18 -0500
Am I correct in assuming that it's throwing an exception before it's drawn the first window?
If that is the case, check your window XIB. It's possible that you have something mis-wired there. If you replace your first XIB with a placeholder, does the problem go away?
On Jan 1, 2016, at 9:54 PM, SevenBits wrote:
> Okay, I reproduced the error. Setting an exception breakpoint didn’t help; the app crashes anyway, leading me to believe that the problem either a) is not an uncaught exception or b) it is an exception, but occurs before the ObjC runtime is initialized.
>
> I’ve run the app outside of Xcode and got the following crash report:
>
> https://gist.github.com/SevenBits/dfff392c19f0332d81ef
>
>> On Jan 1, 2016, at 9:31 PM, Roland King <email@hidden> wrote:
>>
>>
>>> On 2 Jan 2016, at 10:26, SevenBits <email@hidden> wrote:
>>>
>>> OS X.
>>>
>>> Sorry, it’s been a frustrating process.
>>>
>>> I’m working on gathering the other info; in the meantime, here’s a screenshot from Xcode at the moment that crash happens: http://i.imgur.com/i7qsNOQ.png?1
>>>
>>
>> Looks more like an uncaught exception showing at the top level. Do you have the breakpoint for ‘All Exceptions’ set so you can see where it is?
>>
>> Or temporarily wrap that call in a try/catch to catch it.
>
> _______________________________________________
>
> 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