Lars Schnoor wrote:

Hi Alan
What is jstack and how do I run it?

It is a Java utility that allows you to see what the JVM is doing, and it comes as part of the standard install on all platforms except Windows. You should find it in your Java bin directory, e.g. /usr/java/bin.

You should also see if there are any deadlocks reported at the end of the output.

See http://java.sun.com/javase/6/docs/technotes/tools/share/jstack.html

--
Alan Burlison
--

Reply via email to