-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

>>>>> "BT" == Bob Tanner <[EMAIL PROTECTED]> writes:

 BT> /usr/jdk1.2/bin/java -classpath ...  org.apache.jserv.JServ

You really should either disable the JIT or use green threads with
jdk1.2pre* . Native threads and JIT don't work together to well.  On
my system (just to add to Clayton's list it's RedHat 5.1 with glibc
2.0) native threads and JIT cause wild JVM crashes all the time.

Does it work if you add -green to your wrapper.bin.parameters?

        Stefan


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to