Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Processes on Linux Ignore kill

843811Apr 6 2005 — edited Apr 7 2005
I had posted earlier about javac locking the system in 1.5. I reverted to 1.4.2 and all was well until a few minutes ago.

I compiled and ran a test class, and it never terminated. I tried using the "kill" command and it ignored it. I tried "kill -9" and "kill -SIGKILL".

Now, I was under the impression that SIGKILL cannot be ignored, but now I have tried it with two java processes (java and javac), and both have managed to be unterminatable.

Anyone know how this can be?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2005
Added on Apr 6 2005
1 comment
184 views