On Mar 19, 2010, at 10:58 AM, Michael Davey wrote: > I have just encountered the following error at (seemingly) random intervals > when trying to debug my iPhone application, and I was wondering what causes > it and how I might go about hunting it down so that I can try and fix it? > > objc[22029]: FREED(id): message release sent to freed object=0x3b45c20 > Program received signal: “EXC_BAD_INSTRUCTION”.
Run your app with Instruments with the object alloc tool, and turn on reference counting and zombies. And hope your app doesn't run out of memory before catching the double-free. Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ 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