JDK : 1.4.0-beta-b69/b70
JCK : jck1.4
Platform : Solaris 8 sparc/intel
switch/Mode : -server -Xcomp, -d64 -Xcomp - Failed
-c1/-c2/-d64, -c1/-c2/-d4 Xint, -c1 Xcomp - Passed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test :
1) api/javax_naming/spi/Lucite.html#LuciteInitConstr
api/javax_naming/spi/Lucite.html#LuciteInitCtx
api/javax_naming/spi/Lucite.html#ProtectedInitDirLazy
api/javax_naming/spi/Lucite.html#LuciteInitDirConstr
api/javax_naming/spi/Lucite.html#LuciteInitDirCtx
api/javax_naming/spi/Lucite.html#LuciteInitDir
api/javax_naming/spi/Lucite.html#LuciteInitLdapCtx
api/javax_swing/text/rtf/RTFEditorKit/descriptions.html#read
api/javax_naming/directory/AttributeModificationException/serial/index.html
api/java_awt/Component/descriptions.html#getListeners
Test source location:
=====================
1) /net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/javax_naming/spi/TestLucite.java Lucite.java
jtr file location:
==================
1)
file:/net/fcs-01/export/home/jtg-test/b69/jck14/fcs-01_s8_headless_c2Xcomp/workDir/api/javax_naming/spi/Lucite_LuciteInitConstr.jtr
jtr also attached.
How to reproduce:
====================
Run the attached script
naming_TestLucite.ksh -server -Xcomp
--------Script START---------------------
#!/bin/ksh
SWITCH=${1+$@}
JDK=/net/jdk/export/disk8/local.java/jdk1.4.0
#This is where you want the JCK to be use.
#Example: TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
TESTBASE=/net/jdk/export/disk8/local.java/jck1.4
TESTBASE=/net/jtgb4u4c.eng/export/sail16/JCK/jck14
JCK=${TESTBASE}/JCK-runtime-14
executeClass="javasoft.sqe.tests.api.javax.naming.TestLucite"
excludeCmd=
executeClassArgs="-TestCaseID initConstructors"
executeTestURL=
headless=
#executeContextArgs is used for vm testing.
executeContextArgs=
case `uname -s` in
SunOS)
ARCH=`uname -p`
case $ARCH in
sparc)
sharedJDK=$JDK/solsparc
;;
i386)
sharedJDK=$JDK/solx86
;;
esac
;;
Linux)
sharedJDK=$JDK/linux-i386
ARCH=linux
;;
esac
CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
DISPLAY=${DISPLAY-$HOST:0.0}
if `echo $SWITCH|grep "\-d64" >/dev/null`; then
LD_LIBRARY_PATH=${JCK}/lib/sparcv9
else
LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
fi
PATH=$JDK/bin:$sharedJDK/bin:$PATH
export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH
echo
java ${SWITCH} -version
echo
java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy -Djava.security.auth.policy=${JCK}/lib/jck.auth.policy -Djava.security.auth.login.config=${JCK}/lib/jck.auth.login.config -Djava.rmi.activation.port=${executeClass} ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}
--------Script END----------------------
Test output:
=============
Unexpected Signal : 11 occurred at PC=0xFE13E700
Function=JVM_GetCPFieldClassNameUTF+0x9B0C
Library=/net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/server/libjvm.so
Current Java thread:
Dynamic libraries:
0x10000 java
0xff360000 /usr/lib/libthread.so.1
0xff3a0000 /usr/lib/libdl.so.1
0xff280000 /usr/lib/libc.so.1
0xff270000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
0xfe000000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/server/libjvm.so
0xff210000 /usr/lib/libCrun.so.1
0xff1f0000 /usr/lib/libsocket.so.1
0xff100000 /usr/lib/libnsl.so.1
0xff1c0000 /usr/lib/libm.so.1
0xff240000 /usr/lib/libw.so.1
0xff0d0000 /usr/lib/libmp.so.2
0xff0a0000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/native_threads/libhpi.so
0xff070000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/libverify.so
0xfdc00000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/libjvm.so
0xff020000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/libjava.so
0xfe7e0000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/libzip.so
Local Time = Fri Jun 29 12:27:47 2001
Elapsed Time = 17
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002D7 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.0-beta_refresh-b70 compiled mode)
#
# An error report file has been saved as hs_err_pid19905.log.
# Please refer to the file for further information.
#
Specific Machine Info:
=====================
SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60
SunOS jtg-i108 5.8 Generic i86pc i386 i86pc
takwing.cheung@Eng 2001-06-29
JCK : jck1.4
Platform : Solaris 8 sparc/intel
switch/Mode : -server -Xcomp, -d64 -Xcomp - Failed
-c1/-c2/-d64, -c1/-c2/-d4 Xint, -c1 Xcomp - Passed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test :
1) api/javax_naming/spi/Lucite.html#LuciteInitConstr
api/javax_naming/spi/Lucite.html#LuciteInitCtx
api/javax_naming/spi/Lucite.html#ProtectedInitDirLazy
api/javax_naming/spi/Lucite.html#LuciteInitDirConstr
api/javax_naming/spi/Lucite.html#LuciteInitDirCtx
api/javax_naming/spi/Lucite.html#LuciteInitDir
api/javax_naming/spi/Lucite.html#LuciteInitLdapCtx
api/javax_swing/text/rtf/RTFEditorKit/descriptions.html#read
api/javax_naming/directory/AttributeModificationException/serial/index.html
api/java_awt/Component/descriptions.html#getListeners
Test source location:
=====================
1) /net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/javax_naming/spi/TestLucite.java Lucite.java
jtr file location:
==================
1)
file:/net/fcs-01/export/home/jtg-test/b69/jck14/fcs-01_s8_headless_c2Xcomp/workDir/api/javax_naming/spi/Lucite_LuciteInitConstr.jtr
jtr also attached.
How to reproduce:
====================
Run the attached script
naming_TestLucite.ksh -server -Xcomp
--------Script START---------------------
#!/bin/ksh
SWITCH=${1+$@}
JDK=/net/jdk/export/disk8/local.java/jdk1.4.0
#This is where you want the JCK to be use.
#Example: TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
TESTBASE=/net/jdk/export/disk8/local.java/jck1.4
TESTBASE=/net/jtgb4u4c.eng/export/sail16/JCK/jck14
JCK=${TESTBASE}/JCK-runtime-14
executeClass="javasoft.sqe.tests.api.javax.naming.TestLucite"
excludeCmd=
executeClassArgs="-TestCaseID initConstructors"
executeTestURL=
headless=
#executeContextArgs is used for vm testing.
executeContextArgs=
case `uname -s` in
SunOS)
ARCH=`uname -p`
case $ARCH in
sparc)
sharedJDK=$JDK/solsparc
;;
i386)
sharedJDK=$JDK/solx86
;;
esac
;;
Linux)
sharedJDK=$JDK/linux-i386
ARCH=linux
;;
esac
CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
DISPLAY=${DISPLAY-$HOST:0.0}
if `echo $SWITCH|grep "\-d64" >/dev/null`; then
LD_LIBRARY_PATH=${JCK}/lib/sparcv9
else
LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
fi
PATH=$JDK/bin:$sharedJDK/bin:$PATH
export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH
echo
java ${SWITCH} -version
echo
java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy -Djava.security.auth.policy=${JCK}/lib/jck.auth.policy -Djava.security.auth.login.config=${JCK}/lib/jck.auth.login.config -Djava.rmi.activation.port=${executeClass} ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}
--------Script END----------------------
Test output:
=============
Unexpected Signal : 11 occurred at PC=0xFE13E700
Function=JVM_GetCPFieldClassNameUTF+0x9B0C
Library=/net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/server/libjvm.so
Current Java thread:
Dynamic libraries:
0x10000 java
0xff360000 /usr/lib/libthread.so.1
0xff3a0000 /usr/lib/libdl.so.1
0xff280000 /usr/lib/libc.so.1
0xff270000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
0xfe000000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/server/libjvm.so
0xff210000 /usr/lib/libCrun.so.1
0xff1f0000 /usr/lib/libsocket.so.1
0xff100000 /usr/lib/libnsl.so.1
0xff1c0000 /usr/lib/libm.so.1
0xff240000 /usr/lib/libw.so.1
0xff0d0000 /usr/lib/libmp.so.2
0xff0a0000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/native_threads/libhpi.so
0xff070000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/libverify.so
0xfdc00000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/libjvm.so
0xff020000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/libjava.so
0xfe7e0000 /net/jdk.eng/export/disk6/promoted/jdk/1.4/beta_refresh/b70/binaries/solsparc/jre/lib/sparc/libzip.so
Local Time = Fri Jun 29 12:27:47 2001
Elapsed Time = 17
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002D7 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.0-beta_refresh-b70 compiled mode)
#
# An error report file has been saved as hs_err_pid19905.log.
# Please refer to the file for further information.
#
Specific Machine Info:
=====================
SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60
SunOS jtg-i108 5.8 Generic i86pc i386 i86pc
takwing.cheung@Eng 2001-06-29
- duplicates
-
JDK-4473670 JCK Tests crashes in runThese with assertion at ciKlass.cpp, 53
-
- Closed
-