-
Bug
-
Resolution: Fixed
-
P2
-
7u6
-
Window Seven 64
JDK 1.7.0_05
JavaFX 2.2.0 b13
I have a simple Scene with a WebView. I have attached several listeners on several events (mouse click, ...). After a few browsing (clicking on less than 10 links) my application crashes.
{code}
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000063d15f6d, pid=3756, tid=3588
#
# JRE version: 7.0_05-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [jfxwebkit.dll+0x765f6d] Java_com_sun_webpane_webkit_dom_NodeImpl_dispose+0x1d
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\Julien\workspace\TestJavaFXBrowser\hs_err_pid3756.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
{code}
{code}
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000063d15f6d, pid=3756, tid=3588
#
# JRE version: 7.0_05-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [jfxwebkit.dll+0x765f6d] Java_com_sun_webpane_webkit_dom_NodeImpl_dispose+0x1d
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\Julien\workspace\TestJavaFXBrowser\hs_err_pid3756.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
{code}