C++ memory leak detector for Linux

C++ memory leak detector for Linux

Post by Nithyanandha » Sat, 12 May 2001 14:41:01




> Can anyone recommend a memory leak detector for C++ programs available
> for Linux (g++-2.95 or higher) ?

Try using ccmalloc or  Insure++.

--Nithyanand.

 
 
 

C++ memory leak detector for Linux

Post by Pete Bre » Sat, 12 May 2001 16:26:44



>Can anyone recommend a memory leak detector for C++ programs available
>for Linux (g++-2.95 or higher) ?

You could try ElectricFence. I have found it pretty efficient and easy to use. I
can't find a home page, but RPMs are available at
http://niteowl.userfriendly.net/linux/RPM/ElectricFence.html

Pete

 
 
 

C++ memory leak detector for Linux

Post by Nithyanandha » Sat, 12 May 2001 17:45:29



> You could try ElectricFence. I have found it pretty efficient and easy to use. I
> can't find a home page, but RPMs are available at
> http://niteowl.userfriendly.net/linux/RPM/ElectricFence.html

Electricfence sometimes don't track of few overwrite errors.
So use ccmalloc instead.

--Nithyanand.

 
 
 

C++ memory leak detector for Linux

Post by Maurizio Loret » Sat, 12 May 2001 17:39:26




> >Can anyone recommend a memory leak detector for C++ programs available
> >for Linux (g++-2.95 or higher) ?

> You could try ElectricFence. I have found it pretty efficient and easy to use. I
> can't find a home page, but RPMs are available at
> http://niteowl.userfriendly.net/linux/RPM/ElectricFence.html

> Pete

Ask Google.  You get immediately http://www.perens.com/FreeSoftware/ ,
with links to the stable .tar.gz and the beta developement version.

--
Maurizio Loreti                         http://www.pd.infn.it/~loreti/mlo.html

The instructions said to use Windows 98 or better - so I installed FreeBSD.

 
 
 

C++ memory leak detector for Linux

Post by Graeme Ro » Sat, 12 May 2001 18:44:25



Quote:> Can anyone recommend a memory leak detector for C++ programs available
> for Linux (g++-2.95 or higher) ?

mpatrol works well with g++ and can detect memory leaks in a multitude of
ways (see http://www.cbmamiga.demon.co.uk/mpatrol/mpatrol_40.html).  It
also has all of the features of Electric Fence and dmalloc for detecting
heap corruption.  It's also free software and is open source.

Graeme.

 
 
 

C++ memory leak detector for Linux

Post by Nils O. Sel?sda » Sat, 12 May 2001 18:30:27



Quote:

> Can anyone recommend a memory leak detector for C++ programs available
> for Linux (g++-2.95 or higher) ?

memprof
 
 
 

C++ memory leak detector for Linux

Post by fred smit » Sat, 12 May 2001 19:59:45


: Can anyone recommend a memory leak detector for C++ programs available
: for Linux (g++-2.95 or higher) ?

Take a look at:

        www.cs.colorado.edu/homes/zorn/public_html/MallocDebug.htm

for a collection of such tools

--

                      The eyes of the Lord are everywhere,
                    keeping watch on the wicked and the good.
----------------------------- Proverbs 15:3 (niv) -----------------------------

 
 
 

C++ memory leak detector for Linux

Post by Terran Melconi » Sun, 13 May 2001 10:14:33




Quote:>    www.cs.colorado.edu/homes/zorn/public_html/MallocDebug.htm

I think this should be:

 www.cs.colorado.edu/homes/zorn/public_html/MallocDebug.html

(needs the 'l' at the end)

 
 
 

1. Memory Leak Detectors

I am trying to find out if there are any public domain memory leak /memory
access error detectors available for UNIX.

Can anyone help.

Thanks in advance for any responses.

2. synchronous writes in ufs_bmap()

3. Memory Leak Detector

4. /proc documentation

5. memory leak detector

6. newbie question

7. Memory leak detectors wanted

8. Linux Luser of the Year. Vote here!

9. Memory Leak detector

10. AIX Multi-threaded memory leak detector

11. Memory Leak Detector's

12. memory leak detector

13. Workshop C++ Memory Leak Test