Tomcat failed immediately on amd linux.
Test machine: jtg-amd1.sfbay ( contact me ###@###.### for root passwd )
Linux jtg-amd1 2.4.19-SMP #1 SMP Mon Mar 31 23:48:08 UTC 2003 x86_64 unknown
java version:
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0-beta-b30, mixed mode)
How to reproduce the bug:
1. export JAVA_HOME=<your java home>
2. execute the script /net/jtgb4u4c.sfbay/export/sail8/bigapps/tests/runtomcat.ksh -server
3. check server log under /bt/Tomcat*/tomcat4.1.24/logs/catalina.out
In a couple of minutes, it showed that error happened.
Unexpected Error
------------------------------------------------------------------------------
SIGSEGV (0xb) at pc=0x0000002a2280ef68, pid=9340, tid=53301
###@###.### 2003-12-03
It's a problem with C2. Tomcat passed a few iterations when running with -Xint.
###@###.### 2003-12-03
If the heap is set to -Xmx512m, tomcat OOM but can still accept client request.
If the heap is set to -Xms512m -Xmx1024m, the problem reported in this bug
happened at the first test iteration.
###@###.### 2003-12-03