JDK-4712498 : hopper: b16: stress test crashes ServerVM in -Xcomp mode on Solaris-sparc
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2002-07-10
  • Updated: 2002-08-27
  • Resolved: 2002-08-23
Related Reports
Duplicate :  
Description

Name: ipR10196			Date: 07/09/2002


--------------------------------------
Test            : nsk/stress/jck12a/jck122005
                  nsk/stress/jck12a/jck122009
TestBase        : testbase_nsk
VM              : server
Mode            : comp
Platform        : sparc
OS              : 5.8

----------------------------------------
Steps to reproduce 
================
1. cd /net/sqesvr.eng/export/vsn/GammaBase/Bugs/{BugID}
2. sh doit.sh $JAVA_HOME -server -Xcomp

This stress test runs large bundle of JCK tests concurrently
to check if VM can crash.

Crash output:
-----------------------------------------------------
#Unexpected Signal : 11 occurred at PC=0xFA40A170
#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:
#
#Dynamic libraries:
#0x10000 	
/net/alpheridies/export/VM/hopper/weekly/DTF-workspace/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-NSK_FULLLOOK-comp-SOLSPARC5.8-NSK_FULLLOOK-
en-2002-06-28-19-33-20-0516/jdk/solsparc/bin/java
#0xff350000 	/usr/lib/libthread.so.1
#0xff390000 	/usr/lib/libdl.so.1
#0xff200000 	/usr/lib/libc.so.1
#0xff330000 	/usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1
#0xfe000000 	/net/alpheridies.sfbay/export/VM/hopper/weekly/JDK/b16/solaris-sparcv9/jre/lib/sparc/server/libjvm.so
#0xff2d0000 	/usr/lib/libCrun.so.1
#0xff1e0000 	/usr/lib/libsocket.so.1
#0xff100000 	/usr/lib/libnsl.so.1
#0xff0d0000 	/usr/lib/libm.so.1
#0xff300000 	/usr/lib/libw.so.1
#0xff0b0000 	/usr/lib/libmp.so.2
#0xff080000 	/net/alpheridies.sfbay/export/VM/hopper/weekly/JDK/b16/solaris-sparcv9/jre/lib/sparc/native_threads/libhpi.so
#0xff040000 	/net/alpheridies.sfbay/export/VM/hopper/weekly/JDK/b16/solaris-sparcv9/jre/lib/sparc/libverify.so
#0xfe7c0000 	/net/alpheridies.sfbay/export/VM/hopper/weekly/JDK/b16/solaris-sparcv9/jre/lib/sparc/libjava.so
#0xff020000 	/net/alpheridies.sfbay/export/VM/hopper/weekly/JDK/b16/solaris-sparcv9/jre/lib/sparc/libzip.so
#
#Local Time = Sat Jun 29 15:41:23 2002
#Elapsed Time = 30
##
## HotSpot Virtual Machine Error : 11
## Error ID : 4F530E43505002E6 01
## Please report this error at
## http://java.sun.com/cgi-bin/bugreport.cgi
##
## Java VM: Java HotSpot(TM) Server VM (1.4.1-rc-b16 compiled mode)
##

#
#
#****************
#Another exception has been detected while we were handling last error.
#Dumping information about last error:
#ERROR REPORT FILE = (N/A)
#PC                = 0xfa40a170
#SIGNAL            = 11
#FUNCTION NAME     = (N/A)
#OFFSET            = 0xFFFFFFFF
#LIBRARY NAME      = (N/A)
#Please check ERROR REPORT FILE for further information, if there is any.
#Good bye.
-----------------------------------------------------
Error ID : 4F530E43505002E6 = os.cpp, 742

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

The following test also fails wiht Client VM and Solx86 platform and mixed mode
--------------------------------------
Test            : nsk/stress/jck12a/jck122005
                 
TestBase        : testbase_nsk
VM              : client
Mode            : mixed
Platform        : x86
OS              : 5.8

----------------------------------------
#
#Unexpected Signal : 11 occurred at PC=0xDED442C1
#Function=JVM_FillInStackTrace+0x789
#Library=/net/alpheridies.sfbay/export/VM/hopper/weekly/JDK/b16/solaris-i586/jre/lib/i386/client/libjvm.so
#
#Current Java thread:
###@###.### 2002-07-10

********************************************************************
Note:

Please ignore the above addition to the bug report (ClientVM crash)
The testcase actually crashing is .../.../jck12a/jck12a005
Due to the close remsemblance in naming between the two tests and  the timing both crashes were noted, I wrongly added to this existing report
Have opened a NEW bug : 4716388 for the ClientVM crash
Sorry for the confusion

###@###.### 2002-07-17

Comments
EVALUATION ###@###.### 2002-07-09 reproduced crash with Build 16 product build, jvmg and fastdebug did not crash ----- ###@###.### 2002-07-11 does not crash with -server -Xcomp -Xverify:all running on 4 processor solaris x86 machine, -client -Xmixed did not crash. repeating test. need to check if solaris_i386 -client doesn't crash with -Xverify:all ###@###.### 2002-08-23 This failure is the same as bug 4694035, so I a closing this as a duplicate.
23-08-2002