Re: Modal dialog from a document-modal sheet
Re: Modal dialog from a document-modal sheet
- Subject: Re: Modal dialog from a document-modal sheet
- From: Joshua Pennington <email@hidden>
- Date: Wed, 03 Sep 2008 08:00:55 -0500
If you turn on NSZombieEnabled, it will log a message informing you
when a released object has been messaged.
<http://www.cocoadev.com/index.pl?NSZombieEnabled>
Just make sure and turn it off once you're done debugging or you're
application will be leaking like a sieve!
Cheers,
Joshua
On Sep 2, 2008, at 8:44 PM, norio wrote:
Thank you very much for your hot experience.
I'm not sure where to place breakpoints yet, but will carefully look
at the retain/release places.
On 2008/09/03, at 1:18, Scott Ribe wrote:
Any suggestions and advices would be mush appreciated.
Pause in the debugger and see what your app is doing. Could be a
retain/release problem, where you're messaging an object that was
released
and whose memory has been overwritten. (Can happen--I saw exactly
this
behavior, locked up, from an over-release bug just a few days ago.)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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