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 (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