On May 14, 2010, at 12:01 PM, [email protected] wrote: > Exception Type: EXC_BAD_ACCESS (SIGBUS) > Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000845 > Crashed Thread: 0 Dispatch queue: com.apple.main-thread > > Application Specific Information: > objc_msgSend() selector name: release > > > Thread 0 Crashed: Dispatch queue: com.apple.main-thread > 0 libobjc.A.dylib 0x94df2edb objc_msgSend + 27 > > > Is this telling me I crashed releasing some object?
Most likely over-releasing some object. -- Dave Carrigan [email protected] Seattle, WA, USA _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
