-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.2.2
-
x86
-
windows_nt
Name: dkC59003 Date: 12/24/99
The regression test (testbase_nsk) nsk/regression/b4296019add01 causes crash of
the Classic VM ((build JDK-1.2.2-W) on win32.
To reproduce the bug run doit.ksh in Korn Shell in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>.
To run the test in the Command Prompt window use doit.bat.
The first parameter for doit.sh(.bat) should be JDK root directory
(e.g. L:/java/jdk1.2.2/win32) and the second parameter -
VM option(s) (optional).
The Kestrel Classic VM runs the test perfectly.
Logs:
% doit.ksh d:/export/java/jdk1.2.2/win32
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
[1] + Done(139) ?
165 Segmentation violation d:/export/java/jdk1.2.2/win32/bin/java
% doit.ksh d:/export/java/jdk1.3.0R/win32
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-R)
Classic VM (build 1.3.0-R, native threads, nojit)
==> 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
======================================================================