When creating a WebView and trying to load a page via "browser.getEngine().load("http://www.example.com");", the Java VM crashes.
I don't know if the error could be caused because my application is Swing/JavaFX hybrid. Anyway, the following code causes the crash:
EDIT: JIRA doesn't have an option to embed code or I am unable to find it, and simply pasting the code in here resulted in a big mess. So it's here now: http://pastebin.com/vE3gjz9R
Here are the contents of the hs_err_pidXXXXX.log file:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x564c28eb, pid=11416, tid=12272
#
# JRE version: 7.0_13-b20
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0xb28eb]
#
# 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
#
--------------- T H R E A D ---------------
Current thread (0x08615c00): JavaThread "JavaFX Application Thread" [_thread_in_vm, id=12272, stack(0x08f00000,0x08f50000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x00000000, EBX=0x08615d28, ECX=0x08615c00, EDX=0x5669c9d0
ESP=0x08f4ee58, EBP=0x08f4eea0, ESI=0x08615c00, EDI=0x00000000
EIP=0x564c28eb, EFLAGS=0x00010246
Top of Stack: (sp=0x08f4ee58)
0x08f4ee58: 0962aa90 08615d28 00000000 564ba2b6
0x08f4ee68: 08615c00 08f4eea0 08f4eea4 56413d23
0x08f4ee78: 08615c00 02c39a35 086617c8 08f4eeb8
0x08f4ee88: 56413d23 08615c00 08615c00 02489810
0x08f4ee98: 0000063d 5669c9d0 096bc6b8 6ce4b6fe
0x08f4eea8: 08615d28 085270f0 00000000 08f4eec8
0x08f4eeb8: 6d180e8d 08615d28 085270f0 00000000
0x08f4eec8: 0962aa90 00000000 096bc6b8 00000000
Instructions: (pc=0x564c28eb)
0x564c28cb: f5 ff 83 c4 08 83 7e 04 00 89 75 f0 c7 45 f4 00
0x564c28db: 00 00 00 74 08 8d 4d f0 e8 d8 a7 0b 00 8b 7d 10
0x564c28eb: 8b 0f c7 45 e0 0e 00 00 00 e8 a7 81 f5 ff 50 8d
0x564c28fb: 4d c4 e8 0e d8 08 00 8b 55 0c 8b 45 14 56 8d 4d
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x08615d28 is an unknown value
ECX=0x08615c00 is a thread
EDX=0x5669c9d0 is an unknown value
ESP=0x08f4ee58 is pointing into the stack for thread: 0x08615c00
EBP=0x08f4eea0 is pointing into the stack for thread: 0x08615c00
ESI=0x08615c00 is a thread
EDI=0x00000000 is an unknown value
Stack: [0x08f00000,0x08f50000], sp=0x08f4ee58, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xb28eb]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.webpane.webkit.network.URLLoader.twkDidReceiveData(Ljava/nio/ByteBuffer;IIJ)V+0
j com.sun.webpane.webkit.network.URLLoader.access$1200(Ljava/nio/ByteBuffer;IIJ)V+4
j com.sun.webpane.webkit.network.URLLoader$5.run()V+35
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 )
0x08618000 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=5056, stack(0x0df60000,0x0dfb0000)]
0x08617c00 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=9316, stack(0x0cb20000,0x0cb70000)]
0x08617400 JavaThread "Disposer" daemon [_thread_blocked, id=7752, stack(0x05fc0000,0x06010000)]
0x08616c00 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=12168, stack(0x05600000,0x05650000)]
0x08616800 JavaThread "Thread-6" daemon [_thread_in_native, id=11588, stack(0x0a140000,0x0a190000)]
0x08616000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=3312, stack(0x0a0d0000,0x0a120000)]
=>0x08615c00 JavaThread "JavaFX Application Thread" [_thread_in_vm, id=12272, stack(0x08f00000,0x08f50000)]
0x08615400 JavaThread "Disposer" daemon [_thread_blocked, id=4828, stack(0x07b70000,0x07bc0000)]
0x08615000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=6820, stack(0x09ce0000,0x09d30000)]
0x08614800 JavaThread "Thread-4" [_thread_blocked, id=6832, stack(0x08de0000,0x08e30000)]
0x08614000 JavaThread "org.python.google.common.base.internal.Finalizer" daemon [_thread_blocked, id=11640, stack(0x09400000,0x09450000)]
0x0859c800 JavaThread "DestroyJavaVM" [_thread_blocked, id=2864, stack(0x004f0000,0x00540000)]
0x0859c000 JavaThread "TimerQueue" daemon [_thread_blocked, id=10348, stack(0x09240000,0x09290000)]
0x0852e800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=11748, stack(0x08fd0000,0x09020000)]
0x084f4c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=9892, stack(0x08e40000,0x08e90000)]
0x04e09c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=11868, stack(0x053f0000,0x05440000)]
0x04e09400 JavaThread "AWT-Shutdown" [_thread_blocked, id=10040, stack(0x051d0000,0x05220000)]
0x04e06c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=11912, stack(0x05140000,0x05190000)]
0x02481c00 JavaThread "Service Thread" daemon [_thread_blocked, id=12144, stack(0x04c60000,0x04cb0000)]
0x0247d000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12260, stack(0x047c0000,0x04810000)]
0x0247bc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=3448, stack(0x04a80000,0x04ad0000)]
0x02478800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1148, stack(0x04ae0000,0x04b30000)]
0x0245e400 JavaThread "Finalizer" daemon [_thread_blocked, id=8132, stack(0x04900000,0x04950000)]
0x0245cc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=7748, stack(0x02620000,0x02670000)]
Other Threads:
0x0245b400 VMThread [stack: 0x04820000,0x04870000] [id=5736]
0x04cc0c00 WatcherThread [stack: 0x04fd0000,0x05020000] [id=12148]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 19520K, used 12798K [0x24720000, 0x25c40000, 0x29c70000)
eden space 17408K, 73% used [0x24720000, 0x2539f8b0, 0x25820000)
from space 2112K, 0% used [0x25820000, 0x25820000, 0x25a30000)
to space 2112K, 0% used [0x25a30000, 0x25a30000, 0x25c40000)
tenured generation total 43120K, used 25870K [0x29c70000, 0x2c68c000, 0x34720000)
the space 43120K, 59% used [0x29c70000, 0x2b5b3870, 0x2b5b3a00, 0x2c68c000)
compacting perm gen total 13824K, used 13660K [0x34720000, 0x354a0000, 0x38720000)
the space 13824K, 98% used [0x34720000, 0x35477020, 0x35477200, 0x354a0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Card table byte_map: [0x02520000,0x025d0000] byte_map_base: 0x023fc700
Polling page: 0x00210000
Code Cache [0x02750000, 0x029c0000, 0x04750000)
total_blobs=1681 nmethods=1254 adapters=361 free_code_cache=30277Kb largest_free_block=31004544
Compilation events (10 events):
Event: 2.432 Thread 0x0247d000 1245 sun.misc.BASE64Decoder::bytesPerAtom (2 bytes)
Event: 2.432 Thread 0x0247d000 nmethod 1245 0x029bc548 code [0x029bc640, 0x029bc6c0]
Event: 2.432 Thread 0x0247d000 1246 sun.misc.CharacterDecoder::readFully (52 bytes)
Event: 2.432 Thread 0x0247d000 nmethod 1246 0x029bc708 code [0x029bc810, 0x029bc93c]
Event: 2.433 Thread 0x0247d000 1247 sun.misc.BASE64Decoder::decodeAtom (385 bytes)
Event: 2.433 Thread 0x0247d000 nmethod 1247 0x029bca48 code [0x029bcc40, 0x029bd294]
Event: 2.437 Thread 0x0247d000 8 % ! sun.misc.CharacterDecoder::decodeBuffer @ 31 (152 bytes)
Event: 2.437 Thread 0x0247d000 nmethod 8% 0x029bdbc8 code [0x029bdd90, 0x029be1e0]
Event: 2.441 Thread 0x0247d000 1248 sun.misc.BASE64Decoder::bytesPerLine (3 bytes)
Event: 2.441 Thread 0x0247d000 nmethod 1248 0x029be6c8 code [0x029be7c0, 0x029be840]
GC Heap History (10 events):
Event: 1.711 GC heap before
{Heap before GC invocations=14 (full 1):
def new generation total 7104K, used 6775K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 94% used [0x24720000, 0x24cfdef0, 0x24d50000)
from space 768K, 100% used [0x24d50000, 0x24e10000, 0x24e10000)
to space 768K, 0% used [0x24e10000, 0x24e10000, 0x24ed0000)
tenured generation total 15636K, used 10851K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 69% used [0x29c70000, 0x2a708c60, 0x2a708e00, 0x2abb5000)
compacting perm gen total 12288K, used 12053K [0x34720000, 0x35320000, 0x38720000)
the space 12288K, 98% used [0x34720000, 0x352e57d0, 0x352e5800, 0x35320000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 1.717 GC heap after
Heap after GC invocations=15 (full 1):
def new generation total 7104K, used 768K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 0% used [0x24720000, 0x24720000, 0x24d50000)
from space 768K, 100% used [0x24e10000, 0x24ed0000, 0x24ed0000)
to space 768K, 0% used [0x24d50000, 0x24d50000, 0x24e10000)
tenured generation total 15636K, used 14586K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 93% used [0x29c70000, 0x2aaaea80, 0x2aaaec00, 0x2abb5000)
compacting perm gen total 12288K, used 12053K [0x34720000, 0x35320000, 0x38720000)
the space 12288K, 98% used [0x34720000, 0x352e57d0, 0x352e5800, 0x35320000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Event: 1.755 GC heap before
{Heap before GC invocations=15 (full 1):
def new generation total 7104K, used 5485K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 74% used [0x24720000, 0x24bbb6a8, 0x24d50000)
from space 768K, 100% used [0x24e10000, 0x24ed0000, 0x24ed0000)
to space 768K, 0% used [0x24d50000, 0x24d50000, 0x24e10000)
tenured generation total 15636K, used 14586K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 93% used [0x29c70000, 0x2aaaea80, 0x2aaaec00, 0x2abb5000)
compacting perm gen total 12288K, used 12226K [0x34720000, 0x35320000, 0x38720000)
the space 12288K, 99% used [0x34720000, 0x35310a20, 0x35310c00, 0x35320000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 1.758 GC heap after
Heap after GC invocations=16 (full 1):
def new generation total 7104K, used 68K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 0% used [0x24720000, 0x24720000, 0x24d50000)
from space 768K, 8% used [0x24d50000, 0x24d612b0, 0x24e10000)
to space 768K, 0% used [0x24e10000, 0x24e10000, 0x24ed0000)
tenured generation total 15636K, used 15007K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 95% used [0x29c70000, 0x2ab17d20, 0x2ab17e00, 0x2abb5000)
compacting perm gen total 12288K, used 12226K [0x34720000, 0x35320000, 0x38720000)
the space 12288K, 99% used [0x34720000, 0x35310a20, 0x35310c00, 0x35320000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Event: 1.883 GC heap before
{Heap before GC invocations=16 (full 1):
def new generation total 7104K, used 6404K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 100% used [0x24720000, 0x24d50000, 0x24d50000)
from space 768K, 8% used [0x24d50000, 0x24d612b0, 0x24e10000)
to space 768K, 0% used [0x24e10000, 0x24e10000, 0x24ed0000)
tenured generation total 15636K, used 15007K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 95% used [0x29c70000, 0x2ab17d20, 0x2ab17e00, 0x2abb5000)
compacting perm gen total 13056K, used 12839K [0x34720000, 0x353e0000, 0x38720000)
the space 13056K, 98% used [0x34720000, 0x353a9c70, 0x353a9e00, 0x353e0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 1.925 GC heap after
Heap after GC invocations=17 (full 2):
def new generation total 12544K, used 0K [0x24720000, 0x254b0000, 0x29c70000)
eden space 11200K, 0% used [0x24720000, 0x24720000, 0x25210000)
from space 1344K, 0% used [0x25210000, 0x25210000, 0x25360000)
to space 1344K, 0% used [0x25360000, 0x25360000, 0x254b0000)
tenured generation total 27720K, used 16630K [0x29c70000, 0x2b782000, 0x34720000)
the space 27720K, 59% used [0x29c70000, 0x2acad8e8, 0x2acada00, 0x2b782000)
compacting perm gen total 13056K, used 12839K [0x34720000, 0x353e0000, 0x38720000)
the space 13056K, 98% used [0x34720000, 0x353a9c70, 0x353a9e00, 0x353e0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Event: 2.157 GC heap before
{Heap before GC invocations=17 (full 2):
def new generation total 12544K, used 11200K [0x24720000, 0x254b0000, 0x29c70000)
eden space 11200K, 100% used [0x24720000, 0x25210000, 0x25210000)
from space 1344K, 0% used [0x25210000, 0x25210000, 0x25360000)
to space 1344K, 0% used [0x25360000, 0x25360000, 0x254b0000)
tenured generation total 27720K, used 16630K [0x29c70000, 0x2b782000, 0x34720000)
the space 27720K, 59% used [0x29c70000, 0x2acad8e8, 0x2acada00, 0x2b782000)
compacting perm gen total 13312K, used 13198K [0x34720000, 0x35420000, 0x38720000)
the space 13312K, 99% used [0x34720000, 0x35403a68, 0x35403c00, 0x35420000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 2.168 GC heap after
Heap after GC invocations=18 (full 2):
def new generation total 12544K, used 1344K [0x24720000, 0x254b0000, 0x29c70000)
eden space 11200K, 0% used [0x24720000, 0x24720000, 0x25210000)
from space 1344K, 100% used [0x25360000, 0x254b0000, 0x254b0000)
to space 1344K, 0% used [0x25210000, 0x25210000, 0x25360000)
tenured generation total 27720K, used 20207K [0x29c70000, 0x2b782000, 0x34720000)
the space 27720K, 72% used [0x29c70000, 0x2b02bc50, 0x2b02be00, 0x2b782000)
compacting perm gen total 13312K, used 13198K [0x34720000, 0x35420000, 0x38720000)
the space 13312K, 99% used [0x34720000, 0x35403a68, 0x35403c00, 0x35420000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Event: 2.355 GC heap before
{Heap before GC invocations=18 (full 2):
def new generation total 12544K, used 12092K [0x24720000, 0x254b0000, 0x29c70000)
eden space 11200K, 95% used [0x24720000, 0x2519f278, 0x25210000)
from space 1344K, 100% used [0x25360000, 0x254b0000, 0x254b0000)
to space 1344K, 0% used [0x25210000, 0x25210000, 0x25360000)
tenured generation total 27720K, used 20207K [0x29c70000, 0x2b782000, 0x34720000)
the space 27720K, 72% used [0x29c70000, 0x2b02bc50, 0x2b02be00, 0x2b782000)
compacting perm gen total 13824K, used 13597K [0x34720000, 0x354a0000, 0x38720000)
the space 13824K, 98% used [0x34720000, 0x354677e0, 0x35467800, 0x354a0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 2.414 GC heap after
Heap after GC invocations=19 (full 3):
def new generation total 19520K, used 0K [0x24720000, 0x25c40000, 0x29c70000)
eden space 17408K, 0% used [0x24720000, 0x24720000, 0x25820000)
from space 2112K, 0% used [0x25820000, 0x25820000, 0x25a30000)
to space 2112K, 0% used [0x25a30000, 0x25a30000, 0x25c40000)
tenured generation total 43120K, used 25870K [0x29c70000, 0x2c68c000, 0x34720000)
the space 43120K, 59% used [0x29c70000, 0x2b5b3870, 0x2b5b3a00, 0x2c68c000)
compacting perm gen total 13824K, used 13597K [0x34720000, 0x354a0000, 0x38720000)
the space 13824K, 98% used [0x34720000, 0x354677e0, 0x35467800, 0x354a0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 2.426 Thread 0x08615c00 Threw 0x247cc868 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.426 Thread 0x08615c00 Threw 0x250b8948 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.432 Thread 0x08615000 Threw 0x25150330 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.432 Thread 0x08615000 Threw 0x25159b88 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.433 Thread 0x08615000 Threw 0x2515cc00 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.435 Thread 0x08615000 Threw 0x2515f710 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.448 Thread 0x08618000 Threw 0x24c02910 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\classfile\systemDictionary.cpp:179
Event: 2.448 Thread 0x08618000 Threw 0x24c02f50 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.449 Thread 0x08618000 Threw 0x24c04ed8 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.451 Thread 0x08615c00 Threw 0x25126908 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:1597
Events (10 events):
Event: 2.433 loading class 0x096b5e88
Event: 2.433 loading class 0x096b5e88 done
Event: 2.435 loading class 0x08898d90
Event: 2.435 loading class 0x08898d90 done
Event: 2.448 loading class 0x39e090f8
Event: 2.448 loading class 0x39e090f8 done
Event: 2.448 loading class 0x0964ce48
Event: 2.448 loading class 0x0964ce48 done
Event: 2.448 loading class 0x0964ce48
Event: 2.448 loading class 0x0964ce48 done
Dynamic libraries:
0x00180000 - 0x001af000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
0x76fd0000 - 0x77150000 C:\Windows\SysWOW64\ntdll.dll
0x74f20000 - 0x75030000 C:\Windows\syswow64\kernel32.dll
0x76760000 - 0x767a7000 C:\Windows\syswow64\KERNELBASE.dll
0x74900000 - 0x7494c000 C:\ProgramData\Norton\{0C55C096-0F1D-4F28-AAA2-85EF591126E7}\N360_20.2.1.22\Definitions\BASHDefs\20130116.013\UMEngx86.dll
0x74b30000 - 0x74bd0000 C:\Windows\syswow64\ADVAPI32.dll
0x766a0000 - 0x7674c000 C:\Windows\syswow64\msvcrt.dll
0x75030000 - 0x75049000 C:\Windows\SysWOW64\sechost.dll
0x76310000 - 0x76400000 C:\Windows\syswow64\RPCRT4.dll
0x74a20000 - 0x74a80000 C:\Windows\syswow64\SspiCli.dll
0x74a10000 - 0x74a1c000 C:\Windows\syswow64\CRYPTBASE.dll
0x76990000 - 0x76a90000 C:\Windows\syswow64\USER32.dll
0x76280000 - 0x76310000 C:\Windows\syswow64\GDI32.dll
0x76400000 - 0x7640a000 C:\Windows\syswow64\LPK.dll
0x764a0000 - 0x7653d000 C:\Windows\syswow64\USP10.dll
0x71f70000 - 0x7210e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x74bd0000 - 0x74c27000 C:\Windows\syswow64\SHLWAPI.dll
0x76b30000 - 0x76b90000 C:\Windows\system32\IMM32.DLL
0x74e50000 - 0x74f1c000 C:\Windows\syswow64\MSCTF.dll
0x57bc0000 - 0x57c7e000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x56410000 - 0x5675d000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x6c240000 - 0x6c247000 C:\Windows\system32\WSOCK32.dll
0x76b90000 - 0x76bc5000 C:\Windows\syswow64\WS2_32.dll
0x75050000 - 0x75056000 C:\Windows\syswow64\NSI.dll
0x71c00000 - 0x71c32000 C:\Windows\system32\WINMM.dll
0x76b20000 - 0x76b25000 C:\Windows\syswow64\PSAPI.DLL
0x67a60000 - 0x67a6c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x63b40000 - 0x63b60000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x63770000 - 0x63783000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x568b0000 - 0x569f2000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x74a90000 - 0x74b1f000 C:\Windows\syswow64\OLEAUT32.dll
0x76540000 - 0x7669c000 C:\Windows\syswow64\ole32.dll
0x68ef0000 - 0x68f03000 C:\Windows\system32\DWMAPI.DLL
0x68e70000 - 0x68ef0000 C:\Windows\system32\uxtheme.dll
0x75630000 - 0x7627a000 C:\Windows\syswow64\SHELL32.dll
0x63750000 - 0x63764000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x721a0000 - 0x721dc000 C:\Windows\system32\mswsock.dll
0x6c250000 - 0x6c256000 C:\Windows\System32\wship6.dll
0x637a0000 - 0x637ae000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x68af0000 - 0x68cb3000 C:\Windows\system32\d3d9.dll
0x748f0000 - 0x748f9000 C:\Windows\system32\VERSION.dll
0x68ab0000 - 0x68ab6000 C:\Windows\system32\d3d8thk.dll
0x5fe50000 - 0x60cfe000 C:\Windows\system32\nvd3dum.dll
0x697c0000 - 0x697e5000 C:\Windows\system32\powrprof.dll
0x767e0000 - 0x7697d000 C:\Windows\syswow64\SETUPAPI.dll
0x75550000 - 0x75577000 C:\Windows\syswow64\CFGMGR32.dll
0x75580000 - 0x75592000 C:\Windows\syswow64\DEVOBJ.dll
0x10000000 - 0x100eb000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
0x65fc0000 - 0x6600c000 C:\Windows\system32\dxgi.dll
0x5f990000 - 0x5fc03000 C:\Windows\system32\nvapi.dll
0x767b0000 - 0x767dd000 C:\Windows\syswow64\WINTRUST.dll
0x75290000 - 0x753ae000 C:\Windows\syswow64\CRYPT32.dll
0x75540000 - 0x7554c000 C:\Windows\syswow64\MSASN1.dll
0x71c90000 - 0x71ca6000 C:\Windows\system32\CRYPTSP.dll
0x71c50000 - 0x71c8b000 C:\Windows\system32\rsaenh.dll
0x71bd0000 - 0x71be7000 C:\Windows\system32\USERENV.dll
0x71bc0000 - 0x71bcb000 C:\Windows\system32\profapi.dll
0x72210000 - 0x72220000 C:\Windows\system32\NLAapi.dll
0x72200000 - 0x72210000 C:\Windows\system32\napinsp.dll
0x721e0000 - 0x721f2000 C:\Windows\system32\pnrpnsp.dll
0x72150000 - 0x72194000 C:\Windows\system32\DNSAPI.dll
0x72140000 - 0x72148000 C:\Windows\System32\winrnr.dll
0x63560000 - 0x63568000 C:\Program Files (x86)\National Instruments\Shared\mDNS Responder\nimdnsNSP.dll
0x63550000 - 0x63559000 C:\Windows\system32\nimdnsResponder.dll
0x72220000 - 0x722c3000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x72120000 - 0x7213c000 C:\Windows\system32\Iphlpapi.DLL
0x72110000 - 0x72117000 C:\Windows\system32\WINNSI.DLL
0x71f40000 - 0x71f67000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x71f20000 - 0x71f2d000 C:\Windows\system32\wshbth.dll
0x71ec0000 - 0x71ec5000 C:\Windows\System32\wshtcpip.dll
0x71ed0000 - 0x71ed6000 C:\Windows\system32\rasadhlp.dll
0x71ee0000 - 0x71f18000 C:\Windows\System32\fwpuclnt.dll
0x63720000 - 0x6374a000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x636c0000 - 0x636f1000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x04750000 - 0x04769000 C:\Program Files (x86)\DisplayFusion\Hooks\AppHookx86_B891EABE-34CA-4AB1-8C43-62C5A13E5174.dll
0x65340000 - 0x65355000 C:\Users\User\AppData\Local\Temp\jffi3021578174065048308.tmp
0x63710000 - 0x6371d000 C:\Program Files (x86)\Java\jre7\bin\prism-d3d.dll
0x63690000 - 0x636b7000 C:\Program Files (x86)\Java\jre7\bin\glass.dll
0x76420000 - 0x7649b000 C:\Windows\syswow64\COMDLG32.dll
0x5f050000 - 0x5f08d000 C:\Program Files (x86)\Java\jre7\bin\javafx-font.dll
0x755a0000 - 0x75623000 C:\Windows\syswow64\CLBCatQ.DLL
0x65bb0000 - 0x65ce0000 C:\Windows\system32\WindowsCodecs.dll
0x6a510000 - 0x6a55c000 C:\Windows\system32\apphelp.dll
0x54460000 - 0x54496000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\SkyDriveShell.dll
0x50f70000 - 0x50fec000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\MSVCP110.dll
0x504a0000 - 0x50571000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\MSVCR110.dll
0x0f2b0000 - 0x0f334000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\Telemetry.dll
0x5ef30000 - 0x5ef3a000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\logging.dll
0x543c0000 - 0x54412000 C:\Windows\system32\faultrep.dll
0x56ec0000 - 0x56ed5000 C:\Windows\system32\Cabinet.dll
0x6ac00000 - 0x6ac58000 C:\Windows\system32\WINHTTP.dll
0x6abb0000 - 0x6abff000 C:\Windows\system32\webio.dll
0x50000000 - 0x5002f000 C:\Windows\system32\XmlLite.dll
0x74c80000 - 0x74e39000 C:\Windows\syswow64\WININET.dll
0x76980000 - 0x76984000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x74b20000 - 0x74b25000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x74a80000 - 0x74a84000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x76750000 - 0x76754000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x76fa0000 - 0x76fa3000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x74e40000 - 0x74e43000 C:\Windows\syswow64\normaliz.DLL
0x75060000 - 0x7525e000 C:\Windows\syswow64\iertutil.dll
0x057d0000 - 0x059c4000 C:\Program Files\Microsoft Office 15\root\Office15\GROOVEEX.DLL
0x51370000 - 0x513d9000 C:\Program Files\Microsoft Office 15\root\Office15\MSVCP100.dll
0x55e00000 - 0x55e26000 C:\Program Files\Microsoft Office 15\root\Office15\ATL100.DLL
0x67eb0000 - 0x680f0000 C:\Windows\system32\msi.dll
0x0f9d0000 - 0x0ffd4000 C:\Program Files\Microsoft Office 15\root\Office15\1033\GrooveIntlResource.dll
0x050b0000 - 0x050d2000 C:\Users\User\AppData\Roaming\Dropbox\bin\DropboxExt.17.dll
0x6ae00000 - 0x6aeeb000 C:\Windows\system32\dbghelp.dll
0x6be20000 - 0x6beae000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x50aa0000 - 0x50ad1000 C:\Windows\system32\EhStorShell.dll
0x6a6f0000 - 0x6a7e5000 C:\Windows\system32\PROPSYS.dll
0x69ee0000 - 0x69f50000 C:\Windows\system32\ntshrui.dll
0x69ec0000 - 0x69ed9000 C:\Windows\system32\srvcli.dll
0x69eb0000 - 0x69ebb000 C:\Windows\system32\cscapi.dll
0x69e20000 - 0x69e2a000 C:\Windows\system32\slc.dll
0x63660000 - 0x63684000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
0x5efe0000 - 0x5f04f000 C:\Program Files (x86)\Java\jre7\bin\libxml2.dll
0x5eb50000 - 0x5eb78000 C:\Program Files (x86)\Java\jre7\bin\libxslt.dll
0x6ce30000 - 0x6d98f000 C:\Program Files (x86)\Java\jre7\bin\jfxwebkit.dll
VM Arguments:
jvm_args: -Djava.library.path=lib/ -Djava.library.path=lib/lwjgl/native/windows -Dfile.encoding=Cp1252
java_command: lbpc.autoflight.AutoFlight
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Progra~1\Java\jdk1.7.0_06
CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
PATH=C:\Windows\system32; C:\Program Files\Java\jdk1.7.0_06\bin;D:\Heavy Program Files\WinAVR-20100110\bin;D:\Heavy Program Files\WinAVR-20100110\utils\bin;D:\Heavy Program Files\MATLAB\R2012b\runtime\win64;D:\Heavy Program Files\MATLAB\R2012b\bin
USERNAME=User
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, 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 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
Memory: 4k page, physical 16743568k(11476288k free), swap 19363156k(13212272k free)
vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_13-b20), built on Jan 30 2013 10:03:58 by "java_re" with unknown MS VC++:1600
time: Sun Feb 03 11:28:13 2013
elapsed time: 2 seconds
I don't know if the error could be caused because my application is Swing/JavaFX hybrid. Anyway, the following code causes the crash:
EDIT: JIRA doesn't have an option to embed code or I am unable to find it, and simply pasting the code in here resulted in a big mess. So it's here now: http://pastebin.com/vE3gjz9R
Here are the contents of the hs_err_pidXXXXX.log file:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x564c28eb, pid=11416, tid=12272
#
# JRE version: 7.0_13-b20
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0xb28eb]
#
# 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
#
--------------- T H R E A D ---------------
Current thread (0x08615c00): JavaThread "JavaFX Application Thread" [_thread_in_vm, id=12272, stack(0x08f00000,0x08f50000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x00000000, EBX=0x08615d28, ECX=0x08615c00, EDX=0x5669c9d0
ESP=0x08f4ee58, EBP=0x08f4eea0, ESI=0x08615c00, EDI=0x00000000
EIP=0x564c28eb, EFLAGS=0x00010246
Top of Stack: (sp=0x08f4ee58)
0x08f4ee58: 0962aa90 08615d28 00000000 564ba2b6
0x08f4ee68: 08615c00 08f4eea0 08f4eea4 56413d23
0x08f4ee78: 08615c00 02c39a35 086617c8 08f4eeb8
0x08f4ee88: 56413d23 08615c00 08615c00 02489810
0x08f4ee98: 0000063d 5669c9d0 096bc6b8 6ce4b6fe
0x08f4eea8: 08615d28 085270f0 00000000 08f4eec8
0x08f4eeb8: 6d180e8d 08615d28 085270f0 00000000
0x08f4eec8: 0962aa90 00000000 096bc6b8 00000000
Instructions: (pc=0x564c28eb)
0x564c28cb: f5 ff 83 c4 08 83 7e 04 00 89 75 f0 c7 45 f4 00
0x564c28db: 00 00 00 74 08 8d 4d f0 e8 d8 a7 0b 00 8b 7d 10
0x564c28eb: 8b 0f c7 45 e0 0e 00 00 00 e8 a7 81 f5 ff 50 8d
0x564c28fb: 4d c4 e8 0e d8 08 00 8b 55 0c 8b 45 14 56 8d 4d
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x08615d28 is an unknown value
ECX=0x08615c00 is a thread
EDX=0x5669c9d0 is an unknown value
ESP=0x08f4ee58 is pointing into the stack for thread: 0x08615c00
EBP=0x08f4eea0 is pointing into the stack for thread: 0x08615c00
ESI=0x08615c00 is a thread
EDI=0x00000000 is an unknown value
Stack: [0x08f00000,0x08f50000], sp=0x08f4ee58, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xb28eb]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.webpane.webkit.network.URLLoader.twkDidReceiveData(Ljava/nio/ByteBuffer;IIJ)V+0
j com.sun.webpane.webkit.network.URLLoader.access$1200(Ljava/nio/ByteBuffer;IIJ)V+4
j com.sun.webpane.webkit.network.URLLoader$5.run()V+35
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 )
0x08618000 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=5056, stack(0x0df60000,0x0dfb0000)]
0x08617c00 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=9316, stack(0x0cb20000,0x0cb70000)]
0x08617400 JavaThread "Disposer" daemon [_thread_blocked, id=7752, stack(0x05fc0000,0x06010000)]
0x08616c00 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=12168, stack(0x05600000,0x05650000)]
0x08616800 JavaThread "Thread-6" daemon [_thread_in_native, id=11588, stack(0x0a140000,0x0a190000)]
0x08616000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=3312, stack(0x0a0d0000,0x0a120000)]
=>0x08615c00 JavaThread "JavaFX Application Thread" [_thread_in_vm, id=12272, stack(0x08f00000,0x08f50000)]
0x08615400 JavaThread "Disposer" daemon [_thread_blocked, id=4828, stack(0x07b70000,0x07bc0000)]
0x08615000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=6820, stack(0x09ce0000,0x09d30000)]
0x08614800 JavaThread "Thread-4" [_thread_blocked, id=6832, stack(0x08de0000,0x08e30000)]
0x08614000 JavaThread "org.python.google.common.base.internal.Finalizer" daemon [_thread_blocked, id=11640, stack(0x09400000,0x09450000)]
0x0859c800 JavaThread "DestroyJavaVM" [_thread_blocked, id=2864, stack(0x004f0000,0x00540000)]
0x0859c000 JavaThread "TimerQueue" daemon [_thread_blocked, id=10348, stack(0x09240000,0x09290000)]
0x0852e800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=11748, stack(0x08fd0000,0x09020000)]
0x084f4c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=9892, stack(0x08e40000,0x08e90000)]
0x04e09c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=11868, stack(0x053f0000,0x05440000)]
0x04e09400 JavaThread "AWT-Shutdown" [_thread_blocked, id=10040, stack(0x051d0000,0x05220000)]
0x04e06c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=11912, stack(0x05140000,0x05190000)]
0x02481c00 JavaThread "Service Thread" daemon [_thread_blocked, id=12144, stack(0x04c60000,0x04cb0000)]
0x0247d000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12260, stack(0x047c0000,0x04810000)]
0x0247bc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=3448, stack(0x04a80000,0x04ad0000)]
0x02478800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1148, stack(0x04ae0000,0x04b30000)]
0x0245e400 JavaThread "Finalizer" daemon [_thread_blocked, id=8132, stack(0x04900000,0x04950000)]
0x0245cc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=7748, stack(0x02620000,0x02670000)]
Other Threads:
0x0245b400 VMThread [stack: 0x04820000,0x04870000] [id=5736]
0x04cc0c00 WatcherThread [stack: 0x04fd0000,0x05020000] [id=12148]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 19520K, used 12798K [0x24720000, 0x25c40000, 0x29c70000)
eden space 17408K, 73% used [0x24720000, 0x2539f8b0, 0x25820000)
from space 2112K, 0% used [0x25820000, 0x25820000, 0x25a30000)
to space 2112K, 0% used [0x25a30000, 0x25a30000, 0x25c40000)
tenured generation total 43120K, used 25870K [0x29c70000, 0x2c68c000, 0x34720000)
the space 43120K, 59% used [0x29c70000, 0x2b5b3870, 0x2b5b3a00, 0x2c68c000)
compacting perm gen total 13824K, used 13660K [0x34720000, 0x354a0000, 0x38720000)
the space 13824K, 98% used [0x34720000, 0x35477020, 0x35477200, 0x354a0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Card table byte_map: [0x02520000,0x025d0000] byte_map_base: 0x023fc700
Polling page: 0x00210000
Code Cache [0x02750000, 0x029c0000, 0x04750000)
total_blobs=1681 nmethods=1254 adapters=361 free_code_cache=30277Kb largest_free_block=31004544
Compilation events (10 events):
Event: 2.432 Thread 0x0247d000 1245 sun.misc.BASE64Decoder::bytesPerAtom (2 bytes)
Event: 2.432 Thread 0x0247d000 nmethod 1245 0x029bc548 code [0x029bc640, 0x029bc6c0]
Event: 2.432 Thread 0x0247d000 1246 sun.misc.CharacterDecoder::readFully (52 bytes)
Event: 2.432 Thread 0x0247d000 nmethod 1246 0x029bc708 code [0x029bc810, 0x029bc93c]
Event: 2.433 Thread 0x0247d000 1247 sun.misc.BASE64Decoder::decodeAtom (385 bytes)
Event: 2.433 Thread 0x0247d000 nmethod 1247 0x029bca48 code [0x029bcc40, 0x029bd294]
Event: 2.437 Thread 0x0247d000 8 % ! sun.misc.CharacterDecoder::decodeBuffer @ 31 (152 bytes)
Event: 2.437 Thread 0x0247d000 nmethod 8% 0x029bdbc8 code [0x029bdd90, 0x029be1e0]
Event: 2.441 Thread 0x0247d000 1248 sun.misc.BASE64Decoder::bytesPerLine (3 bytes)
Event: 2.441 Thread 0x0247d000 nmethod 1248 0x029be6c8 code [0x029be7c0, 0x029be840]
GC Heap History (10 events):
Event: 1.711 GC heap before
{Heap before GC invocations=14 (full 1):
def new generation total 7104K, used 6775K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 94% used [0x24720000, 0x24cfdef0, 0x24d50000)
from space 768K, 100% used [0x24d50000, 0x24e10000, 0x24e10000)
to space 768K, 0% used [0x24e10000, 0x24e10000, 0x24ed0000)
tenured generation total 15636K, used 10851K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 69% used [0x29c70000, 0x2a708c60, 0x2a708e00, 0x2abb5000)
compacting perm gen total 12288K, used 12053K [0x34720000, 0x35320000, 0x38720000)
the space 12288K, 98% used [0x34720000, 0x352e57d0, 0x352e5800, 0x35320000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 1.717 GC heap after
Heap after GC invocations=15 (full 1):
def new generation total 7104K, used 768K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 0% used [0x24720000, 0x24720000, 0x24d50000)
from space 768K, 100% used [0x24e10000, 0x24ed0000, 0x24ed0000)
to space 768K, 0% used [0x24d50000, 0x24d50000, 0x24e10000)
tenured generation total 15636K, used 14586K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 93% used [0x29c70000, 0x2aaaea80, 0x2aaaec00, 0x2abb5000)
compacting perm gen total 12288K, used 12053K [0x34720000, 0x35320000, 0x38720000)
the space 12288K, 98% used [0x34720000, 0x352e57d0, 0x352e5800, 0x35320000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Event: 1.755 GC heap before
{Heap before GC invocations=15 (full 1):
def new generation total 7104K, used 5485K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 74% used [0x24720000, 0x24bbb6a8, 0x24d50000)
from space 768K, 100% used [0x24e10000, 0x24ed0000, 0x24ed0000)
to space 768K, 0% used [0x24d50000, 0x24d50000, 0x24e10000)
tenured generation total 15636K, used 14586K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 93% used [0x29c70000, 0x2aaaea80, 0x2aaaec00, 0x2abb5000)
compacting perm gen total 12288K, used 12226K [0x34720000, 0x35320000, 0x38720000)
the space 12288K, 99% used [0x34720000, 0x35310a20, 0x35310c00, 0x35320000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 1.758 GC heap after
Heap after GC invocations=16 (full 1):
def new generation total 7104K, used 68K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 0% used [0x24720000, 0x24720000, 0x24d50000)
from space 768K, 8% used [0x24d50000, 0x24d612b0, 0x24e10000)
to space 768K, 0% used [0x24e10000, 0x24e10000, 0x24ed0000)
tenured generation total 15636K, used 15007K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 95% used [0x29c70000, 0x2ab17d20, 0x2ab17e00, 0x2abb5000)
compacting perm gen total 12288K, used 12226K [0x34720000, 0x35320000, 0x38720000)
the space 12288K, 99% used [0x34720000, 0x35310a20, 0x35310c00, 0x35320000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Event: 1.883 GC heap before
{Heap before GC invocations=16 (full 1):
def new generation total 7104K, used 6404K [0x24720000, 0x24ed0000, 0x29c70000)
eden space 6336K, 100% used [0x24720000, 0x24d50000, 0x24d50000)
from space 768K, 8% used [0x24d50000, 0x24d612b0, 0x24e10000)
to space 768K, 0% used [0x24e10000, 0x24e10000, 0x24ed0000)
tenured generation total 15636K, used 15007K [0x29c70000, 0x2abb5000, 0x34720000)
the space 15636K, 95% used [0x29c70000, 0x2ab17d20, 0x2ab17e00, 0x2abb5000)
compacting perm gen total 13056K, used 12839K [0x34720000, 0x353e0000, 0x38720000)
the space 13056K, 98% used [0x34720000, 0x353a9c70, 0x353a9e00, 0x353e0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 1.925 GC heap after
Heap after GC invocations=17 (full 2):
def new generation total 12544K, used 0K [0x24720000, 0x254b0000, 0x29c70000)
eden space 11200K, 0% used [0x24720000, 0x24720000, 0x25210000)
from space 1344K, 0% used [0x25210000, 0x25210000, 0x25360000)
to space 1344K, 0% used [0x25360000, 0x25360000, 0x254b0000)
tenured generation total 27720K, used 16630K [0x29c70000, 0x2b782000, 0x34720000)
the space 27720K, 59% used [0x29c70000, 0x2acad8e8, 0x2acada00, 0x2b782000)
compacting perm gen total 13056K, used 12839K [0x34720000, 0x353e0000, 0x38720000)
the space 13056K, 98% used [0x34720000, 0x353a9c70, 0x353a9e00, 0x353e0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Event: 2.157 GC heap before
{Heap before GC invocations=17 (full 2):
def new generation total 12544K, used 11200K [0x24720000, 0x254b0000, 0x29c70000)
eden space 11200K, 100% used [0x24720000, 0x25210000, 0x25210000)
from space 1344K, 0% used [0x25210000, 0x25210000, 0x25360000)
to space 1344K, 0% used [0x25360000, 0x25360000, 0x254b0000)
tenured generation total 27720K, used 16630K [0x29c70000, 0x2b782000, 0x34720000)
the space 27720K, 59% used [0x29c70000, 0x2acad8e8, 0x2acada00, 0x2b782000)
compacting perm gen total 13312K, used 13198K [0x34720000, 0x35420000, 0x38720000)
the space 13312K, 99% used [0x34720000, 0x35403a68, 0x35403c00, 0x35420000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 2.168 GC heap after
Heap after GC invocations=18 (full 2):
def new generation total 12544K, used 1344K [0x24720000, 0x254b0000, 0x29c70000)
eden space 11200K, 0% used [0x24720000, 0x24720000, 0x25210000)
from space 1344K, 100% used [0x25360000, 0x254b0000, 0x254b0000)
to space 1344K, 0% used [0x25210000, 0x25210000, 0x25360000)
tenured generation total 27720K, used 20207K [0x29c70000, 0x2b782000, 0x34720000)
the space 27720K, 72% used [0x29c70000, 0x2b02bc50, 0x2b02be00, 0x2b782000)
compacting perm gen total 13312K, used 13198K [0x34720000, 0x35420000, 0x38720000)
the space 13312K, 99% used [0x34720000, 0x35403a68, 0x35403c00, 0x35420000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Event: 2.355 GC heap before
{Heap before GC invocations=18 (full 2):
def new generation total 12544K, used 12092K [0x24720000, 0x254b0000, 0x29c70000)
eden space 11200K, 95% used [0x24720000, 0x2519f278, 0x25210000)
from space 1344K, 100% used [0x25360000, 0x254b0000, 0x254b0000)
to space 1344K, 0% used [0x25210000, 0x25210000, 0x25360000)
tenured generation total 27720K, used 20207K [0x29c70000, 0x2b782000, 0x34720000)
the space 27720K, 72% used [0x29c70000, 0x2b02bc50, 0x2b02be00, 0x2b782000)
compacting perm gen total 13824K, used 13597K [0x34720000, 0x354a0000, 0x38720000)
the space 13824K, 98% used [0x34720000, 0x354677e0, 0x35467800, 0x354a0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
Event: 2.414 GC heap after
Heap after GC invocations=19 (full 3):
def new generation total 19520K, used 0K [0x24720000, 0x25c40000, 0x29c70000)
eden space 17408K, 0% used [0x24720000, 0x24720000, 0x25820000)
from space 2112K, 0% used [0x25820000, 0x25820000, 0x25a30000)
to space 2112K, 0% used [0x25a30000, 0x25a30000, 0x25c40000)
tenured generation total 43120K, used 25870K [0x29c70000, 0x2c68c000, 0x34720000)
the space 43120K, 59% used [0x29c70000, 0x2b5b3870, 0x2b5b3a00, 0x2c68c000)
compacting perm gen total 13824K, used 13597K [0x34720000, 0x354a0000, 0x38720000)
the space 13824K, 98% used [0x34720000, 0x354677e0, 0x35467800, 0x354a0000)
ro space 10240K, 42% used [0x38720000, 0x38b61958, 0x38b61a00, 0x39120000)
rw space 12288K, 54% used [0x39120000, 0x397a25f0, 0x397a2600, 0x39d20000)
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 2.426 Thread 0x08615c00 Threw 0x247cc868 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.426 Thread 0x08615c00 Threw 0x250b8948 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.432 Thread 0x08615000 Threw 0x25150330 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.432 Thread 0x08615000 Threw 0x25159b88 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.433 Thread 0x08615000 Threw 0x2515cc00 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.435 Thread 0x08615000 Threw 0x2515f710 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.448 Thread 0x08618000 Threw 0x24c02910 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\classfile\systemDictionary.cpp:179
Event: 2.448 Thread 0x08618000 Threw 0x24c02f50 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.449 Thread 0x08618000 Threw 0x24c04ed8 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.451 Thread 0x08615c00 Threw 0x25126908 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:1597
Events (10 events):
Event: 2.433 loading class 0x096b5e88
Event: 2.433 loading class 0x096b5e88 done
Event: 2.435 loading class 0x08898d90
Event: 2.435 loading class 0x08898d90 done
Event: 2.448 loading class 0x39e090f8
Event: 2.448 loading class 0x39e090f8 done
Event: 2.448 loading class 0x0964ce48
Event: 2.448 loading class 0x0964ce48 done
Event: 2.448 loading class 0x0964ce48
Event: 2.448 loading class 0x0964ce48 done
Dynamic libraries:
0x00180000 - 0x001af000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
0x76fd0000 - 0x77150000 C:\Windows\SysWOW64\ntdll.dll
0x74f20000 - 0x75030000 C:\Windows\syswow64\kernel32.dll
0x76760000 - 0x767a7000 C:\Windows\syswow64\KERNELBASE.dll
0x74900000 - 0x7494c000 C:\ProgramData\Norton\{0C55C096-0F1D-4F28-AAA2-85EF591126E7}\N360_20.2.1.22\Definitions\BASHDefs\20130116.013\UMEngx86.dll
0x74b30000 - 0x74bd0000 C:\Windows\syswow64\ADVAPI32.dll
0x766a0000 - 0x7674c000 C:\Windows\syswow64\msvcrt.dll
0x75030000 - 0x75049000 C:\Windows\SysWOW64\sechost.dll
0x76310000 - 0x76400000 C:\Windows\syswow64\RPCRT4.dll
0x74a20000 - 0x74a80000 C:\Windows\syswow64\SspiCli.dll
0x74a10000 - 0x74a1c000 C:\Windows\syswow64\CRYPTBASE.dll
0x76990000 - 0x76a90000 C:\Windows\syswow64\USER32.dll
0x76280000 - 0x76310000 C:\Windows\syswow64\GDI32.dll
0x76400000 - 0x7640a000 C:\Windows\syswow64\LPK.dll
0x764a0000 - 0x7653d000 C:\Windows\syswow64\USP10.dll
0x71f70000 - 0x7210e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x74bd0000 - 0x74c27000 C:\Windows\syswow64\SHLWAPI.dll
0x76b30000 - 0x76b90000 C:\Windows\system32\IMM32.DLL
0x74e50000 - 0x74f1c000 C:\Windows\syswow64\MSCTF.dll
0x57bc0000 - 0x57c7e000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x56410000 - 0x5675d000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x6c240000 - 0x6c247000 C:\Windows\system32\WSOCK32.dll
0x76b90000 - 0x76bc5000 C:\Windows\syswow64\WS2_32.dll
0x75050000 - 0x75056000 C:\Windows\syswow64\NSI.dll
0x71c00000 - 0x71c32000 C:\Windows\system32\WINMM.dll
0x76b20000 - 0x76b25000 C:\Windows\syswow64\PSAPI.DLL
0x67a60000 - 0x67a6c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x63b40000 - 0x63b60000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x63770000 - 0x63783000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x568b0000 - 0x569f2000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x74a90000 - 0x74b1f000 C:\Windows\syswow64\OLEAUT32.dll
0x76540000 - 0x7669c000 C:\Windows\syswow64\ole32.dll
0x68ef0000 - 0x68f03000 C:\Windows\system32\DWMAPI.DLL
0x68e70000 - 0x68ef0000 C:\Windows\system32\uxtheme.dll
0x75630000 - 0x7627a000 C:\Windows\syswow64\SHELL32.dll
0x63750000 - 0x63764000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x721a0000 - 0x721dc000 C:\Windows\system32\mswsock.dll
0x6c250000 - 0x6c256000 C:\Windows\System32\wship6.dll
0x637a0000 - 0x637ae000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x68af0000 - 0x68cb3000 C:\Windows\system32\d3d9.dll
0x748f0000 - 0x748f9000 C:\Windows\system32\VERSION.dll
0x68ab0000 - 0x68ab6000 C:\Windows\system32\d3d8thk.dll
0x5fe50000 - 0x60cfe000 C:\Windows\system32\nvd3dum.dll
0x697c0000 - 0x697e5000 C:\Windows\system32\powrprof.dll
0x767e0000 - 0x7697d000 C:\Windows\syswow64\SETUPAPI.dll
0x75550000 - 0x75577000 C:\Windows\syswow64\CFGMGR32.dll
0x75580000 - 0x75592000 C:\Windows\syswow64\DEVOBJ.dll
0x10000000 - 0x100eb000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
0x65fc0000 - 0x6600c000 C:\Windows\system32\dxgi.dll
0x5f990000 - 0x5fc03000 C:\Windows\system32\nvapi.dll
0x767b0000 - 0x767dd000 C:\Windows\syswow64\WINTRUST.dll
0x75290000 - 0x753ae000 C:\Windows\syswow64\CRYPT32.dll
0x75540000 - 0x7554c000 C:\Windows\syswow64\MSASN1.dll
0x71c90000 - 0x71ca6000 C:\Windows\system32\CRYPTSP.dll
0x71c50000 - 0x71c8b000 C:\Windows\system32\rsaenh.dll
0x71bd0000 - 0x71be7000 C:\Windows\system32\USERENV.dll
0x71bc0000 - 0x71bcb000 C:\Windows\system32\profapi.dll
0x72210000 - 0x72220000 C:\Windows\system32\NLAapi.dll
0x72200000 - 0x72210000 C:\Windows\system32\napinsp.dll
0x721e0000 - 0x721f2000 C:\Windows\system32\pnrpnsp.dll
0x72150000 - 0x72194000 C:\Windows\system32\DNSAPI.dll
0x72140000 - 0x72148000 C:\Windows\System32\winrnr.dll
0x63560000 - 0x63568000 C:\Program Files (x86)\National Instruments\Shared\mDNS Responder\nimdnsNSP.dll
0x63550000 - 0x63559000 C:\Windows\system32\nimdnsResponder.dll
0x72220000 - 0x722c3000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x72120000 - 0x7213c000 C:\Windows\system32\Iphlpapi.DLL
0x72110000 - 0x72117000 C:\Windows\system32\WINNSI.DLL
0x71f40000 - 0x71f67000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x71f20000 - 0x71f2d000 C:\Windows\system32\wshbth.dll
0x71ec0000 - 0x71ec5000 C:\Windows\System32\wshtcpip.dll
0x71ed0000 - 0x71ed6000 C:\Windows\system32\rasadhlp.dll
0x71ee0000 - 0x71f18000 C:\Windows\System32\fwpuclnt.dll
0x63720000 - 0x6374a000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x636c0000 - 0x636f1000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x04750000 - 0x04769000 C:\Program Files (x86)\DisplayFusion\Hooks\AppHookx86_B891EABE-34CA-4AB1-8C43-62C5A13E5174.dll
0x65340000 - 0x65355000 C:\Users\User\AppData\Local\Temp\jffi3021578174065048308.tmp
0x63710000 - 0x6371d000 C:\Program Files (x86)\Java\jre7\bin\prism-d3d.dll
0x63690000 - 0x636b7000 C:\Program Files (x86)\Java\jre7\bin\glass.dll
0x76420000 - 0x7649b000 C:\Windows\syswow64\COMDLG32.dll
0x5f050000 - 0x5f08d000 C:\Program Files (x86)\Java\jre7\bin\javafx-font.dll
0x755a0000 - 0x75623000 C:\Windows\syswow64\CLBCatQ.DLL
0x65bb0000 - 0x65ce0000 C:\Windows\system32\WindowsCodecs.dll
0x6a510000 - 0x6a55c000 C:\Windows\system32\apphelp.dll
0x54460000 - 0x54496000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\SkyDriveShell.dll
0x50f70000 - 0x50fec000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\MSVCP110.dll
0x504a0000 - 0x50571000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\MSVCR110.dll
0x0f2b0000 - 0x0f334000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\Telemetry.dll
0x5ef30000 - 0x5ef3a000 C:\Users\User\AppData\Local\Microsoft\SkyDrive\16.4.6003.0710\logging.dll
0x543c0000 - 0x54412000 C:\Windows\system32\faultrep.dll
0x56ec0000 - 0x56ed5000 C:\Windows\system32\Cabinet.dll
0x6ac00000 - 0x6ac58000 C:\Windows\system32\WINHTTP.dll
0x6abb0000 - 0x6abff000 C:\Windows\system32\webio.dll
0x50000000 - 0x5002f000 C:\Windows\system32\XmlLite.dll
0x74c80000 - 0x74e39000 C:\Windows\syswow64\WININET.dll
0x76980000 - 0x76984000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x74b20000 - 0x74b25000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x74a80000 - 0x74a84000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x76750000 - 0x76754000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x76fa0000 - 0x76fa3000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x74e40000 - 0x74e43000 C:\Windows\syswow64\normaliz.DLL
0x75060000 - 0x7525e000 C:\Windows\syswow64\iertutil.dll
0x057d0000 - 0x059c4000 C:\Program Files\Microsoft Office 15\root\Office15\GROOVEEX.DLL
0x51370000 - 0x513d9000 C:\Program Files\Microsoft Office 15\root\Office15\MSVCP100.dll
0x55e00000 - 0x55e26000 C:\Program Files\Microsoft Office 15\root\Office15\ATL100.DLL
0x67eb0000 - 0x680f0000 C:\Windows\system32\msi.dll
0x0f9d0000 - 0x0ffd4000 C:\Program Files\Microsoft Office 15\root\Office15\1033\GrooveIntlResource.dll
0x050b0000 - 0x050d2000 C:\Users\User\AppData\Roaming\Dropbox\bin\DropboxExt.17.dll
0x6ae00000 - 0x6aeeb000 C:\Windows\system32\dbghelp.dll
0x6be20000 - 0x6beae000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x50aa0000 - 0x50ad1000 C:\Windows\system32\EhStorShell.dll
0x6a6f0000 - 0x6a7e5000 C:\Windows\system32\PROPSYS.dll
0x69ee0000 - 0x69f50000 C:\Windows\system32\ntshrui.dll
0x69ec0000 - 0x69ed9000 C:\Windows\system32\srvcli.dll
0x69eb0000 - 0x69ebb000 C:\Windows\system32\cscapi.dll
0x69e20000 - 0x69e2a000 C:\Windows\system32\slc.dll
0x63660000 - 0x63684000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
0x5efe0000 - 0x5f04f000 C:\Program Files (x86)\Java\jre7\bin\libxml2.dll
0x5eb50000 - 0x5eb78000 C:\Program Files (x86)\Java\jre7\bin\libxslt.dll
0x6ce30000 - 0x6d98f000 C:\Program Files (x86)\Java\jre7\bin\jfxwebkit.dll
VM Arguments:
jvm_args: -Djava.library.path=lib/ -Djava.library.path=lib/lwjgl/native/windows -Dfile.encoding=Cp1252
java_command: lbpc.autoflight.AutoFlight
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Progra~1\Java\jdk1.7.0_06
CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
PATH=C:\Windows\system32; C:\Program Files\Java\jdk1.7.0_06\bin;D:\Heavy Program Files\WinAVR-20100110\bin;D:\Heavy Program Files\WinAVR-20100110\utils\bin;D:\Heavy Program Files\MATLAB\R2012b\runtime\win64;D:\Heavy Program Files\MATLAB\R2012b\bin
USERNAME=User
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, 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 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
Memory: 4k page, physical 16743568k(11476288k free), swap 19363156k(13212272k free)
vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_13-b20), built on Jan 30 2013 10:03:58 by "java_re" with unknown MS VC++:1600
time: Sun Feb 03 11:28:13 2013
elapsed time: 2 seconds