I am very new to valgrind so I have managed to run the programme and output 
into a log file. It gives me this summary 
==4564== LEAK SUMMARY:==4564==    definitely lost: 3,550 bytes in 24 
blocks==4564==    indirectly lost: 4,832 bytes in 13 blocks==4564==      
possibly lost: 479,613 bytes in 1,806 blocks==4564==    still reachable: 
3,507,786 bytes in 30,721 blocks==4564==         suppressed: 0 bytes in 0 
blocks==4564== Reachable blocks (those to which a pointer was found) are not 
shown.==4564== To see them, rerun with: --leak-check=full 
--show-reachable=yes==4564== ==4564== For counts of detected and suppressed 
errors, rerun with: -v==4564== Use --track-origins=yes to see where 
uninitialised values come from==4564== ERROR SUMMARY: 5929868 errors from 737 
contexts (suppressed: 11 from 9).
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.Thank you.                     
                     
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to