> If I generate a dump of the JVM using Ctrl-Break while 
> running Tomcat as a console app, what's the best resource for 
> interpreting this? I suspect the problem is a thread 
> deadlock, or something similar.

This tells us that you succeed in getting a JVM thread dump and
you are asking for help about how to analyze a JVM thread dump, right?

Doing this is an art. It requires that you understand thread
synchronizationm, the Java monitor concept and many other
nontrivial things.

Where are we supposed to start? (I'm not saying that this list
is not supposed to help you, but if we have to start explaining
Java synchronization and deadlocks, this would very probably
be way off this list and i'm far too lazy/busy to dig this deep...)

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to