NSK test nsk/stress/jck12a/jck12a013 crashes in Hotspot merlin
and hoper b03. Set these environment variables, that point to
east coast nsk tests (that are out of date, maybe someone can
update to west coast ones?) to run:
PWD=/net/castor/jtg/testbase/src/testbase_nsk.v14r08/src/nsk/stress/jck12a/jck12a013
JCK_12a=/net/castor.east/JCOV/testbase_old/JCK-runtime-api-12a
CLASSPATH=.:/net/castor/jtg/testbase/src/testbase_nsk.v14r08/src/nsk/stress/share/classes:/net/castor.east/JCOV/testbase_old/JCK-runtime-api-12a/classes:/net/castor.east/JCOV/testbase_old/JCK-runtime-api-12a/javatest.jar
% java -d64 -server -Xcomp -Xbatch -Xcheck:jni jck12a013
Unexpected Signal : 11 occurred at PC=0xFFFFFFFF39C0C350
Function=[Unknown.]
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Cannot obtain thread information
<etc>
This bug has been extracted from the second bug submitted in bugid 4506500.
###@###.### 2002-03-11
With the script, doit, this is the error:
%more doit
setenv CLASSPATH .:/net/castor/jtg/testbase/src/testbase_nsk.v14r08/src/nsk/stre
ss/share/classes:/net/castor.east/JCOV/testbase_old/JCK-runtime-api-12a/classes:
/net/castor.east/JCOV/testbase_old/JCK-runtime-api-12a/javatest.jar
javac jck12a013.java
java_g -d64 -server -Xcomp -Xbatch -XX:+ShowMessageBoxOnError jck12a013
% csh doit
VM option '+ShowMessageBoxOnError'
default to Motif 2.1, os is: 5.8
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.1-beta-b07-debug compiled mode)
#
# assert(n != top() || r->in(pnum) == top(), "live value must not be garbage")
#
# Error ID: /BUILD_AREA/jdk1.4.1/hotspot/src/share/vm/opto/parse1.cpp, 1368 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x10023a508 nid=0xb runnable
#
assertion failure
assert(n != top() || r->in(pnum) == top(), "live value must not be garbage")
Do you want to debug the problem?
I think this build is the b07 build.
###@###.### 2002-04-08