• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: My Cocoa App is crashing randomly.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >My Cocoa App is crashing randomly. (From: Arun <email@hidden>)

  • Prev by Date: Re: Cocoa equivalent to HIViewGetOptimalBounds?
  • Next by Date: Re: Parameters Bindings
  • Previous by thread: Re: My Cocoa App is crashing randomly.
  • Next by thread: Re: Blocking for input during a loop? (Yahoo mail destroyed my indentation)
  • Index(es):
    • Date
    • Thread