Hi again
I am running Windows XP so jstack is not part of the JRE. It seems like it is part of the JDK for windows, but strangely I haven't been able to recreate the problem since.

Lars

Alan Burlison wrote:
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

Reply via email to