-
Bug
-
Resolution: Won't Fix
-
P4
-
1.4.0, 1.4.2, 5.0
-
x86
-
linux, windows_nt, windows_2000
Name: elR10090 Date: 01/09/2002
The following test from testbase_nsk crashes the Client VM
(build 1.4.0-rc-b91) on Win32 platform in compiled mode:
nsk/jvmdi/SetEventNotificationMode/setnotif002
The test exercises JVMDI function
SetEventNotificationMode(mode, eventType, thread).
The test checks if the function returns JVMDI_ERROR_ILLEGAL_THREAD
when the thread has not run (not yet started or allready finished).
To reproduce the bug run script in GammaBase/Bugs/<this bug number> directory:
sh doit.sh <JAVA_HOME> -Xcomp
Running the test outputs:
java version "1.4.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-rc-b91)
Java HotSpot(TM) Client VM (build 1.4.0-rc-b91, compiled mode)
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0-rc-b91 compiled mode)
#
# Error ID: 4E4D4554484F440E4350500161
#
# Problematic Thread: prio=5 tid=0x00234A38 nid=0x2178 runnable
#
Exit Code: 1
(Error ID: nmethod.cpp, 353)
======================================================================
- duplicates
-
JDK-4803341 JVMDI: nmethod.cpp, 405 error, crashes on RH8.0
- Closed