Connecting Tech Pros Worldwide Forums | Help | Site Map

How to find memory leaks?

Divick
Guest
 
Posts: n/a
#1: Sep 19 '05
Hi all,
can somebody suggest me what memory leak detection tool exist
for 64 bit Linux platforms and which is better. I am facing problem
while running a 64 bit application. GDB is not of much use as it shows
the error at different places in code everytime. I have no clue what am
I doing wrong and where. Now I have no idea that how shall I narrow
down the problem.

Any ideas/ suggestion?

Thanks,
Divick


Victor Bazarov
Guest
 
Posts: n/a
#2: Sep 19 '05

re: How to find memory leaks?


Divick wrote:[color=blue]
> can somebody suggest me what memory leak detection tool exist
> for 64 bit Linux platforms and which is better. [..][/color]

Wouldn't a Linux newsgroup be a better place to ask such question?
groleo@gmail.com
Guest
 
Posts: n/a
#3: Sep 20 '05

re: How to find memory leaks?


You could try valgrind, or dmalloc, or overload the new/delete
operators.

Divick
Guest
 
Posts: n/a
#4: Sep 21 '05

re: How to find memory leaks?


Hi see my related post on comp.os.linux.development.apps.
Anyways thanks for the suggestion.

http://groups.google.com/group/comp....5b1aca2cf2607e

Divick

Closed Thread