How to debug GC related EXC_BAD_ACCESS
How to debug GC related EXC_BAD_ACCESS
- Subject: How to debug GC related EXC_BAD_ACCESS
- From: Nirias <email@hidden>
- Date: Mon, 24 Nov 2008 11:45:27 -0800
I have a garbage collected application that runs (apparently) flawlessly
with a debug build. But with a release build it promptly fails with an
EXC_BAD_ACESS error. My guess is that somehow the GC is not seeing a clear
reference to some object(s) and is releasing them too soon.
Is there a recommended way to debug this? Maybe some way to log all
releases from the GC?
TIA for any help
_______________________________________________
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