-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
x86
-
generic
Name: aaR10208 Date: 12/03/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b29,b28
JCK : JCK1.5-runtime (b08)
Platform[s] : SuSE SLES 8 (amd64)
switch/Mode : generic
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: api/java_util/SimpleTimeZone/index.html#setXXXRule
JCK1.5-runtime api/java_util/SimpleTimeZone/index.html#setXXXRule test causes jvm crash on AMD64.
I'm unable to reproduce the failure on other platforms.
The test passed with b26.
Test source location:
=====================
/net/koori.sfbay/onestop/jck/1.5/promoted/beta/b08/binaries/JCK-runtime-15/tests/api/java_util/SimpleTimeZone/setXXXRuleTests.java
jtr file location:
==================
/net/jtgb4u4c/export/sail15/results.2/tiger/b29/jck15/linux/suse_sles_bela/workDir/api/java_util/SimpleTimeZone/index_setXXXRule.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
JCK="/net/koori.sfbay/onestop/jck/1.5/promoted/beta/b08/binaries/JCK-runtime-15"
JDK="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b29/binaries/linux-amd64"
switches="-showversion"
CP="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CP javasoft.sqe.tests.api.java.util.SimpleTimeZone.setXXXRuleTests -TestCaseID ALL
--- script end ---
Test output:
============
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b28)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0-beta-b28, mixed mode)
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x0000002a95f5dee0, pid=25965, tid=7176
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b28 mixed mode)
# Problematic frame:
# V [libjvm.so+0x49fee0]
#
# An error report file with more information is saved as hs_err_pid25965.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
./amd.sh: line 8: 25965 Aborted $JDK/bin/java $switches -cp $CP javasoft.sqe.tests.api.java.util.SimpleTimeZone.setXXXRuleTests -TestCaseID ALL
Specific machine info:
======================
Hostname: bela.sfbay
OS: SuSE SLES 8 (AMD64)
======================================================================
- duplicates
-
JDK-4761696 (tz) Rewrite SimpleTimeZone to support correct DST transitions
- Resolved
- relates to
-
JDK-4975025 TEST_BUG: linamd64: SimpleTimeZone.setXXXRuleTests fail
- Closed