Re: Hanging after autorelease...
Re: Hanging after autorelease...
- Subject: Re: Hanging after autorelease...
- From: Gerd Knops <email@hidden>
- Date: Tue, 10 Apr 2007 14:13:55 -0500
On Apr 10, 2007, at 2:05 PM, Sean McBride wrote:
That's not quite the whole shebang. :) There's several more in fact.
Useful to you might include: MallocPreScribble, NSDeallocateZombies,
MallocGuardEdges, CFZombieLevel, MallocBadFreeAbort.
NSZombieEnabled does not apply to toll-free bridged objects, so you
need
CFZombieLevel.
Thanks, I forgot about that. Still no help though...
Also, beware MallocStackLogging, it is totally broken, and corrupts
memory if two threads are using malloc/free at the same time (can
happen
even if your app is single threaded, for example if you have a default
button onscreen the OS creates a thread that calls malloc/free.)
OK, I'll keep that turned off. Thanks for the info!
Gerd
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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