JDK-6332210 : JVM crash during start up of Netbeans
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-10-04
  • Updated: 2010-09-30
  • Resolved: 2007-06-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Description
Steps to reproduce:
1) Donwload Netbeans 5.0 beta from www.netbeans.org
2) Run it on Win XP through nb.exe (so that console window is shown)
3) While splash screen is showing, grab console window and move it across splash screen to generate repaint events.
-> JVM crashes (I have 100% reproductibility) with following info:
------------------------------------------------------------------------------
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x008f9218, pid=2068, tid=3136
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-ea-b53 mixed mode, sharing)
# Problematic frame:
# v  ~RuntimeStub::resolve_invokevirtual Runtime1 stub
#
# An error report file with more information is saved as hs_err_pid2068.log

----

Error report file is attached, my Hardware is Sony Vaio notebook, VGN-S3XP.

Comments
EVALUATION For now this is being closed as a duplicate of 6487931 which is fixed in 1.5 and will soon be fixed in 1.4.2 and 7, plus 6 under hotspot express.
05-06-2007

EVALUATION It looks like an external library is modified the state of the FPU control word and not restoring it.
04-10-2005