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 (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 [EMAIL PROTECTED]

Reply via email to