Platform :- 64 bit linux on itanium system. RH 7.2 Linux
Build :- Build 13.
Problem Description :- An applet tries to call a recursive fn. The recursive fn does nothing except increasing the count var. The test expects the program to throw StackOverFlow error but instead it cause JVM to crash. However no core file is dumped.
I get two different type of error traces. Here is the first one :-
================================================================================
JAVA_FLAGS = -server
Warning: Can't read AppletViewer properties file: /root/.hotjava/properties Using defaults.
Unexpected Signal : 11 occurred at PC=0x2000000000798000
Function=fill_in_stack_trace__19java_lang_ThrowableG6HandleP6Thread+0xC50
Library=/.automount/koori.sfbay/root/p/v06/jdk/1.4.1/beta/b13/binaries/linux-ia64/jre/lib/ia64/server/libjvm.so
Current Java thread:
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x0x2000000000798000
SIGNAL = 11
FUNCTION NAME = fill_in_stack_trace__19java_lang_ThrowableG6HandleP6Thread
OFFSET = 0xC50
LIBRARY NAME = /.automount/koori.sfbay/root/p/v06/jdk/1.4.1/beta/b13/binaries/linux-ia64/jre/lib/ia64/server/libjvm.so
Please check ERROR REPORT FILE for further information, if there is any.
================================================================================
Please see the attached tar file for 2nd type of error trace as its too long to fit here.
How to Re-Produce :-
1. untar the tar file.
2. set JAVA_HOME to 64 bit version of b13 for linux on itanium system.
3. sh Doit.sh
4. You will see the error trace shortly.
This test fails on b12 and hangs on b11 for linux-64 bit jvm. It passes for b13 for solaris 64 bitjvm and 32 bit jvm.
I'll update bug report once I run this test on linux-32 bit system.
###@###.### 2002-05-31
========================================================================
While running this test as Application as opposed to an applet I get following error trace :-
# 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 Core VM (1.4.1-beta-b13 interpreted mode)
#
# Error ID: 494E5445525052455445523F494116140E43505003EB
#
# Problematic Thread: prio=1 tid=0x0x6000000000006790 nid=0x1354 runnable
#
Aborted
===============================================================================
###@###.### 2002-05-31
Build :- Build 13.
Problem Description :- An applet tries to call a recursive fn. The recursive fn does nothing except increasing the count var. The test expects the program to throw StackOverFlow error but instead it cause JVM to crash. However no core file is dumped.
I get two different type of error traces. Here is the first one :-
================================================================================
JAVA_FLAGS = -server
Warning: Can't read AppletViewer properties file: /root/.hotjava/properties Using defaults.
Unexpected Signal : 11 occurred at PC=0x2000000000798000
Function=fill_in_stack_trace__19java_lang_ThrowableG6HandleP6Thread+0xC50
Library=/.automount/koori.sfbay/root/p/v06/jdk/1.4.1/beta/b13/binaries/linux-ia64/jre/lib/ia64/server/libjvm.so
Current Java thread:
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x0x2000000000798000
SIGNAL = 11
FUNCTION NAME = fill_in_stack_trace__19java_lang_ThrowableG6HandleP6Thread
OFFSET = 0xC50
LIBRARY NAME = /.automount/koori.sfbay/root/p/v06/jdk/1.4.1/beta/b13/binaries/linux-ia64/jre/lib/ia64/server/libjvm.so
Please check ERROR REPORT FILE for further information, if there is any.
================================================================================
Please see the attached tar file for 2nd type of error trace as its too long to fit here.
How to Re-Produce :-
1. untar the tar file.
2. set JAVA_HOME to 64 bit version of b13 for linux on itanium system.
3. sh Doit.sh
4. You will see the error trace shortly.
This test fails on b12 and hangs on b11 for linux-64 bit jvm. It passes for b13 for solaris 64 bitjvm and 32 bit jvm.
I'll update bug report once I run this test on linux-32 bit system.
###@###.### 2002-05-31
========================================================================
While running this test as Application as opposed to an applet I get following error trace :-
# 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 Core VM (1.4.1-beta-b13 interpreted mode)
#
# Error ID: 494E5445525052455445523F494116140E43505003EB
#
# Problematic Thread: prio=1 tid=0x0x6000000000006790 nid=0x1354 runnable
#
Aborted
===============================================================================
###@###.### 2002-05-31
- duplicates
-
JDK-4691155 Throws VM error when trying to overflow the stack on Redhat7.2(64) Itanium m/c
-
- Closed
-