Most of us run into bugs where tests "hang". Here are some nice tools and
tips I found to obtain and analyze thread dumps. I am sure there may be
other tools so if you know of some good ones feel free to add.
Jstack
jstack
prints Java stack traces of Java threads for a given Java
process or core file or a remote debug server. However jstack is not
available for Windows platforms or on
the...