Connecting Tech Pros Worldwide Help | Site Map

c++ memory leak detection

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 22nd, 2005, 10:18 AM
__jakal__
Guest
 
Posts: n/a
Default c++ memory leak detection

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, 10:19 AM
Christopher Benson-Manica
Guest
 
Posts: n/a
Default 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, 10:19 AM
Matt
Guest
 
Posts: n/a
Default 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, 10:19 AM
Karthik
Guest
 
Posts: n/a
Default 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, 10:19 AM
Christopher Benson-Manica
Guest
 
Posts: n/a
Default 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, 10:20 AM
Matt
Guest
 
Posts: n/a
Default 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, 10:20 AM
Buster
Guest
 
Posts: n/a
Default 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, 10:20 AM
Daniel Sjöblom
Guest
 
Posts: n/a
Default 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, 10:21 AM
__jakal__
Guest
 
Posts: n/a
Default 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]


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.