Re: How to find an over-released object?
Re: How to find an over-released object?
- Subject: Re: How to find an over-released object?
- From: Stéphane Sudre <email@hidden>
- Date: Sat, 18 Jun 2005 16:44:55 +0200
On samedi, juin 18, 2005, at 03:10 PM, Ofri Wolfus wrote:
Hi all,
I have a problem when an autorelease pool apparently tries to release
an already released object and by that makes the app crash.
The main problem is that i can't find which object the autorelease
pool tries to release so i can't fix the problem.
I think i'm missing a very obvious thing here but i still can't figure
out how to debug this.
Any help will be very appreciated.
NSZombieEnabled can be used to track releasing on already released
object.
http://www.cocoadev.com/index.pl?NSZombieEnabled
Hope it helps.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden