Hi,

I'm having some problems with threads, so I need to do a thread dump (same thing
that Ctrl-\ does) but from within the program (i.e., I catch an Exception and
want to do a thread dump that moment). Does anyone here know how to do that?

Basically, I'm getting an "IllegalMonitorStateException: current thread not
owner" when I do a notifyAll(). This is with JDK 1.1.7v1a and the green threads
package.

Thanx,
-Mario.

Reply via email to