• 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: NSFireTimer Crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSFireTimer Crash


  • Subject: Re: NSFireTimer Crash
  • From: Jens Alfke <email@hidden>
  • Date: Tue, 15 Sep 2009 09:13:34 -0700


On Sep 14, 2009, at 9:51 PM, Anurag Khare wrote:

Application Specific Information:
objc_msgSend() selector name: grayscaleImageRep
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x925de91b objc_msgSend + 27
1 com.apple.Foundation 0x98a839d4 __NSFireTimer + 141
2 com.apple.CoreFoundation 0x97309eee __CFRunLoopRun + 6846

An active NSTimer's target object got dealloced, so the timer crashes when it tries to call it. The message it was sending to the dealloced object is -grayscaleImageRep. You need to check your ref-counting to figure out why your object is getting released too many times.


—Jens_______________________________________________

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: 
 >NSFireTimer Crash (From: Anurag Khare <email@hidden>)

  • Prev by Date: Re: File Conversion Using Cocoa
  • Next by Date: Re: File Conversion Using Cocoa
  • Previous by thread: Re: NSFireTimer Crash
  • Next by thread: File Conversion Using Cocoa
  • Index(es):
    • Date
    • Thread