Results 1 to 5 of 5
If I run my programme with trace_children=No, I am able to run the program under valgrind and get memory leak status.
Valgrind is unable to run the program if I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-06-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 7
valgrind issue with trace-children=yes
If I run my programme with trace_children=No, I am able to run the program under valgrind and get memory leak status.
Valgrind is unable to run the program if I make trace_children option to yes.
Below is the machine info
[root@TFRL8VM1 tmp]# uname -a
Linux TFRL8VM1 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
All my applications are 64 bit and I have one children from the parent process for I which need to do memory leak analysis.
I am stuck trying multiple other tools with no good results.
Help me or provide any pointers.
- 03-06-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 29
Not sure if valgrind supports 64-bit architectures. (Does it?)
- 03-06-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 7
I am able to run with trace-children=no. The problem is when I set it to yes, it aborts.
- 03-06-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 7
Any other tool which I can use for memory check.
- 03-06-2008 #5Just Joined!
- Join Date
- Feb 2008
- Posts
- 29
How about memwatch?
I havent used the program. But its free.


Reply With Quote
