Re: [Valgrind-users] The question I met when compiling the valgrind

2011-11-28 Thread Bart Van Assche
2011/11/28 奕楠 邱 magicmcgrad...@hotmail.com: In this website https://bugs.kde.org/show_bug.cgi?id=270777 It teaches me how to compile the MIPS version valgrind It need to download some patches and make some modification like this: $ svn export -r 12270 svn://svn.valgrind.org/valgrind/trunk

[Valgrind-users] Memcheck and on-the-fly memory leak detection.

2011-11-28 Thread Ehab Ababneh
Hello, I have looked at Memcheck and found out that it detects memory leaks *after* finishing executing the guest application (i.e.no memory leak is detected as soon the last reference to the allocated memory chunk is out of scope). Is that right or did I miss something? Thanks.

Re: [Valgrind-users] Memcheck and on-the-fly memory leak detection.

2011-11-28 Thread David Chapman
On 11/28/2011 12:42 PM, Ehab Ababneh wrote: Hello, I have looked at Memcheck and found out that it detects memory leaks *after* finishing executing the guest application (i.e.no http://i.e.no/ memory leak is detected as soon the last reference to the allocated memory chunk is out of scope).