This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ Thread Dump
- From: Andrew Haley <aph at redhat dot com>
- To: Mark Anderson <mark at panonet dot net>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 9 Feb 2005 11:18:46 +0000
- Subject: Re: GCJ Thread Dump
- References: <200502091034.37317.mark@panonet.net>
Mark Anderson writes:
> Is there any way to get a thread dump from a running GCJ application in the
> same way you can send a kill -3 signal to the Sun JVM?
No, there isn't, and it would be extremely hard to do. Whan we have a
problem like this, we attach gdb to the process.
Andrew.