JDK-4695523 : stress test intermittently crashes Server VM in -Xcomp mode
  • 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-05-31
  • Updated: 2002-09-09
  • Resolved: 2002-09-09
Related Reports
Duplicate :  
Description

Name: ipR10196			Date: 05/31/2002


--------------------------------------
Test(s)         : 
nsk/stress/jck122/jck122002
nsk/stress/jck12a/jck12a002
nsk/stress/jck12a/jck12a003

TestBase        : testbase_nsk 
VM              : Server 
Mode            : comp
Platform (s)	: sparc
OS              : 5.8

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

The crash is intermittent, so you may have to wait for the test 
to run several times in a loop till the crash occurs.

Crash diagnostics varies:
-----------------------------------------------------
#
# 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-beta-b13 compiled mode)
#
# An error report file has been saved as hs_err_pid18508.log.
# Please refer to the file for further information.
#
Abort
Exit status = 134
-----------------------------------------------------

or 

-----------------------------------------------------
Another exception has been detected while we were handling last error.                      
Dumping information about last error:                                                       
ERROR REPORT FILE = (N/A)                                                                   
PC                = 0xfa40b4d0                                                              
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.                                                                                   
-----------------------------------------------------

======================================================================
###@###.### 2002-06-07

The same failure occures for the following stress tests against b14:
nsk/stress/jck122/jck122003
nsk/stress/jck12a/jck12a001
nsk/stress/jck12a/jck12a007
nsk/stress/jck12a/jck12a008
nsk/stress/jck12a/jck12a013

Comments
EVALUATION ###@###.### 2002-09-09 Steve and I looked at this and convirmed that it is a duplicate of Bug 4694035
09-09-2002