Connecting Tech Pros Worldwide Help | Site Map

c++ memory leak detection

  #1  
Old July 22nd, 2005, 11:18 AM
__jakal__
Guest
 
Posts: n/a
Hello,
Is there any good memory leak detection software for C++ available as a
freeware...
I had used purify but had to discontinue due to huge license fees...
Also tried Sun workshop memory monitor........its a kind of buggy as it
doesnt detect most of the
memory leaks.

Cud anyone suggest some good memory leak detection software preferable
freeware.

Thanks
jack


  #2  
Old July 22nd, 2005, 11:19 AM
Christopher Benson-Manica
Guest
 
Posts: n/a

re: c++ memory leak detection


__jakal__ <jakal@jakal.com> spoke thus:
[color=blue]
> Is there any good memory leak detection software for C++ available as a
> freeware...[/color]
[color=blue]
> Cud anyone suggest some good memory leak detection software preferable
> freeware.[/color]

(valgrind, I've heard, is quite nice.)

Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
  #3  
Old July 22nd, 2005, 11:19 AM
Matt
Guest
 
Posts: n/a

re: c++ memory leak detection


Christopher Benson-Manica wrote:[color=blue]
> __jakal__ <jakal@jakal.com> spoke thus:
>
>[color=green]
>> Is there any good memory leak detection software for C++ available as a
>>freeware...[/color]
>
>[color=green]
>>Cud anyone suggest some good memory leak detection software preferable
>>freeware.[/color]
>
>
> (valgrind, I've heard, is quite nice.)
>
> Your post is off-topic for comp.lang.c++. Please visit
>
> http://www.slack.net/~shiva/welcome.txt
> http://www.parashift.com/c++-faq-lite/
>
> for posting guidelines and frequently asked questions. Thank you.
>[/color]

I looked at those pages, but I don't see that the post is off-topic.
Please explain how the post is off-topic.

  #4  
Old July 22nd, 2005, 11:19 AM
Karthik
Guest
 
Posts: n/a

re: c++ memory leak detection


__jakal__ wrote:
[color=blue]
> Hello,
> Is there any good memory leak detection software for C++ available as a
> freeware...
> I had used purify but had to discontinue due to huge license fees...
> Also tried Sun workshop memory monitor........its a kind of buggy as it
> doesnt detect most of the
> memory leaks.
>
> Cud anyone suggest some good memory leak detection software preferable
> freeware.
>
> Thanks
> jack
>
>[/color]

Check out mtrace utility available on GNU/Linux .

http://www.gnu.org/software/libc/man...on%20Debugging.


--
Karthik
Humans please 'removeme_' for my real email.
  #5  
Old July 22nd, 2005, 11:19 AM
Christopher Benson-Manica
Guest
 
Posts: n/a

re: c++ memory leak detection


Matt <matt@themattfella.zzzz.com> spoke thus:
[color=blue]
> I looked at those pages, but I don't see that the post is off-topic.
> Please explain how the post is off-topic.[/color]

comp.lang.c++ is about the standard C++ language. Third-party
applications (such as those for finding memory leaks) aren't part of
the language, and thus aren't discussed.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
  #6  
Old July 22nd, 2005, 11:20 AM
Matt
Guest
 
Posts: n/a

re: c++ memory leak detection


Christopher Benson-Manica wrote:[color=blue]
> Matt <matt@themattfella.zzzz.com> spoke thus:
>
>[color=green]
>>I looked at those pages, but I don't see that the post is off-topic.
>>Please explain how the post is off-topic.[/color]
>
>
> comp.lang.c++ is about the standard C++ language. Third-party
> applications (such as those for finding memory leaks) aren't part of
> the language, and thus aren't discussed.
>[/color]

Can you provide a link to the group's charter?

  #7  
Old July 22nd, 2005, 11:20 AM
Buster
Guest
 
Posts: n/a

re: c++ memory leak detection


Matt wrote:[color=blue]
> Christopher Benson-Manica wrote:
>[color=green]
>> Matt <matt@themattfella.zzzz.com> spoke thus:
>>[color=darkred]
>>> I looked at those pages, but I don't see that the post is off-topic.
>>> Please explain how the post is off-topic.[/color]
>>
>> comp.lang.c++ is about the standard C++ language. Third-party
>> applications (such as those for finding memory leaks) aren't part of
>> the language, and thus aren't discussed.[/color]
>
> Can you provide a link to the group's charter?[/color]

IIRC, there's no charter. Just the welcome message and FAQ.

--
Regards,
Buster.
  #8  
Old July 22nd, 2005, 11:20 AM
Daniel Sjöblom
Guest
 
Posts: n/a

re: c++ memory leak detection


__jakal__ wrote:[color=blue]
> Hello,
> Is there any good memory leak detection software for C++ available as a
> freeware...
> I had used purify but had to discontinue due to huge license fees...
> Also tried Sun workshop memory monitor........its a kind of buggy as it
> doesnt detect most of the
> memory leaks.
>
> Cud anyone suggest some good memory leak detection software preferable
> freeware.[/color]

<OT>Valgrind is very good.</OT>
--
Daniel Sjöblom
Remove _NOSPAM to reply by mail
  #9  
Old July 22nd, 2005, 11:21 AM
__jakal__
Guest
 
Posts: n/a

re: c++ memory leak detection


cud u suggest something for solaris 8


"Daniel Sjöblom" <dsjoblom@mbnet.fi_NOSPAM> wrote in message
news:4090bb6b$1$11030$7b6a8dc4@news.mbnet.fi...[color=blue]
> __jakal__ wrote:[color=green]
> > Hello,
> > Is there any good memory leak detection software for C++ available as[/color][/color]
a[color=blue][color=green]
> > freeware...
> > I had used purify but had to discontinue due to huge license fees...
> > Also tried Sun workshop memory monitor........its a kind of buggy as it
> > doesnt detect most of the
> > memory leaks.
> >
> > Cud anyone suggest some good memory leak detection software preferable
> > freeware.[/color]
>
> <OT>Valgrind is very good.</OT>
> --
> Daniel Sjöblom
> Remove _NOSPAM to reply by mail[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Memory leak detection tools? kk_oop@yahoo.com answers 8 November 3rd, 2006 07:15 PM
About memory leak detection. mosaic answers 7 November 14th, 2005 10:47 AM