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.