finding memory leaks

R

Ron Eggler

Hi,

I co-wrote a project that apparently is suffering friom memory leakage. Now
my task is to find and fix those.
I'm developing using eclipse.
Does anyone know the best possibility to find such leaks?
I looked on the net and found different approaches but all seemed to be
kinda difficult. Does anyone know a "quick & dirty" one?

I'm using:
linux
gcc 4.1.3
eclipse 3.2.2
cdt 3.1.2

Thank you!
 
R

Ron Eggler

Daniel said:
I'm not sure how "anyone" does it, but I'd use valgrind and I expect
this to be a rather effective method as far as you are willing to work a
bit on the command line.

Thank you Daniel,
valgrind I will have a look at that.
I for sure aam willing to work on the command line.
But I'm not quite sure this question is on topic in comp.lang.c++

I wasn't sure where to post it so i thought i'd try it here.
Thanks for your response!
 
D

Daniel Kraft

Ron said:
I co-wrote a project that apparently is suffering friom memory leakage. Now
my task is to find and fix those.
I'm developing using eclipse.
Does anyone know the best possibility to find such leaks?
I looked on the net and found different approaches but all seemed to be
kinda difficult. Does anyone know a "quick & dirty" one?

I'm using:
linux
gcc 4.1.3
eclipse 3.2.2
cdt 3.1.2

I'm not sure how "anyone" does it, but I'd use valgrind and I expect
this to be a rather effective method as far as you are willing to work a
bit on the command line.

But I'm not quite sure this question is on topic in comp.lang.c++

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,817
Latest member
DicWeils

Latest Threads

Top