Operating System - HP-UX
1834148 Members
1959 Online
110064 Solutions
New Discussion

kill -3 on 64bit Java process.

 
Eran Hagby
New Member

kill -3 on 64bit Java process.

Hi,
I'm trying to generate a thread dump from my hanging Java application running with IA64W JVM using “kill -3” command but nothing happens.
There is no input no matter what the stderror or stdout are set to.
When I use the same command on the same application running with IA64N JVM I get the thread dump as expected.
Is there a reasonable explanation?
Is there a different option for IA64W JVM?
Thanks…