-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
x86, sparc
-
linux, solaris_8, windows_nt, windows_2000
-
Verified
Name: elR10090 Date: 02/06/2001
The test:
nsk/serial/Unsafe/putAddress/putaddr001
crashes the Server VM (build 1.4.0beta-b50) in modes -Xmixed, -Xcomp, java_g under WinNT,
but passes in -Xint mode.
Running on WinNT the test outputs:
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b50)
Java HotSpot(TM) Server VM (build B50, mixed mode)
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4C4942524152593F43414C4C0E43505001C7
#
# Problematic Thread: prio=5 tid=0x0077B100 nid=0x9f runnable
#
that means:
library_call.cpp, 455
The test belongs to the testbase_nsk testbase located at:
/net/sqesvr.eng/export/vsn/VM/testbase/merlin/testbase_nsk
To reproduce the failure please use 'doit.sh' script found
in the directory:
/net/sqesvr.eng/export/vsn/GammaBase/Bugs/<this bug number>
Use:
sh doit.sh $JAVA_HOME
Similar bug:
4391891: Unsafe API: Multiple putAddress crash Server VM
also describes Server VM crash, but with ErrorID:
Error ID 4C4942524152593F43414C4C0E43505001C9
(library_call.cpp, 457).
However, bug #4391891 was closed as not reproducible.
======================================================================
- duplicates
-
JDK-4452551 nsk/serial/Unsafe/putAddress/putaddr001 crashes with assertion at type.hpp,218
- Closed
- relates to
-
JDK-4391891 Unsafe API: Multiple putAddress crash Server VM
- Closed