JDK-6463385 : JVM crashes with Mustang build 96
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-08-24
  • Updated: 2011-02-16
  • Resolved: 2006-08-24
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
FULL PRODUCT VERSION :
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b93)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b93, mixed mode, sharing)
and jdk-6-rc-bin-b96-windows-i586-18_aug_2006.exe

FULL OS VERSION :
Microsoft Windows XP [Versi��n 5.1.2600]

A DESCRIPTION OF THE PROBLEM :
I was trying to run the attached program and the jvm generates an error.
The program was ok, the only new i've addded to that program was this line of code:
desk.open(new File("C:\\classifiedDir1\\classifiedDir2\\classifiedDir3\\log.txt"));

(i've changed the name for classifiedDir1 & classifiedDir2 & classifiedDir3  ;) )

THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Did not try

THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Did not try

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1-compile
2-run
3-VM crashes

EXPECTED VERSUS ACTUAL BEHAVIOR :
Executing the program crashes the VM and dumps the error stack

ERROR MESSAGES/STACK TRACES THAT OCCUR :
---------- Java ----------
------------------------------------------------
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x009ace69, pid=2968, tid=2628
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-rc-b93 mixed mode, sharing)
# Problematic frame:
# v  ~RuntimeStub::resolve_opt_virtual_call
#
# An error report file with more information is saved as hs_err_pid2968.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Output completed (0 sec consumed) - Normal Termination

REPRODUCIBILITY :
This bug can be reproduced always.

---------- BEGIN SOURCE ----------
Attached seperatly
---------- END SOURCE ----------

Comments
EVALUATION Looks like a duplicate of 6457572
24-08-2006