To produce a thread dump on an unresponsive java process
To produce a thread dump on a java application $> jstack 29812 > ~/threadDump.txt where 29812 is the PID of java process Possible problem : Unable to deduce type of thread from address Deadlock...
Recent Comments