-
Bug
-
Resolution: Cannot Reproduce
-
P2
-
8u5, 8u20
-
windows 7 64 bit
The pnotify library cause a JVM crash.
Java Code :
Stage stage = new Stage();
WebView wb = new WebView();
wb.getEngine().load("http://sciactive.github.io/pnotify/");
BorderPane root = new BorderPane();
root.setCenter(wb);
Scene scene = new Scene(root);
stage.setScene(scene);
stage.show();
=> logs
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5a6f3ee5, pid=16216, tid=6380
#
# JRE version: Java(TM) SE Runtime Environment (8.0_20-b19) (build 1.8.0_20-ea-b19)
# Java VM: Java HotSpot(TM) Client VM (25.20-b19 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [jfxwebkit.dll+0x2b3ee5]
#
# 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 (0x15eed400): JavaThread "JavaFX Application Thread" [_thread_in_native, id=6380, stack(0x15c10000,0x15c60000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
Registers:
EAX=0x00000000, EBX=0x18820138, ECX=0x00000000, EDX=0x00000000
ESP=0x15c5e1c0, EBP=0x15cdf898, ESI=0x15f704f8, EDI=0x184f9eb0
EIP=0x5a6f3ee5, EFLAGS=0x00210246
Top of Stack: (sp=0x15c5e1c0)
0x15c5e1c0: 15c5e278 18820138 00000000 5a45a72d
0x15c5e1d0: 15c5e1fc 5b0de440 afb569e2 15c5e280
0x15c5e1e0: 00f7ff78 fffffffb 15c5e914 5b033568
0x15c5e1f0: ffffffff 5a456957 15c5e20c 18820138
0x15c5e200: 15cdf898 fffffffb 1ab3c928 15c5e280
0x15c5e210: 5a6d27e2 5a6d2821 15c5e278 18820138
0x15c5e220: 1ab3c928 1a84a064 15c5e2b4 1aaae5f8
0x15c5e230: 18820138 15c5e2b4 1aaae5f8 18820138
Instructions: (pc=0x5a6f3ee5)
0x5a6f3ec5: 00 85 f6 74 19 89 44 24 14 8d 44 24 14 50 8b ce
0x5a6f3ed5: e8 36 f7 2e 00 85 c0 74 05 8b 40 04 eb 02 33 c0
0x5a6f3ee5: 8b 48 04 8b 11 8b 42 20 57 ff d0 8b 74 24 10 50
0x5a6f3ef5: 56 e8 e5 f6 ff ff 83 c4 08 5f 8b c6 5e 59 c3 cc
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x18820138 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x15c5e1c0 is pointing into the stack for thread: 0x15eed400
EBP=0x15cdf898 is an unknown value
ESI=0x15f704f8 is an unknown value
EDI=0x184f9eb0 is an unknown value
Stack: [0x15c10000,0x15c60000], sp=0x15c5e1c0, free space=312k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [jfxwebkit.dll+0x2b3ee5]
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$92()V+8
j com.sun.webkit.network.URLLoader$$Lambda$109.run()V+4
j com.sun.javafx.application.PlatformImpl.lambda$null$163(Ljava/lang/Runnable;)Ljava/lang/Void;+1
j com.sun.javafx.application.PlatformImpl$$Lambda$47.run()Ljava/lang/Object;+4
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j com.sun.javafx.application.PlatformImpl.lambda$runLater$164(Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V+7
j com.sun.javafx.application.PlatformImpl$$Lambda$46.run()V+8
j com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V+4
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0
j com.sun.glass.ui.win.WinApplication.lambda$null$140(Ljava/lang/Runnable;)V+7
j com.sun.glass.ui.win.WinApplication$$Lambda$37.run()V+8
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x1a9b6800 JavaThread "URL-Loader-20" daemon [_thread_blocked, id=15936, stack(0x1d090000,0x1d0e0000)]
0x18541400 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=1192, stack(0x1c760000,0x1c7b0000)]
0x18541000 JavaThread "URL-Loader-19" daemon [_thread_blocked, id=4452, stack(0x1b3c0000,0x1b410000)]
0x18540800 JavaThread "URL-Loader-18" daemon [_thread_blocked, id=9160, stack(0x1b100000,0x1b150000)]
0x18540000 JavaThread "URL-Loader-17" daemon [_thread_blocked, id=10568, stack(0x1b190000,0x1b1e0000)]
0x1853fc00 JavaThread "URL-Loader-16" daemon [_thread_blocked, id=16192, stack(0x1a550000,0x1a5a0000)]
0x1853f400 JavaThread "Watchdog-Timer-1" daemon [_thread_blocked, id=14800, stack(0x1a760000,0x1a7b0000)]
0x1853f000 JavaThread "URL-Loader-15" daemon [_thread_blocked, id=11900, stack(0x1a500000,0x1a550000)]
0x1853e800 JavaThread "URL-Loader-14" daemon [_thread_blocked, id=2300, stack(0x1a5c0000,0x1a610000)]
0x1853e400 JavaThread "URL-Loader-13" daemon [_thread_blocked, id=16328, stack(0x1a2f0000,0x1a340000)]
0x1853dc00 JavaThread "URL-Loader-12" daemon [_thread_blocked, id=12552, stack(0x19ef0000,0x19f40000)]
0x1853d800 JavaThread "URL-Loader-11" daemon [_thread_in_native, id=9028, stack(0x1a260000,0x1a2b0000)]
0x1853d000 JavaThread "URL-Loader-10" daemon [_thread_blocked, id=11216, stack(0x19fa0000,0x19ff0000)]
0x1853c800 JavaThread "URL-Loader-9" daemon [_thread_blocked, id=12696, stack(0x19d00000,0x19d50000)]
0x1853c400 JavaThread "URL-Loader-8" daemon [_thread_blocked, id=13540, stack(0x19d90000,0x19de0000)]
0x1853bc00 JavaThread "URL-Loader-7" daemon [_thread_blocked, id=6688, stack(0x19a80000,0x19ad0000)]
0x1853b800 JavaThread "URL-Loader-6" daemon [_thread_blocked, id=14124, stack(0x19b70000,0x19bc0000)]
0x1853b000 JavaThread "URL-Loader-5" daemon [_thread_blocked, id=14116, stack(0x19b10000,0x19b60000)]
0x18511000 JavaThread "URL-Loader-4" daemon [_thread_in_native, id=14784, stack(0x19270000,0x192c0000)]
0x18510800 JavaThread "URL-Loader-3" daemon [_thread_blocked, id=13144, stack(0x199c0000,0x19a10000)]
0x18510000 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=15132, stack(0x19360000,0x193b0000)]
0x15f45800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=7440, stack(0x18e10000,0x18e60000)]
0x183f4800 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=4536, stack(0x18e70000,0x18ec0000)]
0x183a9c00 JavaThread "Disposer" daemon [_thread_blocked, id=7040, stack(0x16500000,0x16550000)]
0x15f21000 JavaThread "Thread-3" daemon [_thread_in_native, id=7792, stack(0x16560000,0x165b0000)]
0x15f3ac00 JavaThread "JavaFX-Launcher" [_thread_blocked, id=7768, stack(0x181a0000,0x181f0000)]
=>0x15eed400 JavaThread "JavaFX Application Thread" [_thread_in_native, id=6380, stack(0x15c10000,0x15c60000)]
0x15ee3000 JavaThread "Thread-1" daemon [_thread_blocked, id=11348, stack(0x165c0000,0x16610000)]
0x15ed6c00 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=13748, stack(0x15fb0000,0x16000000)]
0x0099ac00 JavaThread "Service Thread" daemon [_thread_blocked, id=1836, stack(0x15d50000,0x15da0000)]
0x00972800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5936, stack(0x15240000,0x15290000)]
0x00971800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9480, stack(0x15b50000,0x15ba0000)]
0x0096e800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13004, stack(0x15970000,0x159c0000)]
0x00961400 JavaThread "Finalizer" daemon [_thread_blocked, id=12524, stack(0x047a0000,0x047f0000)]
0x0095c800 JavaThread "Reference Handler" daemon [_thread_blocked, id=15920, stack(0x04750000,0x047a0000)]
0x0031cc00 JavaThread "main" [_thread_blocked, id=12628, stack(0x00fa0000,0x00ff0000)]
Other Threads:
0x0095a400 VMThread [stack: 0x046f0000,0x04740000] [id=15840]
0x0099bc00 WatcherThread [stack: 0x15ba0000,0x15bf0000] [id=15136]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
def new generation total 4928K, used 2581K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 46% used [0x04800000, 0x04a056e8, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 2843K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 25% used [0x09d50000, 0x0a016eb0, 0x0a017000, 0x0a800000)
Metaspace used 5623K, capacity 7176K, committed 7296K, reserved 7552K
Card table byte_map: [0x00450000,0x004e0000] byte_map_base: 0x0042c000
Polling page: 0x001c0000
CodeCache: size=32768Kb used=1356Kb max_used=1356Kb free=31411Kb
bounds [0x026f0000, 0x02848000, 0x046f0000]
total_blobs=896 nmethods=484 adapters=344
compilation: enabled
Compilation events (10 events):
Event: 0.789 Thread 0x00972800 482 java.util.HashMap$EntryIterator::next (5 bytes)
Event: 0.789 Thread 0x00972800 nmethod 482 0x028417c8 code [0x028418c0, 0x0284194c]
Event: 0.789 Thread 0x00972800 483 java.util.HashMap$Node::getKey (5 bytes)
Event: 0.789 Thread 0x00972800 nmethod 483 0x028419c8 code [0x02841ac0, 0x02841b40]
Event: 0.789 Thread 0x00972800 484 java.util.HashMap$EntryIterator::next (5 bytes)
Event: 0.789 Thread 0x00972800 nmethod 484 0x02841b88 code [0x02841c80, 0x02841d0c]
Event: 0.830 Thread 0x00972800 485 s sun.net.www.MessageHeader::remove (196 bytes)
Event: 0.831 Thread 0x00972800 nmethod 485 0x02841d88 code [0x02841ee0, 0x028424dc]
Event: 0.850 Thread 0x00972800 487 java.util.HashMap::afterNodeAccess (1 bytes)
Event: 0.850 Thread 0x00972800 nmethod 487 0x02842dc8 code [0x02842ec0, 0x02842f40]
GC Heap History (10 events):
Event: 0.149 GC heap before
{Heap before GC invocations=0 (full 0):
def new generation total 4928K, used 4321K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 97% used [0x04800000, 0x04c38608, 0x04c50000)
from space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 0K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 0% used [0x09d50000, 0x09d50000, 0x09d50200, 0x0a800000)
Metaspace used 1258K, capacity 3162K, committed 3264K, reserved 4480K
Event: 0.151 GC heap after
Heap after GC invocations=1 (full 0):
def new generation total 4928K, used 512K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 324K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 2% used [0x09d50000, 0x09da1270, 0x09da1400, 0x0a800000)
Metaspace used 1258K, capacity 3162K, committed 3264K, reserved 4480K
}
Event: 0.228 GC heap before
{Heap before GC invocations=1 (full 0):
def new generation total 4928K, used 4928K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 100% used [0x04800000, 0x04c50000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 324K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 2% used [0x09d50000, 0x09da1270, 0x09da1400, 0x0a800000)
Metaspace used 2429K, capacity 4394K, committed 4416K, reserved 4480K
Event: 0.230 GC heap after
Heap after GC invocations=2 (full 0):
def new generation total 4928K, used 204K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 39% used [0x04c50000, 0x04c83218, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 1279K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 11% used [0x09d50000, 0x09e8fe30, 0x09e90000, 0x0a800000)
Metaspace used 2429K, capacity 4394K, committed 4416K, reserved 4480K
}
Event: 0.330 GC heap before
{Heap before GC invocations=2 (full 0):
def new generation total 4928K, used 4620K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 100% used [0x04800000, 0x04c50000, 0x04c50000)
from space 512K, 39% used [0x04c50000, 0x04c83218, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 1279K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 11% used [0x09d50000, 0x09e8fe30, 0x09e90000, 0x0a800000)
Metaspace used 3419K, capacity 5291K, committed 5376K, reserved 5504K
Event: 0.333 GC heap after
Heap after GC invocations=3 (full 0):
def new generation total 4928K, used 512K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 1766K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 16% used [0x09d50000, 0x09f09b58, 0x09f09c00, 0x0a800000)
Metaspace used 3419K, capacity 5291K, committed 5376K, reserved 5504K
}
Event: 0.466 GC heap before
{Heap before GC invocations=3 (full 0):
def new generation total 4928K, used 4928K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 100% used [0x04800000, 0x04c50000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 1766K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 16% used [0x09d50000, 0x09f09b58, 0x09f09c00, 0x0a800000)
Metaspace used 4840K, capacity 6367K, committed 6400K, reserved 6528K
Event: 0.470 GC heap after
Heap after GC invocations=4 (full 0):
def new generation total 4928K, used 397K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 77% used [0x04c50000, 0x04cb3488, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 2275K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 20% used [0x09d50000, 0x09f88f18, 0x09f89000, 0x0a800000)
Metaspace used 4840K, capacity 6367K, committed 6400K, reserved 6528K
}
Event: 0.701 GC heap before
{Heap before GC invocations=4 (full 0):
def new generation total 4928K, used 4811K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 99% used [0x04800000, 0x04c4f9e8, 0x04c50000)
from space 512K, 77% used [0x04c50000, 0x04cb3488, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 2275K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 20% used [0x09d50000, 0x09f88f18, 0x09f89000, 0x0a800000)
Metaspace used 5551K, capacity 7110K, committed 7168K, reserved 7552K
Event: 0.705 GC heap after
Heap after GC invocations=5 (full 0):
def new generation total 4928K, used 512K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 2843K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 25% used [0x09d50000, 0x0a016eb0, 0x0a017000, 0x0a800000)
Metaspace used 5551K, capacity 7110K, committed 7168K, reserved 7552K
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 0.323 Thread 0x15eed400 Exception <a 'java/security/PrivilegedActionException'> (0x04c2fea8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.342 Thread 0x15eed400 Exception <a 'sun/nio/fs/WindowsException'> (0x04827358) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jni.cpp, line 716]
Event: 0.344 Thread 0x15eed400 Exception <a 'sun/nio/fs/WindowsException'> (0x04828ca0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jni.cpp, line 716]
Event: 0.351 Thread 0x183f4800 Exception <a 'java/security/PrivilegedActionException'> (0x04859e00) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.351 Thread 0x183f4800 Exception <a 'java/security/PrivilegedActionException'> (0x0488b900) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.351 Thread 0x183f4800 Exception <a 'java/security/PrivilegedActionException'> (0x0488d330) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.351 Thread 0x183f4800 Exception <a 'java/security/PrivilegedActionException'> (0x0488e358) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.409 Thread 0x15eed400 Exception <a 'java/security/PrivilegedActionException'> (0x04af7280) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.411 Thread 0x15eed400 Exception <a 'java/security/PrivilegedActionException'> (0x04b0cbb0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.414 Thread 0x15eed400 Exception <a 'java/security/PrivilegedActionException'> (0x04b2d0b8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Events (10 events):
Event: 0.730 loading class com/sun/javafx/font/directwrite/D2D1_COLOR_F done
Event: 0.731 loading class com/sun/javafx/font/directwrite/D2D1_MATRIX_3X2_F
Event: 0.731 loading class com/sun/javafx/font/directwrite/D2D1_MATRIX_3X2_F done
Event: 0.731 loading class com/sun/javafx/font/directwrite/RECT
Event: 0.731 loading class com/sun/javafx/font/directwrite/RECT done
Event: 0.731 loading class com/sun/javafx/font/directwrite/DWRITE_GLYPH_RUN
Event: 0.731 loading class com/sun/javafx/font/directwrite/DWRITE_GLYPH_RUN done
Event: 0.731 loading class com/sun/javafx/font/directwrite/DWRITE_GLYPH_METRICS
Event: 0.731 loading class com/sun/javafx/font/directwrite/DWRITE_GLYPH_METRICS done
Event: 0.753 Thread 0x1a9b6800 Thread added: 0x1a9b6800
Dynamic libraries:
0x00ff0000 - 0x01020000 C:\Java\jdk8.20_19\bin\javaw.exe
0x77e00000 - 0x77f80000 C:\Windows\SysWOW64\ntdll.dll
0x763c0000 - 0x764d0000 C:\Windows\syswow64\kernel32.dll
0x765a0000 - 0x765e7000 C:\Windows\syswow64\KERNELBASE.dll
0x75a10000 - 0x75ab0000 C:\Windows\syswow64\ADVAPI32.dll
0x76260000 - 0x7630c000 C:\Windows\syswow64\msvcrt.dll
0x779e0000 - 0x779f9000 C:\Windows\SysWOW64\sechost.dll
0x75ac0000 - 0x75bb0000 C:\Windows\syswow64\RPCRT4.dll
0x75800000 - 0x75860000 C:\Windows\syswow64\SspiCli.dll
0x757f0000 - 0x757fc000 C:\Windows\syswow64\CRYPTBASE.dll
0x76160000 - 0x76260000 C:\Windows\syswow64\USER32.dll
0x760d0000 - 0x76160000 C:\Windows\syswow64\GDI32.dll
0x769c0000 - 0x769ca000 C:\Windows\syswow64\LPK.dll
0x758f0000 - 0x7598d000 C:\Windows\syswow64\USP10.dll
0x72e40000 - 0x72fde000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x76600000 - 0x76657000 C:\Windows\syswow64\SHLWAPI.dll
0x75990000 - 0x759f0000 C:\Windows\system32\IMM32.DLL
0x76860000 - 0x7692c000 C:\Windows\syswow64\MSCTF.dll
0x647c0000 - 0x6487f000 C:\Java\jdk8.20_19\jre\bin\msvcr100.dll
0x5dee0000 - 0x5e281000 C:\Java\jdk8.20_19\jre\bin\client\jvm.dll
0x73d10000 - 0x73d17000 C:\Windows\system32\WSOCK32.dll
0x76820000 - 0x76855000 C:\Windows\syswow64\WS2_32.dll
0x75a00000 - 0x75a06000 C:\Windows\syswow64\NSI.dll
0x75200000 - 0x75232000 C:\Windows\system32\WINMM.dll
0x77dd0000 - 0x77dd5000 C:\Windows\syswow64\PSAPI.DLL
0x68de0000 - 0x68dec000 C:\Java\jdk8.20_19\jre\bin\verify.dll
0x68cf0000 - 0x68d11000 C:\Java\jdk8.20_19\jre\bin\java.dll
0x68a50000 - 0x68a63000 C:\Java\jdk8.20_19\jre\bin\zip.dll
0x76b70000 - 0x777ba000 C:\Windows\syswow64\SHELL32.dll
0x75c30000 - 0x75d8c000 C:\Windows\syswow64\ole32.dll
0x75fa0000 - 0x75fab000 C:\Windows\syswow64\profapi.dll
0x68a20000 - 0x68a45000 C:\Java\jdk8.20_19\jre\bin\prism_d3d.dll
0x6d7e0000 - 0x6d9a3000 C:\Windows\system32\d3d9.dll
0x75460000 - 0x75469000 C:\Windows\system32\VERSION.dll
0x70ba0000 - 0x70ba6000 C:\Windows\system32\d3d8thk.dll
0x72650000 - 0x72663000 C:\Windows\system32\dwmapi.dll
0x72670000 - 0x726f0000 C:\Windows\system32\uxtheme.dll
0x67d50000 - 0x687ed000 C:\Windows\system32\igdumd32.dll
0x689e0000 - 0x68a16000 C:\Java\jdk8.20_19\jre\bin\glass.dll
0x75bb0000 - 0x75c2b000 C:\Windows\syswow64\COMDLG32.dll
0x76930000 - 0x769bf000 C:\Windows\syswow64\OLEAUT32.dll
0x5a440000 - 0x5b3d6000 C:\Java\jdk8.20_19\jre\bin\jfxwebkit.dll
0x72d10000 - 0x72d26000 C:\Windows\system32\CRYPTSP.dll
0x72cd0000 - 0x72d0b000 C:\Windows\system32\rsaenh.dll
0x689c0000 - 0x689d4000 C:\Java\jdk8.20_19\jre\bin\net.dll
0x73ca0000 - 0x73cdc000 C:\Windows\system32\mswsock.dll
0x72520000 - 0x72526000 C:\Windows\System32\wship6.dll
0x68df0000 - 0x68dff000 C:\Java\jdk8.20_19\jre\bin\nio.dll
0x73c90000 - 0x73c95000 C:\Windows\System32\wshtcpip.dll
0x724c0000 - 0x72504000 C:\Windows\system32\DNSAPI.dll
0x72490000 - 0x724b1000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
0x73980000 - 0x7399c000 C:\Windows\system32\Iphlpapi.DLL
0x73970000 - 0x73977000 C:\Windows\system32\WINNSI.DLL
0x72510000 - 0x72516000 C:\Windows\system32\rasadhlp.dll
0x72450000 - 0x72488000 C:\Windows\System32\fwpuclnt.dll
0x689a0000 - 0x689b1000 C:\Java\jdk8.20_19\jre\bin\javafx_font.dll
0x6b9d0000 - 0x6bb05000 C:\Windows\system32\dwrite.dll
0x76310000 - 0x76393000 C:\Windows\syswow64\CLBCatQ.DLL
0x6c550000 - 0x6c680000 C:\Windows\system32\WindowsCodecs.dll
0x72dc0000 - 0x72e0c000 C:\Windows\system32\apphelp.dll
0x6bfe0000 - 0x6c011000 C:\Windows\system32\EhStorShell.dll
0x769d0000 - 0x76b6d000 C:\Windows\syswow64\SETUPAPI.dll
0x75da0000 - 0x75dc7000 C:\Windows\syswow64\CFGMGR32.dll
0x763a0000 - 0x763b2000 C:\Windows\syswow64\DEVOBJ.dll
0x71050000 - 0x71145000 C:\Windows\system32\PROPSYS.dll
0x6c060000 - 0x6c0d0000 C:\Windows\system32\ntshrui.dll
0x70df0000 - 0x70e09000 C:\Windows\system32\srvcli.dll
0x709d0000 - 0x709db000 C:\Windows\system32\cscapi.dll
0x715b0000 - 0x715ba000 C:\Windows\system32\slc.dll
0x68900000 - 0x68921000 C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\rtscom.dll
0x708e0000 - 0x709cb000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Dfile.encoding=Cp1252
java_command: testwebview.Main
java_class_path (initial): C:\workspaces\smartview\testwebview\bin
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Java\jdk1.7_55x64
PATH=C:\gradle\bin;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Dell\Dell Data Protection\Access\Advanced\Wave\Gemalto\Access Client\v5\;C:\Program Files (x86)\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Ant\bin;C:\Java\jdk1.7_55x64\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Google\Chrome\Application\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files (x86)\MySQL\MySQL Utilities\;C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell;C:\Program Files\MySQL\MySQL Server 5.6\bin
USERNAME=nciaravola
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv
Memory: 4k page, physical 16660988k(2712980k free), swap 33320112k(13784040k free)
vm_info: Java HotSpot(TM) Client VM (25.20-b19) for windows-x86 JRE (1.8.0_20-ea-b19), built on Jun 17 2014 22:05:35 by "java_re" with MS VC++ 10.0 (VS2010)
time: Wed Jun 25 15:25:32 2014
elapsed time: 0 seconds (0d 0h 0m 0s)
Java Code :
Stage stage = new Stage();
WebView wb = new WebView();
wb.getEngine().load("http://sciactive.github.io/pnotify/");
BorderPane root = new BorderPane();
root.setCenter(wb);
Scene scene = new Scene(root);
stage.setScene(scene);
stage.show();
=> logs
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5a6f3ee5, pid=16216, tid=6380
#
# JRE version: Java(TM) SE Runtime Environment (8.0_20-b19) (build 1.8.0_20-ea-b19)
# Java VM: Java HotSpot(TM) Client VM (25.20-b19 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [jfxwebkit.dll+0x2b3ee5]
#
# 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 (0x15eed400): JavaThread "JavaFX Application Thread" [_thread_in_native, id=6380, stack(0x15c10000,0x15c60000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
Registers:
EAX=0x00000000, EBX=0x18820138, ECX=0x00000000, EDX=0x00000000
ESP=0x15c5e1c0, EBP=0x15cdf898, ESI=0x15f704f8, EDI=0x184f9eb0
EIP=0x5a6f3ee5, EFLAGS=0x00210246
Top of Stack: (sp=0x15c5e1c0)
0x15c5e1c0: 15c5e278 18820138 00000000 5a45a72d
0x15c5e1d0: 15c5e1fc 5b0de440 afb569e2 15c5e280
0x15c5e1e0: 00f7ff78 fffffffb 15c5e914 5b033568
0x15c5e1f0: ffffffff 5a456957 15c5e20c 18820138
0x15c5e200: 15cdf898 fffffffb 1ab3c928 15c5e280
0x15c5e210: 5a6d27e2 5a6d2821 15c5e278 18820138
0x15c5e220: 1ab3c928 1a84a064 15c5e2b4 1aaae5f8
0x15c5e230: 18820138 15c5e2b4 1aaae5f8 18820138
Instructions: (pc=0x5a6f3ee5)
0x5a6f3ec5: 00 85 f6 74 19 89 44 24 14 8d 44 24 14 50 8b ce
0x5a6f3ed5: e8 36 f7 2e 00 85 c0 74 05 8b 40 04 eb 02 33 c0
0x5a6f3ee5: 8b 48 04 8b 11 8b 42 20 57 ff d0 8b 74 24 10 50
0x5a6f3ef5: 56 e8 e5 f6 ff ff 83 c4 08 5f 8b c6 5e 59 c3 cc
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x18820138 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x15c5e1c0 is pointing into the stack for thread: 0x15eed400
EBP=0x15cdf898 is an unknown value
ESI=0x15f704f8 is an unknown value
EDI=0x184f9eb0 is an unknown value
Stack: [0x15c10000,0x15c60000], sp=0x15c5e1c0, free space=312k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [jfxwebkit.dll+0x2b3ee5]
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$92()V+8
j com.sun.webkit.network.URLLoader$$Lambda$109.run()V+4
j com.sun.javafx.application.PlatformImpl.lambda$null$163(Ljava/lang/Runnable;)Ljava/lang/Void;+1
j com.sun.javafx.application.PlatformImpl$$Lambda$47.run()Ljava/lang/Object;+4
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j com.sun.javafx.application.PlatformImpl.lambda$runLater$164(Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V+7
j com.sun.javafx.application.PlatformImpl$$Lambda$46.run()V+8
j com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V+4
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0
j com.sun.glass.ui.win.WinApplication.lambda$null$140(Ljava/lang/Runnable;)V+7
j com.sun.glass.ui.win.WinApplication$$Lambda$37.run()V+8
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x1a9b6800 JavaThread "URL-Loader-20" daemon [_thread_blocked, id=15936, stack(0x1d090000,0x1d0e0000)]
0x18541400 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=1192, stack(0x1c760000,0x1c7b0000)]
0x18541000 JavaThread "URL-Loader-19" daemon [_thread_blocked, id=4452, stack(0x1b3c0000,0x1b410000)]
0x18540800 JavaThread "URL-Loader-18" daemon [_thread_blocked, id=9160, stack(0x1b100000,0x1b150000)]
0x18540000 JavaThread "URL-Loader-17" daemon [_thread_blocked, id=10568, stack(0x1b190000,0x1b1e0000)]
0x1853fc00 JavaThread "URL-Loader-16" daemon [_thread_blocked, id=16192, stack(0x1a550000,0x1a5a0000)]
0x1853f400 JavaThread "Watchdog-Timer-1" daemon [_thread_blocked, id=14800, stack(0x1a760000,0x1a7b0000)]
0x1853f000 JavaThread "URL-Loader-15" daemon [_thread_blocked, id=11900, stack(0x1a500000,0x1a550000)]
0x1853e800 JavaThread "URL-Loader-14" daemon [_thread_blocked, id=2300, stack(0x1a5c0000,0x1a610000)]
0x1853e400 JavaThread "URL-Loader-13" daemon [_thread_blocked, id=16328, stack(0x1a2f0000,0x1a340000)]
0x1853dc00 JavaThread "URL-Loader-12" daemon [_thread_blocked, id=12552, stack(0x19ef0000,0x19f40000)]
0x1853d800 JavaThread "URL-Loader-11" daemon [_thread_in_native, id=9028, stack(0x1a260000,0x1a2b0000)]
0x1853d000 JavaThread "URL-Loader-10" daemon [_thread_blocked, id=11216, stack(0x19fa0000,0x19ff0000)]
0x1853c800 JavaThread "URL-Loader-9" daemon [_thread_blocked, id=12696, stack(0x19d00000,0x19d50000)]
0x1853c400 JavaThread "URL-Loader-8" daemon [_thread_blocked, id=13540, stack(0x19d90000,0x19de0000)]
0x1853bc00 JavaThread "URL-Loader-7" daemon [_thread_blocked, id=6688, stack(0x19a80000,0x19ad0000)]
0x1853b800 JavaThread "URL-Loader-6" daemon [_thread_blocked, id=14124, stack(0x19b70000,0x19bc0000)]
0x1853b000 JavaThread "URL-Loader-5" daemon [_thread_blocked, id=14116, stack(0x19b10000,0x19b60000)]
0x18511000 JavaThread "URL-Loader-4" daemon [_thread_in_native, id=14784, stack(0x19270000,0x192c0000)]
0x18510800 JavaThread "URL-Loader-3" daemon [_thread_blocked, id=13144, stack(0x199c0000,0x19a10000)]
0x18510000 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=15132, stack(0x19360000,0x193b0000)]
0x15f45800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=7440, stack(0x18e10000,0x18e60000)]
0x183f4800 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=4536, stack(0x18e70000,0x18ec0000)]
0x183a9c00 JavaThread "Disposer" daemon [_thread_blocked, id=7040, stack(0x16500000,0x16550000)]
0x15f21000 JavaThread "Thread-3" daemon [_thread_in_native, id=7792, stack(0x16560000,0x165b0000)]
0x15f3ac00 JavaThread "JavaFX-Launcher" [_thread_blocked, id=7768, stack(0x181a0000,0x181f0000)]
=>0x15eed400 JavaThread "JavaFX Application Thread" [_thread_in_native, id=6380, stack(0x15c10000,0x15c60000)]
0x15ee3000 JavaThread "Thread-1" daemon [_thread_blocked, id=11348, stack(0x165c0000,0x16610000)]
0x15ed6c00 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=13748, stack(0x15fb0000,0x16000000)]
0x0099ac00 JavaThread "Service Thread" daemon [_thread_blocked, id=1836, stack(0x15d50000,0x15da0000)]
0x00972800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5936, stack(0x15240000,0x15290000)]
0x00971800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9480, stack(0x15b50000,0x15ba0000)]
0x0096e800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13004, stack(0x15970000,0x159c0000)]
0x00961400 JavaThread "Finalizer" daemon [_thread_blocked, id=12524, stack(0x047a0000,0x047f0000)]
0x0095c800 JavaThread "Reference Handler" daemon [_thread_blocked, id=15920, stack(0x04750000,0x047a0000)]
0x0031cc00 JavaThread "main" [_thread_blocked, id=12628, stack(0x00fa0000,0x00ff0000)]
Other Threads:
0x0095a400 VMThread [stack: 0x046f0000,0x04740000] [id=15840]
0x0099bc00 WatcherThread [stack: 0x15ba0000,0x15bf0000] [id=15136]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
def new generation total 4928K, used 2581K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 46% used [0x04800000, 0x04a056e8, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 2843K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 25% used [0x09d50000, 0x0a016eb0, 0x0a017000, 0x0a800000)
Metaspace used 5623K, capacity 7176K, committed 7296K, reserved 7552K
Card table byte_map: [0x00450000,0x004e0000] byte_map_base: 0x0042c000
Polling page: 0x001c0000
CodeCache: size=32768Kb used=1356Kb max_used=1356Kb free=31411Kb
bounds [0x026f0000, 0x02848000, 0x046f0000]
total_blobs=896 nmethods=484 adapters=344
compilation: enabled
Compilation events (10 events):
Event: 0.789 Thread 0x00972800 482 java.util.HashMap$EntryIterator::next (5 bytes)
Event: 0.789 Thread 0x00972800 nmethod 482 0x028417c8 code [0x028418c0, 0x0284194c]
Event: 0.789 Thread 0x00972800 483 java.util.HashMap$Node::getKey (5 bytes)
Event: 0.789 Thread 0x00972800 nmethod 483 0x028419c8 code [0x02841ac0, 0x02841b40]
Event: 0.789 Thread 0x00972800 484 java.util.HashMap$EntryIterator::next (5 bytes)
Event: 0.789 Thread 0x00972800 nmethod 484 0x02841b88 code [0x02841c80, 0x02841d0c]
Event: 0.830 Thread 0x00972800 485 s sun.net.www.MessageHeader::remove (196 bytes)
Event: 0.831 Thread 0x00972800 nmethod 485 0x02841d88 code [0x02841ee0, 0x028424dc]
Event: 0.850 Thread 0x00972800 487 java.util.HashMap::afterNodeAccess (1 bytes)
Event: 0.850 Thread 0x00972800 nmethod 487 0x02842dc8 code [0x02842ec0, 0x02842f40]
GC Heap History (10 events):
Event: 0.149 GC heap before
{Heap before GC invocations=0 (full 0):
def new generation total 4928K, used 4321K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 97% used [0x04800000, 0x04c38608, 0x04c50000)
from space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 0K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 0% used [0x09d50000, 0x09d50000, 0x09d50200, 0x0a800000)
Metaspace used 1258K, capacity 3162K, committed 3264K, reserved 4480K
Event: 0.151 GC heap after
Heap after GC invocations=1 (full 0):
def new generation total 4928K, used 512K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 324K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 2% used [0x09d50000, 0x09da1270, 0x09da1400, 0x0a800000)
Metaspace used 1258K, capacity 3162K, committed 3264K, reserved 4480K
}
Event: 0.228 GC heap before
{Heap before GC invocations=1 (full 0):
def new generation total 4928K, used 4928K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 100% used [0x04800000, 0x04c50000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 324K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 2% used [0x09d50000, 0x09da1270, 0x09da1400, 0x0a800000)
Metaspace used 2429K, capacity 4394K, committed 4416K, reserved 4480K
Event: 0.230 GC heap after
Heap after GC invocations=2 (full 0):
def new generation total 4928K, used 204K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 39% used [0x04c50000, 0x04c83218, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 1279K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 11% used [0x09d50000, 0x09e8fe30, 0x09e90000, 0x0a800000)
Metaspace used 2429K, capacity 4394K, committed 4416K, reserved 4480K
}
Event: 0.330 GC heap before
{Heap before GC invocations=2 (full 0):
def new generation total 4928K, used 4620K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 100% used [0x04800000, 0x04c50000, 0x04c50000)
from space 512K, 39% used [0x04c50000, 0x04c83218, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 1279K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 11% used [0x09d50000, 0x09e8fe30, 0x09e90000, 0x0a800000)
Metaspace used 3419K, capacity 5291K, committed 5376K, reserved 5504K
Event: 0.333 GC heap after
Heap after GC invocations=3 (full 0):
def new generation total 4928K, used 512K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 1766K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 16% used [0x09d50000, 0x09f09b58, 0x09f09c00, 0x0a800000)
Metaspace used 3419K, capacity 5291K, committed 5376K, reserved 5504K
}
Event: 0.466 GC heap before
{Heap before GC invocations=3 (full 0):
def new generation total 4928K, used 4928K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 100% used [0x04800000, 0x04c50000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 1766K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 16% used [0x09d50000, 0x09f09b58, 0x09f09c00, 0x0a800000)
Metaspace used 4840K, capacity 6367K, committed 6400K, reserved 6528K
Event: 0.470 GC heap after
Heap after GC invocations=4 (full 0):
def new generation total 4928K, used 397K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 77% used [0x04c50000, 0x04cb3488, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 2275K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 20% used [0x09d50000, 0x09f88f18, 0x09f89000, 0x0a800000)
Metaspace used 4840K, capacity 6367K, committed 6400K, reserved 6528K
}
Event: 0.701 GC heap before
{Heap before GC invocations=4 (full 0):
def new generation total 4928K, used 4811K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 99% used [0x04800000, 0x04c4f9e8, 0x04c50000)
from space 512K, 77% used [0x04c50000, 0x04cb3488, 0x04cd0000)
to space 512K, 0% used [0x04cd0000, 0x04cd0000, 0x04d50000)
tenured generation total 10944K, used 2275K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 20% used [0x09d50000, 0x09f88f18, 0x09f89000, 0x0a800000)
Metaspace used 5551K, capacity 7110K, committed 7168K, reserved 7552K
Event: 0.705 GC heap after
Heap after GC invocations=5 (full 0):
def new generation total 4928K, used 512K [0x04800000, 0x04d50000, 0x09d50000)
eden space 4416K, 0% used [0x04800000, 0x04800000, 0x04c50000)
from space 512K, 100% used [0x04cd0000, 0x04d50000, 0x04d50000)
to space 512K, 0% used [0x04c50000, 0x04c50000, 0x04cd0000)
tenured generation total 10944K, used 2843K [0x09d50000, 0x0a800000, 0x14800000)
the space 10944K, 25% used [0x09d50000, 0x0a016eb0, 0x0a017000, 0x0a800000)
Metaspace used 5551K, capacity 7110K, committed 7168K, reserved 7552K
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 0.323 Thread 0x15eed400 Exception <a 'java/security/PrivilegedActionException'> (0x04c2fea8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.342 Thread 0x15eed400 Exception <a 'sun/nio/fs/WindowsException'> (0x04827358) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jni.cpp, line 716]
Event: 0.344 Thread 0x15eed400 Exception <a 'sun/nio/fs/WindowsException'> (0x04828ca0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jni.cpp, line 716]
Event: 0.351 Thread 0x183f4800 Exception <a 'java/security/PrivilegedActionException'> (0x04859e00) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.351 Thread 0x183f4800 Exception <a 'java/security/PrivilegedActionException'> (0x0488b900) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.351 Thread 0x183f4800 Exception <a 'java/security/PrivilegedActionException'> (0x0488d330) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.351 Thread 0x183f4800 Exception <a 'java/security/PrivilegedActionException'> (0x0488e358) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.409 Thread 0x15eed400 Exception <a 'java/security/PrivilegedActionException'> (0x04af7280) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.411 Thread 0x15eed400 Exception <a 'java/security/PrivilegedActionException'> (0x04b0cbb0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Event: 0.414 Thread 0x15eed400 Exception <a 'java/security/PrivilegedActionException'> (0x04b2d0b8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u20\660.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1275]
Events (10 events):
Event: 0.730 loading class com/sun/javafx/font/directwrite/D2D1_COLOR_F done
Event: 0.731 loading class com/sun/javafx/font/directwrite/D2D1_MATRIX_3X2_F
Event: 0.731 loading class com/sun/javafx/font/directwrite/D2D1_MATRIX_3X2_F done
Event: 0.731 loading class com/sun/javafx/font/directwrite/RECT
Event: 0.731 loading class com/sun/javafx/font/directwrite/RECT done
Event: 0.731 loading class com/sun/javafx/font/directwrite/DWRITE_GLYPH_RUN
Event: 0.731 loading class com/sun/javafx/font/directwrite/DWRITE_GLYPH_RUN done
Event: 0.731 loading class com/sun/javafx/font/directwrite/DWRITE_GLYPH_METRICS
Event: 0.731 loading class com/sun/javafx/font/directwrite/DWRITE_GLYPH_METRICS done
Event: 0.753 Thread 0x1a9b6800 Thread added: 0x1a9b6800
Dynamic libraries:
0x00ff0000 - 0x01020000 C:\Java\jdk8.20_19\bin\javaw.exe
0x77e00000 - 0x77f80000 C:\Windows\SysWOW64\ntdll.dll
0x763c0000 - 0x764d0000 C:\Windows\syswow64\kernel32.dll
0x765a0000 - 0x765e7000 C:\Windows\syswow64\KERNELBASE.dll
0x75a10000 - 0x75ab0000 C:\Windows\syswow64\ADVAPI32.dll
0x76260000 - 0x7630c000 C:\Windows\syswow64\msvcrt.dll
0x779e0000 - 0x779f9000 C:\Windows\SysWOW64\sechost.dll
0x75ac0000 - 0x75bb0000 C:\Windows\syswow64\RPCRT4.dll
0x75800000 - 0x75860000 C:\Windows\syswow64\SspiCli.dll
0x757f0000 - 0x757fc000 C:\Windows\syswow64\CRYPTBASE.dll
0x76160000 - 0x76260000 C:\Windows\syswow64\USER32.dll
0x760d0000 - 0x76160000 C:\Windows\syswow64\GDI32.dll
0x769c0000 - 0x769ca000 C:\Windows\syswow64\LPK.dll
0x758f0000 - 0x7598d000 C:\Windows\syswow64\USP10.dll
0x72e40000 - 0x72fde000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x76600000 - 0x76657000 C:\Windows\syswow64\SHLWAPI.dll
0x75990000 - 0x759f0000 C:\Windows\system32\IMM32.DLL
0x76860000 - 0x7692c000 C:\Windows\syswow64\MSCTF.dll
0x647c0000 - 0x6487f000 C:\Java\jdk8.20_19\jre\bin\msvcr100.dll
0x5dee0000 - 0x5e281000 C:\Java\jdk8.20_19\jre\bin\client\jvm.dll
0x73d10000 - 0x73d17000 C:\Windows\system32\WSOCK32.dll
0x76820000 - 0x76855000 C:\Windows\syswow64\WS2_32.dll
0x75a00000 - 0x75a06000 C:\Windows\syswow64\NSI.dll
0x75200000 - 0x75232000 C:\Windows\system32\WINMM.dll
0x77dd0000 - 0x77dd5000 C:\Windows\syswow64\PSAPI.DLL
0x68de0000 - 0x68dec000 C:\Java\jdk8.20_19\jre\bin\verify.dll
0x68cf0000 - 0x68d11000 C:\Java\jdk8.20_19\jre\bin\java.dll
0x68a50000 - 0x68a63000 C:\Java\jdk8.20_19\jre\bin\zip.dll
0x76b70000 - 0x777ba000 C:\Windows\syswow64\SHELL32.dll
0x75c30000 - 0x75d8c000 C:\Windows\syswow64\ole32.dll
0x75fa0000 - 0x75fab000 C:\Windows\syswow64\profapi.dll
0x68a20000 - 0x68a45000 C:\Java\jdk8.20_19\jre\bin\prism_d3d.dll
0x6d7e0000 - 0x6d9a3000 C:\Windows\system32\d3d9.dll
0x75460000 - 0x75469000 C:\Windows\system32\VERSION.dll
0x70ba0000 - 0x70ba6000 C:\Windows\system32\d3d8thk.dll
0x72650000 - 0x72663000 C:\Windows\system32\dwmapi.dll
0x72670000 - 0x726f0000 C:\Windows\system32\uxtheme.dll
0x67d50000 - 0x687ed000 C:\Windows\system32\igdumd32.dll
0x689e0000 - 0x68a16000 C:\Java\jdk8.20_19\jre\bin\glass.dll
0x75bb0000 - 0x75c2b000 C:\Windows\syswow64\COMDLG32.dll
0x76930000 - 0x769bf000 C:\Windows\syswow64\OLEAUT32.dll
0x5a440000 - 0x5b3d6000 C:\Java\jdk8.20_19\jre\bin\jfxwebkit.dll
0x72d10000 - 0x72d26000 C:\Windows\system32\CRYPTSP.dll
0x72cd0000 - 0x72d0b000 C:\Windows\system32\rsaenh.dll
0x689c0000 - 0x689d4000 C:\Java\jdk8.20_19\jre\bin\net.dll
0x73ca0000 - 0x73cdc000 C:\Windows\system32\mswsock.dll
0x72520000 - 0x72526000 C:\Windows\System32\wship6.dll
0x68df0000 - 0x68dff000 C:\Java\jdk8.20_19\jre\bin\nio.dll
0x73c90000 - 0x73c95000 C:\Windows\System32\wshtcpip.dll
0x724c0000 - 0x72504000 C:\Windows\system32\DNSAPI.dll
0x72490000 - 0x724b1000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
0x73980000 - 0x7399c000 C:\Windows\system32\Iphlpapi.DLL
0x73970000 - 0x73977000 C:\Windows\system32\WINNSI.DLL
0x72510000 - 0x72516000 C:\Windows\system32\rasadhlp.dll
0x72450000 - 0x72488000 C:\Windows\System32\fwpuclnt.dll
0x689a0000 - 0x689b1000 C:\Java\jdk8.20_19\jre\bin\javafx_font.dll
0x6b9d0000 - 0x6bb05000 C:\Windows\system32\dwrite.dll
0x76310000 - 0x76393000 C:\Windows\syswow64\CLBCatQ.DLL
0x6c550000 - 0x6c680000 C:\Windows\system32\WindowsCodecs.dll
0x72dc0000 - 0x72e0c000 C:\Windows\system32\apphelp.dll
0x6bfe0000 - 0x6c011000 C:\Windows\system32\EhStorShell.dll
0x769d0000 - 0x76b6d000 C:\Windows\syswow64\SETUPAPI.dll
0x75da0000 - 0x75dc7000 C:\Windows\syswow64\CFGMGR32.dll
0x763a0000 - 0x763b2000 C:\Windows\syswow64\DEVOBJ.dll
0x71050000 - 0x71145000 C:\Windows\system32\PROPSYS.dll
0x6c060000 - 0x6c0d0000 C:\Windows\system32\ntshrui.dll
0x70df0000 - 0x70e09000 C:\Windows\system32\srvcli.dll
0x709d0000 - 0x709db000 C:\Windows\system32\cscapi.dll
0x715b0000 - 0x715ba000 C:\Windows\system32\slc.dll
0x68900000 - 0x68921000 C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\rtscom.dll
0x708e0000 - 0x709cb000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Dfile.encoding=Cp1252
java_command: testwebview.Main
java_class_path (initial): C:\workspaces\smartview\testwebview\bin
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Java\jdk1.7_55x64
PATH=C:\gradle\bin;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Dell\Dell Data Protection\Access\Advanced\Wave\Gemalto\Access Client\v5\;C:\Program Files (x86)\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Ant\bin;C:\Java\jdk1.7_55x64\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Google\Chrome\Application\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files (x86)\MySQL\MySQL Utilities\;C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell;C:\Program Files\MySQL\MySQL Server 5.6\bin
USERNAME=nciaravola
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv
Memory: 4k page, physical 16660988k(2712980k free), swap 33320112k(13784040k free)
vm_info: Java HotSpot(TM) Client VM (25.20-b19) for windows-x86 JRE (1.8.0_20-ea-b19), built on Jun 17 2014 22:05:35 by "java_re" with MS VC++ 10.0 (VS2010)
time: Wed Jun 25 15:25:32 2014
elapsed time: 0 seconds (0d 0h 0m 0s)