Details
Description
Tomcat failed on Solaris sparc when running with tiger fastdebug build 19
in server VM.
On solaris x86, the failure is not reproducible in Server VM.
On solaris sparc, the failure is not reproducible in Client VM.
The test machine is jtg-blade2.sfbay
The base JDK , tiger b19, is installed under /usr/j2se
JVM from /net/animorphic.sfbay/export/kbr/tmp/sharing_test_builds/ is dropped into base JDK.
# /usr/j2se/bin/java -server -version
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b19)
Java HotSpot(TM) Server VM (build 20030915105831.kbr.share_baseline_testing-fastdebug-debug, mixed mode)
The app is tested with sharing OFF.
To rerun the test:
1. log on to jtg-blade2
2. export JAVA_HOME=<java home>
3. execute the script /bs/runtomcat.ksh -server
4. log files is under /bt/Tomcat*
server log is under /bt/Tomcat*/tomcat4.1.24/logs/
###@###.### 2003-09-16
Tested with 0722's fastdebug build. The failure is already there.
# Java VM: Java HotSpot(TM) Server VM (20030722143702.robertg.baseline-fastdebug-debug mixed mode)
#
# assert(!owned_by_self(), "deadlock")
#
# Error ID: /export/imgr_home/ws/20030722143702.robertg.baseline/src/os/solaris/vm/mutex_solaris.inline.hpp, 25 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x00042388 nid=0x1 runnable
#
assertion failure
assert(!owned_by_self(), "deadlock")
###@###.### 2003-09-16
This is not the real failure. Because of bug 4896215 "potential deadlock in non-product vm (testing inhibitor)" This test reports a deadlock, when
it's really trying to report the message from stubGenerator_sparc.cpp:
"EXECUTION STOPPED: StubRoutines::call_stub callee changed sp"
###@###.### 2003-09-17
Attachments
Issue Links
- duplicates
-
JDK-4924547 REGRESSION: Regression-cte CTE_REGTEST/Generic/4344895/Adapters5.java fails
- Closed