Re: How 'reliable' is MallocCheckHeap et al ?
Re: How 'reliable' is MallocCheckHeap et al ?
- Subject: Re: How 'reliable' is MallocCheckHeap et al ?
- From: Eric Albert <email@hidden>
- Date: Fri, 24 Sep 2004 19:28:36 -0700
On Sep 24, 2004, at 11:07 AM, Andrew Kimpton wrote:
I'm struggling to chase down what at first glance should be a
relatively simple memory smashing bug.
I'm using the MallocDebug environment variables :
Have you tried using Guard Malloc? It catches memory smashers very
effectively and pinpoints the exact place of the fault. (It also
causes your application to run about 100x slower than normal, but
that's worth it when you catch a memory smasher as a result.)
See the libgmalloc man page for instructions and other details.
Hope this helps,
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden