Top "Thread-dump" questions

When debugging it becomes necessary to dump the thread state of the application, this is usually to find a deadlock, lock contention or leaking connections.

How to interpret a Java thread dump?

I got a Java web-application here running on Tomcat6 with Ubuntu (server edition). After 1-3 days, the application becomes very …

java thread-dump
evaluation of a java thread dump

I got a thread dump of one of my processes. It has a bunch of these threads. I guess they …

java thread-dump
What are those java threads starting with "pool"?

I have a problem with a Tomcat server that is unable to shutdown gracefully. I have taken a thread dump …

java tomcat thread-dump