Debugging with zombies enabled
Debugging with zombies enabled
- Subject: Debugging with zombies enabled
- From: Chris Meyer <email@hidden>
- Date: Fri, 27 Dec 2002 09:31:05 -0800
I'm trying to enable extra debugging checks in my application. I do
this by clicking on the targets tab, setting the 'NSDebugEnabled',
'NSZombieEnabled', 'NSDeallocateZombies', 'NSHangOnMallocError', and
'NSHangOnUncaughtException' environment variables to 'YES', setting
'Dynamic Runtime Liibrary Variant' to Debug, and running the debugger.
For a brand new Cocoa document based application generated from the
template, I get the following assertion every time the window activates:
DebugAssert: HIToolbox: inDataPtr != NULL
SetEventParameter_NilDataPassed [line 914, file
Events/EventsCore/EventRecord.c]
Is there something else that I need to do for extreme torture debugging
or is this a bug in the Carbon interaction with Cocoa?
Any help/ideas/info would be appreciated.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.