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