Re: Random crashes
Re: Random crashes
- Subject: Re: Random crashes
- From: Alexander Reichstadt <email@hidden>
- Date: Wed, 02 Apr 2014 12:30:13 +0200
Thanks to all for your responses. A scene got presented and removed later on. The app delegate had a currentScene property, and after I had activated all debug features I saw that my scene class was being sent some message it didn't respond to, but in fact was actually not even supposed to do so. The instance being accessed was no longer available causing the crash.
Thx
Am 02.04.2014 um 11:12 schrieb Uli Kusterer <email@hidden>:
> On 01 Apr 2014, at 23:19, Alexander Reichstadt <email@hidden> wrote:
>> Is there a way to find the root cause of such a crash?
>
> Vague idea: Set breakpoints on anything that can terminate an application (e.g. exit() and abort()) and if one is triggered, see if the stack backtrace gives any hints on what might be going wrong?
>
> Cheers,
> -- Uli Kusterer
> “The Witnesses of TeachText are everywhere...”
> http://zathras.de
>
_______________________________________________
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