Name: iaR10016 Date: 05/20/2001
JDK : JDK1.4.0 beta-b65
JCK : JCK1.3a
Platform[s] : Windows NT, Windows 2000, Windows ME
switch/Mode : -client -verify -Xincgc -Xfuture
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test : api/javax_swing/JTree/index.html#protected
VM crashes during running the test on Windows OS in "-Xincgc -Xfuture -verify" mode.
The test passes in "-client -Xmixed" mode.
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/javax_swing/JTree/protectedTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b65/jck13a/win32/winnt4.0_client_incgc_linux-20/workDir/api/javax_swing/JTree/index_protected.jtr
How to reproduce:
====================
Run the following script under Windows NT (probably, you need to change JCK, JAVA_HOME paths):
--------Script START---------------------
#!/bin/sh
JAVA_HOME="C:/jdk1.4.0"
JCK="H:/jck1.3a/JCK-runtime-13a"
export CLASSPATH="$JCK/classes;$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.javax.swing.JTree.protectedTests"
$JAVA_HOME/bin/java -Xincgc -Xfuture -verify ${executeClass}
---------Script END----------------------
Test output:
=============
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D407BB2
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.
Current Java thread:
at sun.awt.SunToolkit.<clinit>(SunToolkit.java:201)
at java.awt.Component.initIDs(Native Method)
at java.awt.Component.<clinit>(Component.java:518)
at javasoft.sqe.tests.api.javax.swing.JTree.protectedTests.JTree2022(protectedTests.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:30)
at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAccessorImpl.java:48)
at java.lang.reflect.Method.invoke(Method.java:306)
at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:409)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:205)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:137)
at javasoft.sqe.tests.api.javax.swing.JTree.protectedTests.main(protectedTests.java:52)
Dynamic libraries:
Local Time = Fri May 18 17:25:58 2001
Elapsed Time = 0
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0-beta-b65 mixed mode)
#
# An error report file has been saved as hs_err_pid195.log.
# Please refer to the file for further information.
#
Specific Machine Info:
=====================
Hostname: linux-20
OS: Windows NT
======================================================================