Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.4.0
-
Fix Version/s: None
-
Component/s: hotspot
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
Description
Name: elR10090 Date: 04/03/2001
HS 1.4-b58 both Client & Server VM's crash while executing the
following testbase_nsk test at any platform (Win, Linux, SolX86,
SolSPARC, and SolSPARC/v9):
nsk/jvmpi/events/clsunload003
While crashing, HS displays the assert clause like, e.g.:
> setenv PATH /home/latkin/jdk1.4-b58/solsparc/bin:$PATH
> javac -d . $TESTBASE/src/nsk/jvmpi/events/clsunload003/clsunload003.java
> setenv LD_LIBRARY_PATH $TESTBASE/src/nsk/jvmpi/events/clsunload003/sparc
> time java_g -server -Xrunclsunload003 clsunload003 ; echo $status
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(_whole_heap.contains(p), "out of bounds access to card marking array")
#
# Error ID: /net/hoti386/usr/re/hotspot/hotspot1.4/ws/src/share/vm/memory/cardTableModRefBS.hpp,
94
#
# Problematic Thread: prio=5 tid=0x8062d70 nid=0x1 runnable
#
Dumping core....
Abort
647.0u 6.0s 9:05 119% 0+0k 0+0io 0pf+0w
134
To reproduce this crash, please run "doit.sh" script found in
the directory:
/net/sqesvr.eng/export/vsn/GammaBase/Bugs/<this Bug Id>
Use it like:
sh doit.sh $JAVA_HOME
The test belongs to the testbase_nsk, the last release of which
can be found by the symbolic link:
/net/sqesvr.eng/export/vsn/VM/testbase/testbase_nsk.v14
======================================================================