Re: 'leaks' tool is inconsistent under otest
Re: 'leaks' tool is inconsistent under otest
- Subject: Re: 'leaks' tool is inconsistent under otest
- From: Romain Marucchi <email@hidden>
- Date: Wed, 9 Jul 2008 08:14:57 +0800
For detecting memory leaks I give up on apple's tools (instruments,
MallocDebug and leaks )...
I found this neat source (find it in attachment) somewhere on the net
that tweak a little and this do a better job than any of the app.
mentioned above, if you are using pure C (like me) i would suggest you
to give it a shot...
Cheers!
ps: This is cross platform too so... good stuff
Attachment:
Archive.zip
Description: Zip archive
On Jul 9, 2008, at 1:29 AM, Jonathan del Strother wrote:
I have a framework which is tested with otest. On exit, we test for
leaks, using much the same methodology as here -
http://www.cocoabuilder.com/archive/message/xcode/2008/5/26/21885
The results are a bit random. It quite often misses leaks, only to
find them again in the next test run, despite having purposefully
introduced leaks that are quite clearly always present.
Any guesses why I'm seeing this non-deterministic behaviour?
-Jon
_______________________________________________
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
_______________________________________________
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