Re: Anyone recognise this crash in loadNib?
Re: Anyone recognise this crash in loadNib?
- Subject: Re: Anyone recognise this crash in loadNib?
- From: Chris Suter <email@hidden>
- Date: Tue, 10 Jul 2007 09:54:55 +1000
On 10/07/2007, at 4:09 AM, Keith Duncan wrote:
Most of the time crashes in objc_msgSend tend to be memory
management issues. The easiest way to track these problems down is
to enable zombies. It's a bit harder if it's a CF object.
How so? I believe standard procedure is to enable NSZombies for
'pure' Cocoa objects, set the CFZombieLevel for the CF bridged
objects, and enable GuardMalloc for malloc/free issues.
If you use CFZombieLevel it's more difficult to work out what the
object was (you just get a crash) whereas NSZombie is more helpful.
- Chris
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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