I've seen similar beharvior on a RedHat 7.1 system with
a 2.4.2 kernel:
[user@system]$ java -version
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-FCS)
Java HotSpot(TM) Client VM (build Blackdown-1.3.1-FCS, mixed mode)
Another ex
This error, incidentally, comes about half the time,
running the command line repeatedly. Adding "-Xrs"
reduces the occurrence to about 1 out of 10 times (and
gives a different PC value, no surprise). Running from
jdb, the error doesn't occur at all.
Leads me to suspect a bug in java's shutdown c
Using the example greetings.Hello class as in
http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/javac.html,
I compiled successfully but got the following
execution:
--
$ java greetings.Hello World Universe Everyone
Hello World
Hello Universe
Hel