JDK-8149737 : JRE crash in com.sun.webkit.network.URLLoader.twkDidFinishLoading
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u66
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-02-12
  • Updated: 2018-06-08
  • Resolved: 2016-03-01
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 8 JDK 9
8u102Fixed 9Fixed
Related Reports
Duplicate :  
Relates :  
Description
JAVAFX: JRE crash in com.sun.webkit.network.URLLoader.twkDidFinishLoading is crashing 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5f6bc043, pid=2124,tid=3016
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b17) (build1.8.0_66-b17)
# Java VM: Java HotSpot(TM) Client VM (25.66-b17 mixed mode windows-x86 )
# Problematic frame:
# C  [jfxwebkit.dll+0xa9c043]
#
# Failed to write core dump. Minidumps are not enabled by default on clientversions 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 (0x44e6c800):  JavaThread "JavaFX Application Thread"
[_thread_in_native, id=3016, stack(0x4b2d0000,0x4b3d0000)]

siginfo: ExceptionCode=0xc0000005, writing address 0xbbadbeef

Registers:
EAX=0x00000000, EBX=0x0001f000, ECX=0x77a050a9, EDX=0x4b3d0000
ESP=0x4b3cddb8, EBP=0x00010000, ESI=0x00000000, EDI=0x00541088
EIP=0x5f6bc043, EFLAGS=0x00010206

Top of Stack: (sp=0x4b3cddb8)
0x4b3cddb8:   00541088 4b3cddf0 77a33d6f 77a33d74
0x4b3cddc8:   3c2a976e 00541088 0000ffff 0001f000
0x4b3cddd8:   4b3cddc8 3c2a94fe 4b3cdf8c 779fe15d
0x4b3cdde8:   00b5563e fffffffe 4b3cde00 75d06bbd
0x4b3cddf8:   00000008 0000ffff 4b3cde10 75d24b78
0x4b3cde08:   c0000017 0001f000 4b3cde2c 75d07a47
0x4b3cde18:   ffffffff 00000000 00000000 00002000
0x4b3cde28:   00000004 00010000 5f74136e 00000000 

Instructions: (pc=0x5f6bc043)
0x5f6bc023:   04 51 6a 21 6a 00 ff d0 0f b7 c0 eb 02 33 c0 83
0x5f6bc033:   c0 fe 50 8d 44 24 0c 50 e8 50 05 00 00 83 c4 08
0x5f6bc043:   c7 05 ef be ad bb 00 00 00 00 33 c0 ff d0 8b 8c
0x5f6bc053:   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=0x0001f000 is an unknown value
ECX=0x77a050a9 is an unknown value
EDX=0x4b3d0000 is pointing into the stack for thread: 0x44e6c800
ESP=0x4b3cddb8 is pointing into the stack for thread: 0x44e6c800
EBP=0x00010000 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x00541088 is an unknown value


Stack: [0x4b2d0000,0x4b3d0000],  sp=0x4b3cddb8,  free space=1015k
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)
j  com.sun.webkit.network.URLLoader.twkDidFinishLoading(J)V+0
j  com.sun.webkit.network.URLLoader.notifyDidFinishLoading()V+44
j  com.sun.webkit.network.URLLoader.lambda$didFinishLoading$96()V+8
j  com.sun.webkit.network.URLLoader$$Lambda$122.run()V+4J 9239 C1
com.sun.javafx.application.PlatformImpl$$Lambda$72.run()Ljava/lang/Object; (8bytes) @ 0x02766df8 [0x02766dd0+0x28]v  ~StubRoutines::call_stubJ 1120 
java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x023d10b7 [0x023d1050+0x67]J 10029 C1 END PUBLIC PROBLEM DESCRIPTION
Comments
Changeset: 69d4af3c6f46 Author: mcherkas Date: 2016-03-01 08:31 -0800 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/69d4af3c6f46 8149737: JRE crash in com.sun.webkit.network.URLLoader.twkDidFinishLoading Reviewed-by: kcr, ghb
01-03-2016

Looks good. +1
01-03-2016

http://cr.openjdk.java.net/~mcherkas/8149737/webrev/
01-03-2016