SOLVED: how to debug -[NSAutoreleasePool dealloc]: Exception ignored...-[_NSZombie forward::]
SOLVED: how to debug -[NSAutoreleasePool dealloc]: Exception ignored...-[_NSZombie forward::]
- Subject: SOLVED: how to debug -[NSAutoreleasePool dealloc]: Exception ignored...-[_NSZombie forward::]
- From: Barry Wilson <email@hidden>
- Date: Mon, 22 Jan 2007 22:57:35 -0800
My apologies everyone,
I am seeing this message in the console:
*** -[NSAutoreleasePool dealloc]: Exception ignored while releasing
an object in an autorelease pool: *** -[_NSZombie forward::] not
overridden!
Can anyone give me an idea how to debug this?
Just needed to set my breakpoint correctly. The brackets [ ] around
_NSZombie forward:: are necessary. Doh.
As it turns out the bug was not in my NSDocumentController
manipulations. Instead I had recently added an override on NSCell's
setImage that seems to be called during that cell's dealloc. Doesn't
strike me as a good idea to call a setter during dealloc, but I can
work around it in my subclass.
Thanks to anyone who replied or was even thinking about replying.
-Barry
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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