analysis tool.... other than purify

G

grahamo

Hey,

maybe a little off topic but I'm running round in circles here...


I am aware of a couple of other memory tracking products out there but
I would like to know of ALL of them. So far I have;

1) BoundsChecker
2) Insure++
3) HeapAgent
4) Rational Purify.

What others exist? Basically I want something that does exactly what
purify does, namely to give you the call stack for leaks and allow you
to double click the offending line while dropping you straight into
the piece of offending code.


I'm having awful problems getting purify to instrument, basically it
won't!

Any other good products out there that anybody knows of?


Cheers,


GrahamO
 
P

Peter van Merkerk

grahamo said:
Hey,

maybe a little off topic but I'm running round in circles here...


I am aware of a couple of other memory tracking products out there but
I would like to know of ALL of them. So far I have;

1) BoundsChecker
2) Insure++
3) HeapAgent
4) Rational Purify.

What others exist? Basically I want something that does exactly what
purify does, namely to give you the call stack for leaks and allow you
to double click the offending line while dropping you straight into
the piece of offending code.


I'm having awful problems getting purify to instrument, basically it
won't!

Any other good products out there that anybody knows of?

AQTime:
http://www.automatedqa.com/downloads/aqtime.asp
 
J

Jerald Fijerald

Hey,

maybe a little off topic but I'm running round in circles here...


I am aware of a couple of other memory tracking products out there but
I would like to know of ALL of them. So far I have;

1) BoundsChecker
2) Insure++
3) HeapAgent
4) Rational Purify.

What others exist? Basically I want something that does exactly what
purify does, namely to give you the call stack for leaks and allow you
to double click the offending line while dropping you straight into
the piece of offending code.


I'm having awful problems getting purify to instrument, basically it
won't!

Any other good products out there that anybody knows of?

'valgrind'. Emulates an x86 CPU and catches things like using
uninitialized data. An awesome free program.
Purify is a joke compared to valgrind.

Gerald.
 
R

Rakesh Kumar

There is electricfence (libefence ) and mtrace ,available in GNU/Linux .
mtrace is too good to miss any memory leaks. But on the flip side, it
takes up so much of disk space in terms of writing it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top