Hi,

I have been using JDK1.2 pre-v2 (from blackdown.org) to run my
servlets/JSPs on apache/Tomcat3.1. The application is just a set of
read/write operations on a mysql database through JDBC.

But the site crashes from time to time (randomly) giving "segmentation
fault" and very lengthy exception lists (mainly complaining about the
"thread" and "JNI" "lock"). Once the site crashes, the JVMs crash. 

I do not think any bugs in my code should be able to cause the JVM to
crash, right? (The JVM should never crash) So, I assume it is the JDK1.2
implementation problem. Now I have two choices: 1. use green thread; 2. go
back to JDK1.1.8

I am not sure what to do. Can anyone give me some thoughts on this?

Thanks
Michael

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to