JDK-6456263 : fastdebug VM crashes with error: assert(!h->is_gc_active(),"GC active during No_GC_Verifier")
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2006-08-02
  • Updated: 2012-02-01
  • Resolved: 2006-08-02
Related Reports
Duplicate :  
Description
JDI test
	nsk/jdi/stress/MonitorEvents/MonitorEvents001
fails with fastdebug VM because of debuggee VM crashes with message:
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  Internal Error (/BUILD_AREA/jdk6.0/hotspot/src/share/vm/memory/gcLocker.cpp, 72), pid=30373, tid=1258130352
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-rc-fastdebug-b93-debug mixed mode)
#
# Error: assert(!h->is_gc_active(),"GC active during No_GC_Verifier")
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

hs_er.log file is attached.

This bug reproduces intermittently on different platforms.

To reproduce:

ssh vmsqe-p4-03.russia.sun.com
cd /net/vmsqe.russia.sun.com/export1/vmsqe/misc/MonitorEvents-crash-gc
sh reproduce_bug.sh MonitorEvents001.tlog
(script 'reproduce_bug.sh' executes test till fail)