|
From: Eliot M. <mo...@cs...> - 2013-04-01 19:18:17
|
On 4/1/2013 2:43 PM, Dan Kegel wrote: > On Mon, Apr 1, 2013 at 11:33 AM, sukbir singh <sha...@ho...> wrote: >> I want to trace now what is the cause of this leaks any idea please? I have >> with this option valgrind --tool=memcheck --log-file=file-memLog >> --track-origins=yes --leak-check=yes java myApp1. > > I think Valgrind isn't meant for use with java in general... > > Maybe you want http://stackoverflow.com/questions/40119/how-to-find-a-java-memory-leak > ? Agreed. It *might* be relevant for gcj, the GNU compiler for Java, which probably has something more like malloc/free underneath, but even then it might not be appropriate. Regards -- Eliot Moss |