Re: My Cocoa App is crashing randomly.
Re: My Cocoa App is crashing randomly.
- Subject: Re: My Cocoa App is crashing randomly.
- From: Fritz Anderson <email@hidden>
- Date: Tue, 19 Jan 2010 10:33:20 -0600
On 19 Jan 2010, at 10:23 AM, Arun wrote:
> I have an application which crashes with the following logs.
>
> Thread 0 Crashed:
> 0 libobjc.A.dylib 0x93c9e699 objc_msgSend + 41
> 1 com.apple.CoreGraphics 0x9267a3eb image_finalize + 82
...
> Does any one has idea why this can be happening?
> I am unable to get to the root cause as it is happening very rarely.
It's not random, it's intermittent. Until proven otherwise, a crash in objc_msgSend is a dangling reference to an object that has been released. Search the Xcode documentation and Google of NSZombieEnabled. Technical Q&A QA1367 has references to where to proceed.
— F
_______________________________________________
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