[Resolved] ObjectAlloc Instrument: "still living" count too high...
[Resolved] ObjectAlloc Instrument: "still living" count too high...
- Subject: [Resolved] ObjectAlloc Instrument: "still living" count too high...
- From: David Hoerl <email@hidden>
- Date: Wed, 19 Dec 2007 11:41:26 -0500
Thanks to Wade Tregaskis who suggested the solution. Sometime i the
past I was trying to fix a memory problem and turned on Zombies. It
never got turned off.
As a warning to myself in case this ever happend again, I added the
folloowing to -applicationDidFinishLaunching:
if(
getenv("NSZombieEnabled") || getenv("NSAutoreleaseFreedObjectCheckEnabled")
) {
NSLog(@"NSZombieEnabled/NSAutoreleaseFreedObjectCheckEnabled enabled!");
}
Its been a tough morning, trying to peel all the baked on egg off my face...
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden