Re: Breaking into debugger after program hangs....
Re: Breaking into debugger after program hangs....
- Subject: Re: Breaking into debugger after program hangs....
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 28 Apr 2005 07:23:27 -0600
On Apr 28, 2005, at 4:40 AM, Ondra Cada wrote:
Does not feel right, the problem would be elsewhere. If zombies
enabled, the program does not crash this way. It would report what
happened.
...unless the object was an NSString, NSArray, NSNumber,
NSDictionary, NSSet, or some other object that is toll-free bridged
to a CoreFoundation object. Those objects don't become zombies even
if NSZombieEnabled is enabled, so the program will crash if they are
accessed after being deallocated.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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