Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4787972
Votes 1
Synopsis WINXP-64:nsk/stress/stack/b4502350 test crashes VM at sharedRuntime.cpp, 335
Category hotspot:runtime_system
Reported Against mantis-beta
Release Fixed 1.4.2(mantis-beta)
State 10-Fix Delivered, Verified, bug
Priority: 2-High
Related Bugs 4791697 , 4791833
Submit Date 03-DEC-2002
Description




--------------------------------------
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

======================================================================
Work Around
N/A
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.

  xxxxx@xxxxx   2002-12-04

This bug is caused by the lack of Itanium register stack overflow
handling.


  xxxxx@xxxxx   2002-12-16
Comments
  
  Include a link with my name & email   

Submitted On 06-APR-2004
trevor_morris
What external build does "Verified in mantis b12" correspond
to? I'm seeing a bug with the same Error ID in "Java VM:
Java HotSpot(TM) Server VM (1.4.2_03-b02 mixed mode)". Is
this the same bug or a regression?


Submitted On 15-APR-2004
dpasiuk
I'm wondering the same thing asked by trevor_morris on
4/6/04.  I'm seeing this hotspot error on:

java -version
java version "1.4.2_03"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.2_03-b02)
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)

Linux 2.4.20-20.7bigmem #1 SMP Mon Aug 18 14:34:37 EDT 2003
i686 unknown


Submitted On 26-APR-2005
tomike
seems to me that the bug still exists.
we are using xeon processors and not itanium and this bug should be fixed in this version already

[Full GC 61671K->37102K(252224K), 0.2901440 secs]
[GC 68462K->62398K(252224K), 0.0146220 secs]
[GC 75006K->41005K(252096K), 0.0075010 secs]
[GC 72109K->45335K(394368K), 0.0181610 secs]
[GC 76434K->46244K(394368K), 0.0213650 secs]
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.2_07-b05 mixed mode)
#
# Error ID: 53484152454432554E54494D450E435050014F
#
# Problematic Thread: prio=1 tid=0x3e8002a0 nid=0x42d7 runnable 
#

Heap at VM Abort:
Heap
 PSYoungGen      total 183424K, used 107766K [0x448c0000, 0x505a0000, 0x505a0000)
  eden space 173440K, 58% used [0x448c0000,0x4abdacb0,0x4f220000)
  from space 9984K, 62% used [0x4fbe0000,0x50203ce0,0x505a0000)
  to   space 9984K, 0% used [0x4f220000,0x4f220000,0x4fbe0000)
 PSOldGen        total 210944K, used 39957K [0x505a0000, 0x5d3a0000, 0xaecc0000)
  object space 210944K, 18% used [0x505a0000,0x52ca5708,0x5d3a0000)
 PSPermGen       total 16384K, used 8462K [0xaecc0000, 0xafcc0000, 0xb2cc0000)
  object space 16384K, 51% used [0xaecc0000,0xaf503960,0xafcc0000)


Submitted On 15-SEP-2005
tel00
I'm seeing the same bug on Red Hat (linux kernel 2.4.21-4 el)

Our gc settings are:
-Xmx2500m -Xms2500m -server -XX:+AggressiveHeap

Error:
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.2_08-b03 mixed mode)
#
# Error ID: 53484152454432554E54494D450E435050014F
#
# Problematic Thread: prio=1 tid=0x0a49de78 nid=0x49dc runnable 
#

Heap at VM Abort:
Heap
 PSYoungGen      total 813440K, used 571614K [0x12870000, 0x4d1f0000, 0x4d1f0000)
  eden space 666880K, 72% used [0x12870000,0x3017ec20,0x3b3b0000)
  from space 146560K, 59% used [0x442d0000,0x497f8d20,0x4d1f0000)
  to   space 146560K, 0% used [0x3b3b0000,0x3b3b0000,0x442d0000)
 PSOldGen        total 1600000K, used 95291K [0x4d1f0000, 0xaec70000, 0xaec70000)
  object space 1600000K, 5% used [0x4d1f0000,0x52efedc8,0xaec70000)
 PSPermGen       total 29440K, used 29412K [0xaec70000, 0xb0930000, 0xb2c70000)
  object space 29440K, 99% used [0xaec70000,0xb0929058,0xb0930000)



PLEASE NOTE: JDK6 is formerly known as Project Mustang