-
Bug
-
Resolution: Cannot Reproduce
-
P2
-
7u13
-
None
-
Windows 7 64bit
I'm seeing an error on clicking a floating item from a web view (such as menu items or dropdown options or dialogs) in 1.7.0_13. The same code works on XP and Linux, but fails in Win7 64bit. it was working on Win7 64 bit up until a couple days ago. Nothing was changed in associated JavaFX code between it working and failing. Perhaps it has something to do with new Windows updates, or update to the 1.7u13? The javafx.runtime.version is 2.2.5-b09 and it is jfxrt.jar from the jre.
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [glass.dll+0x126a0] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x1630
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.glass.ui.win.WinWindow._close(J)Z+0
j com.sun.glass.ui.Window.close()V+51
j com.sun.javafx.tk.quantum.WindowStage.close()V+15
j com.sun.javafx.tk.quantum.PopupStage.close()V+1
j javafx.stage.Window$10.invalidated()V+567
j javafx.beans.property.BooleanPropertyBase.markInvalid()V+13
j javafx.beans.property.BooleanPropertyBase.set(Z)V+31
j javafx.stage.Window.setShowing(Z)V+11
j javafx.stage.Window.hide()V+2
j javafx.stage.PopupWindow.hide()V+53
j javafx.scene.control.ContextMenu.hide()V+23
The full dump is here
http://benow.ca/misc/code/hs_err_pid3348.log
Any suggestions? Any workarounds? It was great until a couple days ago.
This looks to be similar (the same?) asRT-23456. Perhaps it is a regression?
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [glass.dll+0x126a0] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x1630
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.glass.ui.win.WinWindow._close(J)Z+0
j com.sun.glass.ui.Window.close()V+51
j com.sun.javafx.tk.quantum.WindowStage.close()V+15
j com.sun.javafx.tk.quantum.PopupStage.close()V+1
j javafx.stage.Window$10.invalidated()V+567
j javafx.beans.property.BooleanPropertyBase.markInvalid()V+13
j javafx.beans.property.BooleanPropertyBase.set(Z)V+31
j javafx.stage.Window.setShowing(Z)V+11
j javafx.stage.Window.hide()V+2
j javafx.stage.PopupWindow.hide()V+53
j javafx.scene.control.ContextMenu.hide()V+23
The full dump is here
http://benow.ca/misc/code/hs_err_pid3348.log
Any suggestions? Any workarounds? It was great until a couple days ago.
This looks to be similar (the same?) as
- duplicates
-
JDK-8126728 Java crashes on Windows 2008 R2 trying to run Java FX demo 'Ensemble'
- Closed
- relates to
-
JDK-8124780 Core dump occurs when using webpane on JDK > 1.7.0.11 64bit windows
- Closed