JDK-8149738 : JVM Crash at com.sun.webkit.WebPage.twkProcessMouseEvent
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u71,9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-02-12
  • Updated: 2020-01-31
  • Resolved: 2016-04-26
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 9
9Resolved
Related Reports
Duplicate :  
Description
JVM Crash at com.sun.webkit.WebPage.twkProcessMouseEvent

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6c9cc043, pid=3748, tid=4252
#
# JRE version: Java(TM) SE Runtime Environment (8.0_71-b15) (build 1.8.0_71-b15)
# Java VM: Java HotSpot(TM) Client VM (25.71-b15 mixed mode windows-x86 )
# Problematic frame:
# C  [jfxwebkit.dll+0xa9c043]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x47c84000):  JavaThread "JavaFX Application Thread"
[_thread_in_native, id=4252, stack(0x50b50000,0x50c50000)]

siginfo: ExceptionCode=0xc0000005, writing address 0xbbadbeef

Registers:
EAX=0x00000000, EBX=0x5ce864b9, ECX=0x00000001, EDX=0x00000000
ESP=0x50c4cd7c, EBP=0x5cec62d0, ESI=0x00000000, EDI=0x7d9cb4b9
EIP=0x6c9cc043, EFLAGS=0x00010202

Top of Stack: (sp=0x50c4cd7c)
0x50c4cd7c:   6c9cc02b 00000000 00182570 00000000
0x50c4cd8c:   00000018 50c4cdcc 6e0948ca 6ded0e10
0x50c4cd9c:   50c4cde0 49fe891c 50c4cdc8 6e0ef57e
0x50c4cdac:   49fe891c 6ded0e10 49fe891c 756c18e0
0x50c4cdbc:   00000000 6ded0e10 00182564 50c4cdd4
0x50c4cdcc:   6e08ed29 00000007 50c4cdfc 6e08f747
0x50c4cddc:   00000008 00000000 00182564 6e091782
0x50c4cdec:   6e0ddace 7d9cb4b9 5ce864b9 00182564 

Instructions: (pc=0x6c9cc043)
0x6c9cc023:   04 51 6a 21 6a 00 ff d0 0f b7 c0 eb 02 33 c0 83
0x6c9cc033:   c0 fe 50 8d 44 24 0c 50 e8 50 05 00 00 83 c4 08
0x6c9cc043:   c7 05 ef be ad bb 00 00 00 00 33 c0 ff d0 8b 8c
0x6c9cc053:   24 84 00 00 00 33 cc e8 bd ee 2b 00 81 c4 88 00 


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x5ce864b9 is an unknown value
ECX=0x00000001 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x50c4cd7c is pointing into the stack for thread: 0x47c84000
EBP=0x5cec62d0 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x7d9cb4b9 is an unknown value


Stack: [0x50b50000,0x50c50000],  sp=0x50c4cd7c,  free space=1011k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [jfxwebkit.dll+0xa9c043]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
com.sun.webkit.WebPage.twkProcessMouseEvent(JIIIIIIIZZZZZF)Z+0 
com.sun.webkit.WebPage.dispatchMouseEvent(Lcom/sun/webkit/event/WCMouseEvent;)Z+141
javafx.scene.web.WebView.processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+175
javafx.scene.web.WebView.lambda$registerEventHandlers$32(Ljavafx/scene/input/MouseEvent;)V+2
javafx.scene.web.WebView$$Lambda$152.handle(Ljavafx/event/Event;)V+8 
com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Ljavafx/event/Event;)V+5 
Comments
No Re-producer given from Originator, JDK-8154912 had the same call stack with use case. will re-open if the crash occurs with same call stack i.e from "com.sun.webkit.WebPage.twkProcessMouseEvent"
26-04-2016

http://advanced-gwt.sourceforge.net/demo/index.html --> "Click Heading (Caption)" --> Crash. There are multiple Table listed in the left panel, where i can re-produce the crash which originates from "com.sun.webkit.WebPage.twkProcessMouseEvent".
13-04-2016

Guru will provide the latest info to AlexZ
24-02-2016

Need More Info
20-02-2016