[Valgrind-users] Fwd: Running valgrind on WebSphere Server process

2013-01-20 Thread vijay singh
-- Forwarded message -- From: vijay singh vj.khanga...@gmail.com Date: Sun, Jan 20, 2013 at 1:01 AM Subject: Running valgrind on WebSphere Server process To: valgrind-users@lists.sourceforge.net Hi, I have a suspected native memory leak in a Java Web Application deployed on

[Valgrind-users] Fwd: Running valgrind on WebSphere Server process

2013-01-20 Thread vijay singh
Hi, I have a suspected native memory leak in a Java Web Application deployed on WebSphere App Server. We are trying to use valgrind to debug the same. Can anyone help me with the commands to be used to start the server process under valgrind.

Re: [Valgrind-users] Fwd: Running valgrind on WebSphere Server process

2013-01-20 Thread Philippe Waroquiers
On Sun, 2013-01-20 at 01:07 -0700, vijay singh wrote: I have a suspected native memory leak in a Java Web Application deployed on WebSphere App Server. We are trying to use valgrind to debug the same. Can anyone help me with the commands to be used to start the server process under

Re: [Valgrind-users] Fwd: Running valgrind on WebSphere Server process

2013-01-20 Thread vijay singh
I tried adding the below command to startServer.sh script: valgrind --trace-children=yes --leak-check=full --log-file=/tmp/valgrind_logfile.out java -Djava.compiler=NONE I am getting some valgrind output too, when I run the startServer script. But my question is how to make sure that valgrind is