JDK-4716338 : hopper: b16: stress test crashes ClientVM in -Xmixed mode on Solx86
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: x86
  • Submitted: 2002-07-17
  • Updated: 2002-10-16
  • Resolved: 2002-10-16
Related Reports
Relates :  
Relates :  
Description
The following test also fails wiht Client VM and Solx86 platform and mixed mode
--------------------------------------
Test            : nsk/stress/jck12a/jck12a005                
TestBase        : testbase_nsk
VM              : client
Mode            : mixed
Platform        : x86
OS              : 5.8
Build 		: rc-build 16
-------------------------
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:
Segmentation Fault - core dumped

*******************************************************************************
Please Note :
the above Bug report wrong wrongly appended to  BugId 4712498 (which was also submitted during the sametime ) because of the very close resemblance to the testcase names
The bug report for BugId 4712498 will be modified to remove the additional failure comments (for ClientVM - solx86 -mixed)

***************************************************************************
This test ,
with help of the StressTest wrapper,  executes a bunch of primary
    JCK 1.2a tests concurently in order to bring JVM into extra stress.

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

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


Comments
EVALUATION This is another stack overflow failure which happens in -Xint mode as well. The failure can be observed by running under the debugger with java_g. It is difficult to see exactly what is happening since there are several hundred tests being run in parallel. Please narrow down the test case to the one test which is causing the crash. ###@###.### 2002-07-17 The testcase that actually causes the crash is astore_w.astore_w004.astore_w00401.astore_w00401 I added -stress:verbose -stress:consecutive options to the doit.sh script under /net/sqesvr.eng/export/vsn/GammaBase/Bugs/{BugID} If I comment out the above test , then the entire testlist passes See Also : 4695808 stress test crashes on Solaris/x86 This bug was evaluated as stack overflow problem and closed as a duplicate for the bug 4652165 jck stress test crashing VM ###@###.### 2002-07-18 I think I fixed this with bugid 4652165 and it does run with -server -client -Xmixed and -Xint on solaris x86. It hangs on linux_i486. ###@###.### 2002-09-18
18-07-2002