• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
SOLVED: how to debug -[NSAutoreleasePool dealloc]: Exception ignored...-[_NSZombie forward::]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: How to draw NSString with centered alignment?
  • Next by Date: Avoid moving texture when resizing scrollview
  • Previous by thread: Re: How to draw NSString with centered alignment?
  • Next by thread: Avoid moving texture when resizing scrollview
  • Index(es):
    • Date
    • Thread