JDK-4787972 : WINXP-64:nsk/stress/stack/b4502350 test crashes VM at sharedRuntime.cpp, 335
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.2
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic,x86
  • Submitted: 2002-12-03
  • Updated: 2003-01-13
  • Resolved: 2003-01-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2 betaFixed
Related Reports
Duplicate :  
Relates :  
Description

Name: gv34239			Date: 12/03/2002


--------------------------------------
Test : nsk/stress/stack/b4502350
VM:  Server 
MODE: Mixed
OS:  WinXP-64
----------------------------------------

 Crash  Output:
===================

#annotate TEST javaopt=-server -server -Xmixed -XX:-ShowMessageBoxOnError
Y:/weekly/mantis/JDK/latest/windows-ia64/bin/java -server -DHANGINGJAVA5112 -server -Xmixed -XX:-ShowMessageBoxOnError b4502350 1000 10
##Exit status of execution step=1
##!checkExitCode

##
## HotSpot Virtual Machine Error, Internal Error
## Please report this error at
## http://java.sun.com/cgi-bin/bugreport.cgi
##
## Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2-beta-b08 mixed mode)
##
## Error ID: 53484152454432554E54494D450E435050014F
##
## Problematic Thread: prio=5 tid=0x000006fbffd66b40 nid=0x1480 runnable 
##
#
#Heap at VM Abort:
#Heap
# def new generation   total 1984K, used 835K [0x000006fbb6880000, 0x000006fbb6aa0000, 0x000006fbb7dd0000)
#  eden space 1792K,  36% used [0x000006fbb6880000, 0x000006fbb69225f8, 0x000006fbb6a40000)
#  from space 192K,  96% used [0x000006fbb6a40000, 0x000006fbb6a6e8e8, 0x000006fbb6a70000)
#  to   space 192K,   0% used [0x000006fbb6a70000, 0x000006fbb6a70000, 0x000006fbb6aa0000)
# tenured generation   total 1408K, used 280K [0x000006fbb7dd0000, 0x000006fbb7f30000, 0x000006fbba880000)
#   the space 1408K,  19% used [0x000006fbb7dd0000, 0x000006fbb7e16128, 0x000006fbb7e16200, 0x000006fbb7f30000)
# compacting perm gen  total 16384K, used 2052K [0x000006fbba880000, 0x000006fbbb880000, 0x000006fbbe880000)
#   the space 16384K,  12% used [0x000006fbba880000, 0x000006fbbaa81008, 0x000006fbbaa81200, 0x000006fbbb880000)


#########################
# To reproduce the bug:
#########################
1. cd /net/jano.sfbay/export/disk20/GammaBase/Bugs/[bug ID]
2. run rerun.sh

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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis-beta FIXED IN: mantis-beta INTEGRATED IN: mantis-beta VERIFIED IN: mantis-beta
14-06-2004

PUBLIC COMMENTS Verified in mantis b12 ###@###.### 2003-01-13
13-01-2003

EVALUATION This test is aimed to catch regression of the bug: 4502350 stack overflows in native code leave yellow zone disabled until next exception Running on linux, it dies -Xmixed, runs correctly -Xint use the attached file "doit.csh" to invoke it. Change MODE to -Xint or -Xmixed depending on what you want. ###@###.### 2002-12-04 This bug is caused by the lack of Itanium register stack overflow handling. ###@###.### 2002-12-16
04-12-2002