-
Bug
-
Resolution: Fixed
-
P1
-
1.3.1_13, 1.4.1_06
-
07
-
x86
-
linux_sun, linux_suse_sles_8.2
When running the JCK14 runtime tests on SuSE 8.2 with 1.4.1_06b01 two of the tests fail:
vm/concepts/exceptions/exceptions031/exceptions03101
vm/concepts/exceptions/exceptions031/exceptions03102
uname -a:
Linux twirl 2.4.20-4GB #1 Mon Mar 17 17:54:44 UTC 2003 i686 unknown unknown GNU/Linux
Running through JCK doesn't give much information in the jtr files (files are attached). Just says unexpected exit code 129, but if you run the test manually it shows a segmentation fault.
A similar bug was logged before on SuSE 7.1 (4530230) but turned out to be the wrong kernel. Don't think it's the case here.
To Reproduce, run the following script (setting your JAVA_HOME path correctly):
#!/bin/sh
JAVA_HOME=/export/home/jdks/j2sdk1.4.1_06
JCK=/net/latte.ireland/export/home4/jck/JCK-runtime-14
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
$JAVA_HOME/bin/java -Xfuture -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101
$JAVA_HOME/bin/java -Xfuture -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03102.exceptions03102
vm/concepts/exceptions/exceptions031/exceptions03101
vm/concepts/exceptions/exceptions031/exceptions03102
uname -a:
Linux twirl 2.4.20-4GB #1 Mon Mar 17 17:54:44 UTC 2003 i686 unknown unknown GNU/Linux
Running through JCK doesn't give much information in the jtr files (files are attached). Just says unexpected exit code 129, but if you run the test manually it shows a segmentation fault.
A similar bug was logged before on SuSE 7.1 (4530230) but turned out to be the wrong kernel. Don't think it's the case here.
To Reproduce, run the following script (setting your JAVA_HOME path correctly):
#!/bin/sh
JAVA_HOME=/export/home/jdks/j2sdk1.4.1_06
JCK=/net/latte.ireland/export/home4/jck/JCK-runtime-14
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
$JAVA_HOME/bin/java -Xfuture -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101
$JAVA_HOME/bin/java -Xfuture -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03102.exceptions03102
- relates to
-
JDK-4530230 JCK1.3a: two vm/concepts/exceptions/exceptions031... cause segmentation fault
- Closed
-
JDK-5091227 JCK: one test fails with -client -Xcomp flags in JCK runtime tests
- Closed