JDK-4530230 : JCK1.3a: two vm/concepts/exceptions/exceptions031... cause segmentation fault
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.0
  • Priority: P1
  • Status: Closed
  • Resolution: Not an Issue
  • OS: linux
  • CPU: x86
  • Submitted: 2001-11-21
  • Updated: 2001-11-28
  • Resolved: 2001-11-28
Related Reports
Relates :  
Description

Name: iaR10016			Date: 11/21/2001


JDK            : JDK1.4.0-rc-b86
JCK            : JCK1.3a
Platform[s]    : Suse Linux 7.1
                 (The tests pass under RedHat Linux 7.1, RedHat Linux 6.2, Windows 98)
switch/Mode    : -client -Xmixed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test   : vm/concepts/exceptions/exceptions031/exceptions03101/exceptions03101.html
                 vm/concepts/exceptions/exceptions031/exceptions03102/exceptions03102.html

Two JCK1.3a vm/concepts/exceptions/exceptions031 tests cause segmentation fault error when running
with JDK1.4.0-rc-b86 under Suse Linux 7.1.

Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/vm/concepts/exceptions/exceptions031/exceptions03101/exceptions03101.java
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/vm/concepts/exceptions/exceptions031/exceptions03102/exceptions03102.java

jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/merlin/b86-new/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/vm/concepts/exceptions/exceptions031/exceptions03101/exceptions03101.jtr
/net/jtgb4u4c.eng/export/sail15/results/merlin/b86-new/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/vm/concepts/exceptions/exceptions031/exceptions03102/exceptions03102.jtr

How to reproduce:
====================
Run the following script under Suse Linux 7.1
(probably, you need to change JCK, LD_LIBRARY_PATH and JAVA_HOME paths):
--------Script START---------------------
#!/bin/sh
JAVA_HOME=/net/jdk/export/disk8/local.java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
export LD_LIBRARY_PATH="$JCK/lib"
executeClass="javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101"
$JAVA_HOME/bin/java -Xfuture ${executeClass}
---------Script END----------------------

Test output:
=============
Script.sh: line 7: 24323 Segmentation fault      $JAVA_HOME/bin/java -Xfuture ${executeClass}
Result is 139

Specific Machine Info:
=====================
Hostname: Linux-11
OS: Suse Linux 7.1

======================================================================

Comments
EVALUATION Is this a supported platform? According to the install notes for Linux it is not on the tested list. ###@###.### 2001-11-26 This bug is not reproducible on RedHat systems (I have tested 1.4.0-rc-b86 on RH-6.2, 7.1 and 7.2). According to Merlin showstopper definition, I am downgrading the bug priority. This bug is probably related to 4466587. ###@###.### 2001-11-26
26-11-2001