-
Bug
-
Resolution: Cannot Reproduce
-
P2
-
7u55, 8u5, 9
-
Windows 7/64-bit (running the 32-bit Java 7u55 and Java 8u5)
4GB Ram
i7 2.3 GHZ
When creating numerous (depends on what else is running in the application) WebViews and pointing them at complex web pages, the VM eventually crashes with:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1d98f03b, pid=6820, tid=8104
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
# Java VM: Java HotSpot(TM) Client VM (24.55-b03 mixed mode windows-x86 )
# Problematic frame:
# C [jfxwebkit.dll+0x74f03b]
#
# 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:\Data\DB-6-2\com.example.jfx.webcrash\hs_err_pid6820.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.
#
I do have a fairly simple application that reproduces the issue. It involves creating 50 WebViews pointed at the JSPlum kitchen sink demo and destroying them with the test repeating every 60 seconds. While this is somewhat extreme, the VM still should not crash. In my real application, the crash happens with as few as 6 web views (which is extremely likely in my application).
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1d98f03b, pid=6820, tid=8104
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
# Java VM: Java HotSpot(TM) Client VM (24.55-b03 mixed mode windows-x86 )
# Problematic frame:
# C [jfxwebkit.dll+0x74f03b]
#
# 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:\Data\DB-6-2\com.example.jfx.webcrash\hs_err_pid6820.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.
#
I do have a fairly simple application that reproduces the issue. It involves creating 50 WebViews pointed at the JSPlum kitchen sink demo and destroying them with the test repeating every 60 seconds. While this is somewhat extreme, the VM still should not crash. In my real application, the crash happens with as few as 6 web views (which is extremely likely in my application).
- duplicates
-
JDK-8097345 JavaFX Application Thread crashes vm during com.sun.webkit.Timer.twkFireTimerEvent()
- Closed
- relates to
-
JDK-8097345 JavaFX Application Thread crashes vm during com.sun.webkit.Timer.twkFireTimerEvent()
- Closed