JDK-4486641 : b4345208 crashes with handles.hpp, 67
  • Type: Bug
  • Component: vm-legacy
  • Sub-Component: jvmdi
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-07-31
  • Updated: 2001-09-13
  • Resolved: 2001-09-13
Related Reports
Duplicate :  
Description
Test : nsk/regression/b4345208
TestBase : testbase_nsk
Mode : comp/mixed/int
OS : Solsparc, solx86, win32

Steps to reproduce :
1. cd /net/sqesvr.eng/export/vsn/GammaBase/Bugs/{BugID}
2. sh doit {JAVA}

Output with java_g :
java version "1.4.0-beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta_refresh-b73)
Java HotSpot(TM) Server VM (build 1.4.0-beta_refresh-b73-debug, interpreted mode)

****> nsk/regression/b4345208 java test is running ...
****> nsk/regression/b4345208 java test completed!
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.0-beta_refresh-b73-debug interpreted mode)
#
# assert(_handle != 0, "resolving NULL handle")
#
# Error ID: /net/hoti386/usr/re/jdk/jdk1.4/ws/hotspot/src/share/vm/runtime/handles.hpp, 67
#
# Problematic Thread: prio=5 tid=0x807b040 nid=0x1 runnable 
#
Dumping core....
Abort - core dumped

*****************************************************************************
This bug passes with b78. So some one can close it as not-reproduceable.

java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b78)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b78-debug, interpreted mode)

****> nsk/regression/b4345208 java test is running ...
****> nsk/regression/b4345208 java test completed!

###@###.### 2001-09-10

Comments
PUBLIC COMMENTS .
10-06-2004

EVALUATION ###@###.### 2001-09-12 It's a duplicate of 4345208, which was fixed in build 78. The assertion failure can be reproduced using JDK1.4 build 77. The test passes with JDK1.4 build 78 and 79.
12-09-2001