Connecting Tech Pros Worldwide Forums | Help | Site Map

c++ memory leak detection

__jakal__
Guest
 
Posts: n/a
#1: Jul 22 '05
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



Christopher Benson-Manica
Guest
 
Posts: n/a
#2: Jul 22 '05

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.
Matt
Guest
 
Posts: n/a
#3: Jul 22 '05

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.

Karthik
Guest
 
Posts: n/a
#4: Jul 22 '05

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.
Christopher Benson-Manica
Guest
 
Posts: n/a
#5: Jul 22 '05

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.
Matt
Guest
 
Posts: n/a
#6: Jul 22 '05

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?

Buster
Guest
 
Posts: n/a
#7: Jul 22 '05

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.
Daniel Sjöblom
Guest
 
Posts: n/a
#8: Jul 22 '05

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
__jakal__
Guest
 
Posts: n/a
#9: Jul 22 '05

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 C / C++ bytes