-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
x86
-
linux, windows_2000
-
Verified
Name: egR10015 Date: 04/17/2001
HotSpot 1.4.0-beta-b60 fails to pass the following test
nsk/stress/stack/stack002
from testbase_nsk on win and linux platforms in server mode.
The Server VM intermittently crashes with the error ID
53484152454432554E54494D450E43505000F8 (sharedRuntime.cpp, 248).
The crash is observing 1 time in 3-4 executions on Windows 2000
and Linux RedHat 6.2.
The test mentioned above provokes StackOverflowError by infinite
recursion in Java method, intercept the exception and continue
to invoke that method until the test exceeds timeout, or until
Java VM crashes.
Platforms info:
===============
1) P-III 866MHz, RAM 512Mb, OS NT 5.0
2) Dual P-III 600MHz, RAM 512Mb, OS RedHat 6.2,
Kernel 2.2.14-5.0smp #1 SMP Tue Mar 7 21:01:40 EST 2000 i686 unknown
To reproduce the bug run with HS1.4 on Windows 2000, Linux
sh doit.sh $JAVA_HOME [$VM_MODE]
in
/net/sqesvr.eng/export/vsn/GammaBase/Bugs/<this bug number>
where $VM_MODE are -Xint,-Xcomp,-Xmixed or an empty value
--------- output on Windows 2000 with Server HS 1.4.0-b60 -----------
$ sh doit.sh h:/hotspot/jdk1.4/win
Note: stack002.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b60)
Java HotSpot(TM) Server VM (build 1.4.0-beta-b60, mixed mode)
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
Maximal depth: 5033
#
# Error ID: 53484152454432554E54494D450E43505000F8
#
# Problematic Thread: prio=5 tid=0x00A47ED8 nid=0x1cb0 runnable exit code = 95
$
---------------------------------------------------------------------
---------- output on Linux RH6.2 with Server HS 1.4.0-b60 -----------
$ sh doit.sh ~/hotspot/jdk1.4/linux
Note: stack002.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b60)
Java HotSpot(TM) Server VM (build 1.4.0-beta-b60, mixed mode)
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 53484152454432554E54494D450E43505000F8
#
# Problematic Thread: prio=1 tid=0x0x4c3109d8 nid=0x2d6e runnable
#
exit code = 134
---------------------------------------------------------------------
======================================================================