Re: Anyone recognise this crash in loadNib?
Re: Anyone recognise this crash in loadNib?
- Subject: Re: Anyone recognise this crash in loadNib?
- From: Keith Duncan <email@hidden>
- Date: Mon, 9 Jul 2007 19:09:38 +0100
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.
- Keith
_______________________________________________
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