JDK-4695808 : stress test crashes on Solaris/x86
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: x86
  • Submitted: 2002-05-31
  • Updated: 2002-06-07
  • Resolved: 2002-06-06
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description

Name: ipR10196			Date: 05/31/2002


--------------------------------------
Test(s)         : nsk/stress/jck12a/jck12a005
TestBase        : testbase_nsk 
VM              : client, server
Mode            : comp, mixed
Platform(s)     : x86
OS              : 5.8

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

Crash output:
-----------------------------------------------------
Unexpected Signal : 11 occurred at PC=0xDED540F1
Function=JVM_FillInStackTrace+0x789
Library=/net/alpheridies/export/VM/hopper/weekly/JDK/b13/solaris-i586/jre/lib/i386/client/libjvm.so

Current Java thread:
Segmentation Fault
Exit status = 139
-----------------------------------------------------

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

Comments
EVALUATION Most likely a duplicate of 4652165. Can workaround by running with a larger stack -Xss512k ###@###.### 2002-06-03 I'm marking it as a duplicate of 4652165 because my fix for that fixes this too. Start: class javasoft.sqe.tests.vm.astore_w.astore_w004.astore_w00401.astore_w00401 java.lang.StackOverflowError: class javasoft.sqe.tests.vm.astore_w.astore_w004.astore_w00401.astore_w00401, int run(args,out) Failed. java.lang.StackOverflowError ###@###.### 2002-06-05
05-06-2002

WORK AROUND Run with -Xss512k (increase the stack size). Some of the astore tests have native methods using many locals. ###@###.### 2002-06-03
03-06-2002