Re: Is there any tool like purify(memory leak check tool) for LI

2002-05-14 Thread David Roundy
On Mon, May 13, 2002 at 10:17:20PM +0100, Colin Watson wrote: > On Mon, May 13, 2002 at 12:59:38PM -0700, Sean 'Shaleh' Perry wrote: > > On 13-May-2002 Colin Watson wrote: > > > On Mon, May 13, 2002 at 11:36:31PM +0530, Deepak Kotian wrote: > > >> Is there any tool like purify(memory leak tool) for

Re: Is there any tool like purify(memory leak check tool) for LI

2002-05-13 Thread Sean 'Shaleh' Perry
> > I'm informed by the guy at work who's been spending a lot of time > working on and with valgrind that "yesterday's version is old". > I see (-: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Is there any tool like purify(memory leak check tool) for LI

2002-05-13 Thread Colin Watson
On Mon, May 13, 2002 at 12:59:38PM -0700, Sean 'Shaleh' Perry wrote: > On 13-May-2002 Colin Watson wrote: > > On Mon, May 13, 2002 at 11:36:31PM +0530, Deepak Kotian wrote: > >> Is there any tool like purify(memory leak tool) for LINUX. Or any free > >> software which can be used to check memory le

Re: Is there any tool like purify(memory leak check tool) for LI

2002-05-13 Thread Sean 'Shaleh' Perry
On 13-May-2002 Colin Watson wrote: > On Mon, May 13, 2002 at 11:36:31PM +0530, Deepak Kotian wrote: >> Is there any tool like purify(memory leak tool) for LINUX. Or any free >> software which can be used to check memory leaks on a C/c++ program. > > Try valgrind (http://devel-home.kde.org/~seward

Re: Is there any tool like purify(memory leak check tool) for LI

2002-05-13 Thread Rick Macdonald
Paul Smith said: > %% "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> writes: > > sp> none of them are as cool and featureful as purify. Of all of the > sp> tools I have used, I miss that one most. Unfortunately apps like > sp> that are decidedly hard to write and the commercial ones are sp> > REA

Re: Is there any tool like purify(memory leak check tool) for LI

2002-05-13 Thread Gary Hennigan
"Paul Smith" <[EMAIL PROTECTED]> writes: > We'd buy it at work in a heartbeat if it were available on Linux: Purify > _is_ cool. But, it's not available on Linux and I've not heard Rational > provide any details on whether it ever will be :(. Insure++ (http://www.parasoft.com) has almost all the

Re: Is there any tool like purify(memory leak check tool) for LI

2002-05-13 Thread Paul Smith
%% "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> writes: sp> none of them are as cool and featureful as purify. Of all of the sp> tools I have used, I miss that one most. Unfortunately apps like sp> that are decidedly hard to write and the commercial ones are sp> REALLY expensive for most ho

Re: Is there any tool like purify(memory leak check tool) for LI

2002-05-13 Thread Sean 'Shaleh' Perry
On 13-May-2002 dman wrote: > On Mon, May 13, 2002 at 11:36:31PM +0530, Deepak Kotian wrote: >| Hi, >| >| Is there any tool like purify(memory leak tool) for LINUX. Or any >| free software which can be used to check memory leaks on a C/c++ >| program. > > memprof is one such tool. I've used it a