On Tue, 11 Mar 2003 09:44, Rafal Kedziorski wrote:
> At 12:04 10.03.2003 -0800, Hunter Hillegas wrote:
> >Any place where documentation on these steps exists?
>
> On Unix system You can send kill -SIGQUIT <pid>. than SUN VM is generating
> a txt file with needen informations. but this ist VM and system specific.
> under Linux the process was killed every time after sending -SIGQUIT and
> the informations file was empty.

I don't know if this has been mentioned on this thread, but the thread dump 
(AFAIK)  is a JDK 1.4 feature, with JDK 1.3.x you will just kill the JVM with 
the signal.

Handy feature of this is that it will also tell you if there is a (detectable) 
deadlock between threads.

brian wallis...




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to