-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
2.0
-
sparc
-
solaris_7
Name: dkC59003 Date: 12/24/99
The regression test (testbase_nsk) nsk/regression/b4296019add01 causes crash of
the HotSparc Server VM (2.0, mixed mode, build A).
The test sets breakpoint in a method from other class and then calls this method.
JVMDI_EVENT_BREAKPOINT occurs and then HotSparc VM crashes.
To reproduce the bug run doit.sh in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>.
The first parameter for doit.sh should be JDK root directory
(e.g. /usr/local/java/jdk1.2.2/solaris) and the second parameter -
VM option(s) (optional).
The Classic VM runs the test perfectly.
Logs:
% doit.sh /export/java/jdk1.2.2/solaris
java version "1.2.2"
Java(TM) HotSpot Server VM (2.0, mixed mode, build A)
==> test b4296019add01 LOG:
----> breakpoint_init: BREAKPOINT is set for b4296019add01a.test_method()
----> b4296019add01a.test_method() will call
----> catch_BREAKPOINT: breakpoint_counter = 1
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
#
# Error ID: 4F533F534F4C415249530E4350500791 01
#
(Error ID: os_solaris.cpp, 1937)
% doit.sh /export/java/jdk1.2.2/solaris -classic
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, green threads, sunwjit)
==> test b4296019add01 LOG:
----> breakpoint_init: BREAKPOINT is set for b4296019add01a.test_method()
----> b4296019add01a.test_method() will call
----> catch_BREAKPOINT: breakpoint_counter = 1
----> b4296019add01a: test_method is running
==> test b4296019add01 PASSED
======================================================================