FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
webEngine.load("http://www.oracle.com");
getChildren().add(browser);
webEngine.locationProperty().addListener(new ChangeListener<String>()
{
@Override
public void changed(ObservableValue<? extends String> observableValue, String o, String o1)
{
JOptionPane.showMessageDialog(null, String.format("ov:'%s' o:'%s' o1:'%s'", observableValue.getValue(), o, o1));
if (o1.contains("partners"))
{
webEngine.getLoadWorker().cancel();
webEngine.load("http://google.com"); // JVM crash here
}
}
});
THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Did not try
THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Did not try
ERROR MESSAGES/STACK TRACES THAT OCCUR :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000593ee938, pid=5800, tid=9252
#
# JRE version: 7.0_03-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (22.1-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [WebPaneJava.dll+0x24e938]
#
# 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.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.
#
--------------- T H R E A D ---------------
Current thread (0x00000000099f2800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=9252, stack(0x000000000e1a0000,0x000000000e2a0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000170
Registers:
RAX=0x000000000e29cc08, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x000000000e29cdf0
RSP=0x000000000e29cba0, RBP=0x000000000e29cdf0, RSI=0x000000000e29cdf0, RDI=0x0000000000000000
R8 =0x00000000152228e8, R9 =0x00000000152228e8, R10=0x0000000000000000, R11=0x00000000152228e0
R12=0x0000000000000000, R13=0x000000000e29ccb8, R14=0x0000000000000000, R15=0x000000000e29d640
RIP=0x00000000593ee938, EFLAGS=0x0000000000010206
Top of Stack: (sp=0x000000000e29cba0)
0x000000000e29cba0: 00000000154279b0 00000000154279b0
0x000000000e29cbb0: 000000000e29cdf0 000000000f8a1820
0x000000000e29cbc0: fffffffffffffffe 000000005940e050
0x000000000e29cbd0: 0000000009f3ff40 000000000e29cdf0
0x000000000e29cbe0: 000000000e29cdf0 00000000154278b0
0x000000000e29cbf0: fffffffffffffffe 00000000154278b0
0x000000000e29cc00: 0000000000000000 0000000059408dc3
0x000000000e29cc10: 0000000000000000 000000000e29cdf0
0x000000000e29cc20: 00000000154278b0 00000000154278b0
0x000000000e29cc30: fffffffffffffffe 00000000594a8d66
0x000000000e29cc40: 0000000000000000 000000000e29cdf0
0x000000000e29cc50: 0000000000000000 00000000154278b0
0x000000000e29cc60: 00000000154278b0 000000005940a300
0x000000000e29cc70: 0000000000000000 0000000059408293
0x000000000e29cc80: 000000000e29ccb8 0000000000000000
0x000000000e29cc90: 00000000154278b0 00000000152a0a90
Instructions: (pc=0x00000000593ee938)
0x00000000593ee918: 60 48 c7 44 24 20 fe ff ff ff 48 89 58 08 48 89
0x00000000593ee928: 68 10 48 89 70 18 48 89 78 20 48 8b f2 48 8b f9
0x00000000593ee938: 48 83 b9 70 01 00 00 00 74 1e 48 8b 81 88 01 00
0x00000000593ee948: 00 48 85 c0 74 12 83 78 04 00 74 0c 40 b5 01 c6
Register to memory mapping:
RAX=0x000000000e29cc08 is pointing into the stack for thread: 0x00000000099f2800
RBX=0x0000000000000000 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x000000000e29cdf0 is pointing into the stack for thread: 0x00000000099f2800
RSP=0x000000000e29cba0 is pointing into the stack for thread: 0x00000000099f2800
RBP=0x000000000e29cdf0 is pointing into the stack for thread: 0x00000000099f2800
RSI=0x000000000e29cdf0 is pointing into the stack for thread: 0x00000000099f2800
RDI=0x0000000000000000 is an unknown value
R8 =0x00000000152228e8 is an unknown value
R9 =0x00000000152228e8 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x00000000152228e0 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x000000000e29ccb8 is pointing into the stack for thread: 0x00000000099f2800
R14=0x0000000000000000 is an unknown value
R15=0x000000000e29d640 is pointing into the stack for thread: 0x00000000099f2800
Stack: [0x000000000e1a0000,0x000000000e2a0000], sp=0x000000000e29cba0, free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [WebPaneJava.dll+0x24e938] JSC::JSString::string+0x7aa98
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.webpane.platform.WebPage.twkProcessMouseEvent(JIIIIIIIZZZZZF)Z+0
j com.sun.webpane.platform.WebPage.dispatchMouseEvent(Lcom/sun/webpane/platform/event/WCMouseEvent;)Z+134
j javafx.scene.web.WebView.processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+121
j javafx.scene.web.WebView.access$300(Ljavafx/scene/web/WebView;Ljavafx/scene/input/MouseEvent;)V+2
j javafx.scene.web.WebView$11.handle(Ljavafx/scene/input/MouseEvent;)V+5
j javafx.scene.web.WebView$11.handle(Ljavafx/event/Event;)V+5
j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+35
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8
j com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10
j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+46
j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30
j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V+486
j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;)V+3
j javafx.scene.Scene$MouseHandler.access$1300(Ljavafx/scene/Scene$MouseHandler;Ljavafx/scene/input/MouseEvent;)V+2
j javafx.scene.Scene.impl_processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+16
j javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljava/lang/Object;)V+11
j com.sun.javafx.tk.quantum.EmbeddedScene$2.run()V+262
j com.sun.javafx.application.PlatformImpl$3.run()V+4
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop([Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+0
j com.sun.glass.ui.win.WinApplication.access$100(Lcom/sun/glass/ui/win/WinApplication;[Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+3
j com.sun.glass.ui.win.WinApplication$2$1.run()V+32
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000000f4ec000 JavaThread "URL-Fetcher-20" daemon [_thread_blocked, id=4472, stack(0x00000000163f0000,0x00000000164f0000)]
0x000000000f4eb800 JavaThread "URL-Fetcher-19" daemon [_thread_blocked, id=7984, stack(0x00000000162f0000,0x00000000163f0000)]
0x000000000f4eb000 JavaThread "URL-Fetcher-18" daemon [_thread_blocked, id=9896, stack(0x0000000016150000,0x0000000016250000)]
0x000000000f4ea000 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=7296, stack(0x000000000edf0000,0x000000000eef0000)]
0x000000000f4e9800 JavaThread "URL-Fetcher-17" daemon [_thread_blocked, id=6084, stack(0x0000000012650000,0x0000000012750000)]
0x000000000f4de800 JavaThread "URL-Fetcher-16" daemon [_thread_blocked, id=9000, stack(0x000000000cb50000,0x000000000cc50000)]
0x000000000f4e8800 JavaThread "URL-Fetcher-15" daemon [_thread_blocked, id=5624, stack(0x0000000012990000,0x0000000012a90000)]
0x000000000f4e8000 JavaThread "URL-Fetcher-14" daemon [_thread_blocked, id=9704, stack(0x000000000d1b0000,0x000000000d2b0000)]
0x000000000f4e7000 JavaThread "URL-Fetcher-13" daemon [_thread_blocked, id=2804, stack(0x000000000dc40000,0x000000000dd40000)]
0x000000000f4e6800 JavaThread "URL-Fetcher-12" daemon [_thread_blocked, id=8628, stack(0x0000000012850000,0x0000000012950000)]
0x000000000f4e5800 JavaThread "URL-Fetcher-11" daemon [_thread_blocked, id=3716, stack(0x000000000dae0000,0x000000000dbe0000)]
0x000000000f4e5000 JavaThread "URL-Fetcher-10" daemon [_thread_blocked, id=8680, stack(0x000000000d8e0000,0x000000000d9e0000)]
0x000000000f4e4800 JavaThread "URL-Fetcher-9" daemon [_thread_blocked, id=9800, stack(0x000000000d540000,0x000000000d640000)]
0x000000000f4e3800 JavaThread "URL-Fetcher-8" daemon [_thread_blocked, id=4480, stack(0x000000000d690000,0x000000000d790000)]
0x000000000f4e3000 JavaThread "URL-Fetcher-7" daemon [_thread_blocked, id=5288, stack(0x000000000cd70000,0x000000000ce70000)]
0x000000000f4e2000 JavaThread "URL-Fetcher-6" daemon [_thread_blocked, id=9776, stack(0x000000000d3d0000,0x000000000d4d0000)]
0x000000000f4e1800 JavaThread "URL-Fetcher-5" daemon [_thread_blocked, id=9104, stack(0x000000000d2c0000,0x000000000d3c0000)]
0x000000000f4e0800 JavaThread "URL-Fetcher-4" daemon [_thread_blocked, id=6180, stack(0x000000000d0b0000,0x000000000d1b0000)]
0x000000000f4e0000 JavaThread "URL-Fetcher-3" daemon [_thread_in_native, id=3620, stack(0x000000000cf40000,0x000000000d040000)]
0x000000000f4df000 JavaThread "URL-Fetcher-2" daemon [_thread_blocked, id=6976, stack(0x000000000cc70000,0x000000000cd70000)]
0x000000000f4de000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=9756, stack(0x0000000011160000,0x0000000011260000)]
0x000000000f4dd000 JavaThread "URL-Fetcher-1" daemon [_thread_blocked, id=7032, stack(0x0000000010170000,0x0000000010270000)]
0x0000000009cac800 JavaThread "Disposer" daemon [_thread_blocked, id=6936, stack(0x00000000102e0000,0x00000000103e0000)]
0x0000000009c52000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=9344, stack(0x000000000f060000,0x000000000f160000)]
0x0000000009a37800 JavaThread "Thread-3" daemon [_thread_in_native, id=2364, stack(0x000000000dd60000,0x000000000de60000)]
=>0x00000000099f2800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=9252, stack(0x000000000e1a0000,0x000000000e2a0000)]
0x00000000099fe000 JavaThread "Disposer" daemon [_thread_blocked, id=5276, stack(0x000000000e070000,0x000000000e170000)]
0x0000000009980800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=9440, stack(0x000000000de90000,0x000000000df90000)]
0x00000000001ff800 JavaThread "DestroyJavaVM" [_thread_blocked, id=9668, stack(0x0000000001fa0000,0x00000000020a0000)]
0x00000000097e3000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6192, stack(0x0000000009f70000,0x000000000a070000)]
0x00000000097e0000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6620, stack(0x0000000008f10000,0x0000000009010000)]
0x00000000097dd000 JavaThread "AWT-Shutdown" [_thread_blocked, id=8752, stack(0x000000000a260000,0x000000000a360000)]
0x00000000097dc000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9292, stack(0x000000000a070000,0x000000000a170000)]
0x00000000076c7000 JavaThread "Service Thread" daemon [_thread_blocked, id=3636, stack(0x0000000009070000,0x0000000009170000)]
0x00000000076bb000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5188, stack(0x0000000008df0000,0x0000000008ef0000)]
0x00000000076b9800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8596, stack(0x0000000008ce0000,0x0000000008de0000)]
0x00000000076ab000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=1228, stack(0x0000000008b30000,0x0000000008c30000)]
0x00000000076aa800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=7308, stack(0x00000000089a0000,0x0000000008aa0000)]
0x0000000007693000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=1580, stack(0x0000000008250000,0x0000000008350000)]
0x0000000007689000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4996, stack(0x0000000008530000,0x0000000008630000)]
0x0000000007688000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6380, stack(0x0000000008370000,0x0000000008470000)]
0x0000000007605000 JavaThread "Finalizer" daemon [_thread_blocked, id=9604, stack(0x0000000006720000,0x0000000006820000)]
0x00000000075fc000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4548, stack(0x00000000080f0000,0x00000000081f0000)]
Other Threads:
0x00000000075f1000 VMThread [stack: 0x0000000007ed0000,0x0000000007fd0000] [id=7656]
0x00000000076ef800 WatcherThread [stack: 0x0000000009260000,0x0000000009360000] [id=8560]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 212992K, used 76740K [0x0000000780000000, 0x000000079c400000, 0x0000000800000000)
eden space 196608K, 31% used [0x0000000780000000,0x0000000783c4bdb8,0x000000078c000000)
from space 16384K, 91% used [0x000000078c000000,0x000000078cea5568,0x000000078d000000)
to space 34816K, 0% used [0x000000079a200000,0x000000079a200000,0x000000079c400000)
PSOldGen total 262144K, used 25581K [0x0000000680000000, 0x0000000690000000, 0x0000000780000000)
object space 262144K, 9% used [0x0000000680000000,0x00000006818fb528,0x0000000690000000)
PSPermGen total 21248K, used 20898K [0x000000067ae00000, 0x000000067c2c0000, 0x0000000680000000)
object space 21248K, 98% used [0x000000067ae00000,0x000000067c2689e8,0x000000067c2c0000)
Code Cache [0x0000000002130000, 0x00000000023a0000, 0x0000000005130000)
total_blobs=1002 nmethods=329 adapters=633 free_code_cache=47661Kb largest_free_block=48745024
Dynamic libraries:
0x000000013f0a0000 - 0x000000013f0d3000 C:\Working\development-environment\Tools\Java\jdk1.7.0_03\bin\java.exe
0x0000000077b00000 - 0x0000000077ca9000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000778e0000 - 0x00000000779ff000 C:\Windows\system32\kernel32.dll
0x000007fefdcd0000 - 0x000007fefdd3c000 C:\Windows\system32\KERNELBASE.dll
0x000007fefe1a0000 - 0x000007fefe27b000 C:\Windows\system32\ADVAPI32.dll
0x000007feff740000 - 0x000007feff7df000 C:\Windows\system32\msvcrt.dll
0x000007feff8f0000 - 0x000007feff90f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdfd0000 - 0x000007fefe0fd000 C:\Windows\system32\RPCRT4.dll
0x0000000077a00000 - 0x0000000077afa000 C:\Windows\system32\USER32.dll
0x000007feffda0000 - 0x000007feffe07000 C:\Windows\system32\GDI32.dll
0x000007feffd90000 - 0x000007feffd9e000 C:\Windows\system32\LPK.dll
0x000007fefe280000 - 0x000007fefe349000 C:\Windows\system32\USP10.dll
0x000007fefc450000 - 0x000007fefc644000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefe5a0000 - 0x000007fefe611000 C:\Windows\system32\SHLWAPI.dll
0x000007feffa10000 - 0x000007feffa3e000 C:\Windows\system32\IMM32.DLL
0x000007feff7e0000 - 0x000007feff8e9000 C:\Windows\system32\MSCTF.dll
0x000000006e790000 - 0x000000006e861000 C:\Working\development-environment\Tools\Java\jdk1.7.0_03\jre\bin\msvcr100.dll
0x0000000059d20000 - 0x000000005a3fa000 C:\Working\development-environment\Tools\Java\jdk1.7.0_03\jre\bin\server\jvm.dll
0x000007fefb440000 - 0
( This report has more than 16,000 characters and has been truncated. )
A DESCRIPTION OF THE PROBLEM :
webEngine.load("http://www.oracle.com");
getChildren().add(browser);
webEngine.locationProperty().addListener(new ChangeListener<String>()
{
@Override
public void changed(ObservableValue<? extends String> observableValue, String o, String o1)
{
JOptionPane.showMessageDialog(null, String.format("ov:'%s' o:'%s' o1:'%s'", observableValue.getValue(), o, o1));
if (o1.contains("partners"))
{
webEngine.getLoadWorker().cancel();
webEngine.load("http://google.com"); // JVM crash here
}
}
});
THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Did not try
THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Did not try
ERROR MESSAGES/STACK TRACES THAT OCCUR :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000593ee938, pid=5800, tid=9252
#
# JRE version: 7.0_03-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (22.1-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [WebPaneJava.dll+0x24e938]
#
# 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.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.
#
--------------- T H R E A D ---------------
Current thread (0x00000000099f2800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=9252, stack(0x000000000e1a0000,0x000000000e2a0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000170
Registers:
RAX=0x000000000e29cc08, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x000000000e29cdf0
RSP=0x000000000e29cba0, RBP=0x000000000e29cdf0, RSI=0x000000000e29cdf0, RDI=0x0000000000000000
R8 =0x00000000152228e8, R9 =0x00000000152228e8, R10=0x0000000000000000, R11=0x00000000152228e0
R12=0x0000000000000000, R13=0x000000000e29ccb8, R14=0x0000000000000000, R15=0x000000000e29d640
RIP=0x00000000593ee938, EFLAGS=0x0000000000010206
Top of Stack: (sp=0x000000000e29cba0)
0x000000000e29cba0: 00000000154279b0 00000000154279b0
0x000000000e29cbb0: 000000000e29cdf0 000000000f8a1820
0x000000000e29cbc0: fffffffffffffffe 000000005940e050
0x000000000e29cbd0: 0000000009f3ff40 000000000e29cdf0
0x000000000e29cbe0: 000000000e29cdf0 00000000154278b0
0x000000000e29cbf0: fffffffffffffffe 00000000154278b0
0x000000000e29cc00: 0000000000000000 0000000059408dc3
0x000000000e29cc10: 0000000000000000 000000000e29cdf0
0x000000000e29cc20: 00000000154278b0 00000000154278b0
0x000000000e29cc30: fffffffffffffffe 00000000594a8d66
0x000000000e29cc40: 0000000000000000 000000000e29cdf0
0x000000000e29cc50: 0000000000000000 00000000154278b0
0x000000000e29cc60: 00000000154278b0 000000005940a300
0x000000000e29cc70: 0000000000000000 0000000059408293
0x000000000e29cc80: 000000000e29ccb8 0000000000000000
0x000000000e29cc90: 00000000154278b0 00000000152a0a90
Instructions: (pc=0x00000000593ee938)
0x00000000593ee918: 60 48 c7 44 24 20 fe ff ff ff 48 89 58 08 48 89
0x00000000593ee928: 68 10 48 89 70 18 48 89 78 20 48 8b f2 48 8b f9
0x00000000593ee938: 48 83 b9 70 01 00 00 00 74 1e 48 8b 81 88 01 00
0x00000000593ee948: 00 48 85 c0 74 12 83 78 04 00 74 0c 40 b5 01 c6
Register to memory mapping:
RAX=0x000000000e29cc08 is pointing into the stack for thread: 0x00000000099f2800
RBX=0x0000000000000000 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x000000000e29cdf0 is pointing into the stack for thread: 0x00000000099f2800
RSP=0x000000000e29cba0 is pointing into the stack for thread: 0x00000000099f2800
RBP=0x000000000e29cdf0 is pointing into the stack for thread: 0x00000000099f2800
RSI=0x000000000e29cdf0 is pointing into the stack for thread: 0x00000000099f2800
RDI=0x0000000000000000 is an unknown value
R8 =0x00000000152228e8 is an unknown value
R9 =0x00000000152228e8 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x00000000152228e0 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x000000000e29ccb8 is pointing into the stack for thread: 0x00000000099f2800
R14=0x0000000000000000 is an unknown value
R15=0x000000000e29d640 is pointing into the stack for thread: 0x00000000099f2800
Stack: [0x000000000e1a0000,0x000000000e2a0000], sp=0x000000000e29cba0, free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [WebPaneJava.dll+0x24e938] JSC::JSString::string+0x7aa98
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.webpane.platform.WebPage.twkProcessMouseEvent(JIIIIIIIZZZZZF)Z+0
j com.sun.webpane.platform.WebPage.dispatchMouseEvent(Lcom/sun/webpane/platform/event/WCMouseEvent;)Z+134
j javafx.scene.web.WebView.processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+121
j javafx.scene.web.WebView.access$300(Ljavafx/scene/web/WebView;Ljavafx/scene/input/MouseEvent;)V+2
j javafx.scene.web.WebView$11.handle(Ljavafx/scene/input/MouseEvent;)V+5
j javafx.scene.web.WebView$11.handle(Ljavafx/event/Event;)V+5
j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+35
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8
j com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10
j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+46
j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30
j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V+486
j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;)V+3
j javafx.scene.Scene$MouseHandler.access$1300(Ljavafx/scene/Scene$MouseHandler;Ljavafx/scene/input/MouseEvent;)V+2
j javafx.scene.Scene.impl_processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+16
j javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljava/lang/Object;)V+11
j com.sun.javafx.tk.quantum.EmbeddedScene$2.run()V+262
j com.sun.javafx.application.PlatformImpl$3.run()V+4
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop([Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+0
j com.sun.glass.ui.win.WinApplication.access$100(Lcom/sun/glass/ui/win/WinApplication;[Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+3
j com.sun.glass.ui.win.WinApplication$2$1.run()V+32
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000000f4ec000 JavaThread "URL-Fetcher-20" daemon [_thread_blocked, id=4472, stack(0x00000000163f0000,0x00000000164f0000)]
0x000000000f4eb800 JavaThread "URL-Fetcher-19" daemon [_thread_blocked, id=7984, stack(0x00000000162f0000,0x00000000163f0000)]
0x000000000f4eb000 JavaThread "URL-Fetcher-18" daemon [_thread_blocked, id=9896, stack(0x0000000016150000,0x0000000016250000)]
0x000000000f4ea000 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=7296, stack(0x000000000edf0000,0x000000000eef0000)]
0x000000000f4e9800 JavaThread "URL-Fetcher-17" daemon [_thread_blocked, id=6084, stack(0x0000000012650000,0x0000000012750000)]
0x000000000f4de800 JavaThread "URL-Fetcher-16" daemon [_thread_blocked, id=9000, stack(0x000000000cb50000,0x000000000cc50000)]
0x000000000f4e8800 JavaThread "URL-Fetcher-15" daemon [_thread_blocked, id=5624, stack(0x0000000012990000,0x0000000012a90000)]
0x000000000f4e8000 JavaThread "URL-Fetcher-14" daemon [_thread_blocked, id=9704, stack(0x000000000d1b0000,0x000000000d2b0000)]
0x000000000f4e7000 JavaThread "URL-Fetcher-13" daemon [_thread_blocked, id=2804, stack(0x000000000dc40000,0x000000000dd40000)]
0x000000000f4e6800 JavaThread "URL-Fetcher-12" daemon [_thread_blocked, id=8628, stack(0x0000000012850000,0x0000000012950000)]
0x000000000f4e5800 JavaThread "URL-Fetcher-11" daemon [_thread_blocked, id=3716, stack(0x000000000dae0000,0x000000000dbe0000)]
0x000000000f4e5000 JavaThread "URL-Fetcher-10" daemon [_thread_blocked, id=8680, stack(0x000000000d8e0000,0x000000000d9e0000)]
0x000000000f4e4800 JavaThread "URL-Fetcher-9" daemon [_thread_blocked, id=9800, stack(0x000000000d540000,0x000000000d640000)]
0x000000000f4e3800 JavaThread "URL-Fetcher-8" daemon [_thread_blocked, id=4480, stack(0x000000000d690000,0x000000000d790000)]
0x000000000f4e3000 JavaThread "URL-Fetcher-7" daemon [_thread_blocked, id=5288, stack(0x000000000cd70000,0x000000000ce70000)]
0x000000000f4e2000 JavaThread "URL-Fetcher-6" daemon [_thread_blocked, id=9776, stack(0x000000000d3d0000,0x000000000d4d0000)]
0x000000000f4e1800 JavaThread "URL-Fetcher-5" daemon [_thread_blocked, id=9104, stack(0x000000000d2c0000,0x000000000d3c0000)]
0x000000000f4e0800 JavaThread "URL-Fetcher-4" daemon [_thread_blocked, id=6180, stack(0x000000000d0b0000,0x000000000d1b0000)]
0x000000000f4e0000 JavaThread "URL-Fetcher-3" daemon [_thread_in_native, id=3620, stack(0x000000000cf40000,0x000000000d040000)]
0x000000000f4df000 JavaThread "URL-Fetcher-2" daemon [_thread_blocked, id=6976, stack(0x000000000cc70000,0x000000000cd70000)]
0x000000000f4de000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=9756, stack(0x0000000011160000,0x0000000011260000)]
0x000000000f4dd000 JavaThread "URL-Fetcher-1" daemon [_thread_blocked, id=7032, stack(0x0000000010170000,0x0000000010270000)]
0x0000000009cac800 JavaThread "Disposer" daemon [_thread_blocked, id=6936, stack(0x00000000102e0000,0x00000000103e0000)]
0x0000000009c52000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=9344, stack(0x000000000f060000,0x000000000f160000)]
0x0000000009a37800 JavaThread "Thread-3" daemon [_thread_in_native, id=2364, stack(0x000000000dd60000,0x000000000de60000)]
=>0x00000000099f2800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=9252, stack(0x000000000e1a0000,0x000000000e2a0000)]
0x00000000099fe000 JavaThread "Disposer" daemon [_thread_blocked, id=5276, stack(0x000000000e070000,0x000000000e170000)]
0x0000000009980800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=9440, stack(0x000000000de90000,0x000000000df90000)]
0x00000000001ff800 JavaThread "DestroyJavaVM" [_thread_blocked, id=9668, stack(0x0000000001fa0000,0x00000000020a0000)]
0x00000000097e3000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6192, stack(0x0000000009f70000,0x000000000a070000)]
0x00000000097e0000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6620, stack(0x0000000008f10000,0x0000000009010000)]
0x00000000097dd000 JavaThread "AWT-Shutdown" [_thread_blocked, id=8752, stack(0x000000000a260000,0x000000000a360000)]
0x00000000097dc000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9292, stack(0x000000000a070000,0x000000000a170000)]
0x00000000076c7000 JavaThread "Service Thread" daemon [_thread_blocked, id=3636, stack(0x0000000009070000,0x0000000009170000)]
0x00000000076bb000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5188, stack(0x0000000008df0000,0x0000000008ef0000)]
0x00000000076b9800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8596, stack(0x0000000008ce0000,0x0000000008de0000)]
0x00000000076ab000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=1228, stack(0x0000000008b30000,0x0000000008c30000)]
0x00000000076aa800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=7308, stack(0x00000000089a0000,0x0000000008aa0000)]
0x0000000007693000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=1580, stack(0x0000000008250000,0x0000000008350000)]
0x0000000007689000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4996, stack(0x0000000008530000,0x0000000008630000)]
0x0000000007688000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6380, stack(0x0000000008370000,0x0000000008470000)]
0x0000000007605000 JavaThread "Finalizer" daemon [_thread_blocked, id=9604, stack(0x0000000006720000,0x0000000006820000)]
0x00000000075fc000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4548, stack(0x00000000080f0000,0x00000000081f0000)]
Other Threads:
0x00000000075f1000 VMThread [stack: 0x0000000007ed0000,0x0000000007fd0000] [id=7656]
0x00000000076ef800 WatcherThread [stack: 0x0000000009260000,0x0000000009360000] [id=8560]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 212992K, used 76740K [0x0000000780000000, 0x000000079c400000, 0x0000000800000000)
eden space 196608K, 31% used [0x0000000780000000,0x0000000783c4bdb8,0x000000078c000000)
from space 16384K, 91% used [0x000000078c000000,0x000000078cea5568,0x000000078d000000)
to space 34816K, 0% used [0x000000079a200000,0x000000079a200000,0x000000079c400000)
PSOldGen total 262144K, used 25581K [0x0000000680000000, 0x0000000690000000, 0x0000000780000000)
object space 262144K, 9% used [0x0000000680000000,0x00000006818fb528,0x0000000690000000)
PSPermGen total 21248K, used 20898K [0x000000067ae00000, 0x000000067c2c0000, 0x0000000680000000)
object space 21248K, 98% used [0x000000067ae00000,0x000000067c2689e8,0x000000067c2c0000)
Code Cache [0x0000000002130000, 0x00000000023a0000, 0x0000000005130000)
total_blobs=1002 nmethods=329 adapters=633 free_code_cache=47661Kb largest_free_block=48745024
Dynamic libraries:
0x000000013f0a0000 - 0x000000013f0d3000 C:\Working\development-environment\Tools\Java\jdk1.7.0_03\bin\java.exe
0x0000000077b00000 - 0x0000000077ca9000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000778e0000 - 0x00000000779ff000 C:\Windows\system32\kernel32.dll
0x000007fefdcd0000 - 0x000007fefdd3c000 C:\Windows\system32\KERNELBASE.dll
0x000007fefe1a0000 - 0x000007fefe27b000 C:\Windows\system32\ADVAPI32.dll
0x000007feff740000 - 0x000007feff7df000 C:\Windows\system32\msvcrt.dll
0x000007feff8f0000 - 0x000007feff90f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdfd0000 - 0x000007fefe0fd000 C:\Windows\system32\RPCRT4.dll
0x0000000077a00000 - 0x0000000077afa000 C:\Windows\system32\USER32.dll
0x000007feffda0000 - 0x000007feffe07000 C:\Windows\system32\GDI32.dll
0x000007feffd90000 - 0x000007feffd9e000 C:\Windows\system32\LPK.dll
0x000007fefe280000 - 0x000007fefe349000 C:\Windows\system32\USP10.dll
0x000007fefc450000 - 0x000007fefc644000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefe5a0000 - 0x000007fefe611000 C:\Windows\system32\SHLWAPI.dll
0x000007feffa10000 - 0x000007feffa3e000 C:\Windows\system32\IMM32.DLL
0x000007feff7e0000 - 0x000007feff8e9000 C:\Windows\system32\MSCTF.dll
0x000000006e790000 - 0x000000006e861000 C:\Working\development-environment\Tools\Java\jdk1.7.0_03\jre\bin\msvcr100.dll
0x0000000059d20000 - 0x000000005a3fa000 C:\Working\development-environment\Tools\Java\jdk1.7.0_03\jre\bin\server\jvm.dll
0x000007fefb440000 - 0
( This report has more than 16,000 characters and has been truncated. )
- duplicates
-
JDK-8117161 WebView crash in WebEngine load method - Win + Mac
-
- Closed
-