Skip to content

Instantly share code, notes, and snippets.

@Cervator
Created March 2, 2018 23:30
Show Gist options
  • Save Cervator/9a85f1630a61920d63fa391466fcab63 to your computer and use it in GitHub Desktop.
Save Cervator/9a85f1630a61920d63fa391466fcab63 to your computer and use it in GitHub Desktop.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000226e1066, pid=7060, tid=0x0000000000002d68
#
# JRE version: Java(TM) SE Runtime Environment (8.0_112-b15) (build 1.8.0_112-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.112-b15 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [OpenAL64.dll+0x11066]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x0000000002d1e800): JavaThread "main" [_thread_in_native, id=11624, stack(0x0000000002d20000,0x0000000002e20000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000233ca004
Registers:
RAX=0x0000000000020003, RBX=0x00000000267d0090, RCX=0x00000000233ca008, RDX=0x00000000233ca004
RSP=0x0000000002e1ee90, RBP=0x00000000000000ff, RSI=0x00000000233bdb1c, RDI=0x0000000000000000
R8 =0x000000000000313a, R9 =0x00000000233bdb1c, R10=0x0000000003137f48, R11=0x0000000062c1b530
R12=0x0000000000000001, R13=0x000000002563b430, R14=0x0000000002e1f030, R15=0x0000000002d1e800
RIP=0x00000000226e1066, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x0000000002e1ee90)
0x0000000002e1ee90: 0000000000000000 0000000002f1ba70
0x0000000002e1eea0: 0000000002d17650 0000000002d1e800
0x0000000002e1eeb0: 000000002563b430 0000000000000000
0x0000000002e1eec0: 0000000002d1e800 0000000002d17650
0x0000000002e1eed0: 000000002563b430 0000000002e1f030
0x0000000002e1eee0: 0000000002d1df10 0000000062aab2a6
0x0000000002e1eef0: 0000000002e1f788 0000000002e26fe0
0x0000000002e1ef00: 0000000002d1e800 0000000002e1f030
0x0000000002e1ef10: 000000002563b430 0000000000000000
0x0000000002e1ef20: 00000000233bdb1c 00000000000005c0
0x0000000002e1ef30: 0000000002e1eff8 00000000226e248f
0x0000000002e1ef40: 00000000267d0090 00000000267d0090
0x0000000002e1ef50: 000000000000ac44 0000000000020003
0x0000000002e1ef60: 0000000003127e70 0000000003137f74
0x0000000002e1ef70: 000000002563b430 0000000003127e70
0x0000000002e1ef80: 0000000003127e70 0000000003137ceb
Instructions: (pc=0x00000000226e1066)
0x00000000226e1046: 41 2b ec 81 3a 03 00 02 00 75 09 8b 01 89 84 24
0x00000000226e1056: c8 00 00 00 49 83 c0 02 48 83 c1 08 4a 8d 14 86
0x00000000226e1066: 39 3a 75 af 4c 8d 84 24 c0 00 00 00 48 8d 15 d7
0x00000000226e1076: 2b 03 00 33 c9 e8 58 5f 00 00 b8 40 1f 00 00 4c
Register to memory mapping:
RAX=0x0000000000020003 is an unknown value
RBX=0x00000000267d0090 is an unknown value
RCX=0x00000000233ca008 is an unknown value
RDX=0x00000000233ca004 is an unknown value
RSP=0x0000000002e1ee90 is pointing into the stack for thread: 0x0000000002d1e800
RBP=0x00000000000000ff is an unknown value
RSI=0x00000000233bdb1c is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x000000000000313a is an unknown value
R9 =0x00000000233bdb1c is an unknown value
R10=0x0000000003137f48 is at code_begin+840 in an Interpreter codelet
method entry point (kind = native) [0x0000000003137c00, 0x0000000003138560] 2400 bytes
R11=0x0000000062c1b530 is an unknown value
R12=0x0000000000000001 is an unknown value
R13={method} {0x000000002563b438} 'nalcCreateContext' '(JJ)J' in 'org/lwjgl/openal/ALC10'
R14=0x0000000002e1f030 is pointing into the stack for thread: 0x0000000002d1e800
R15=0x0000000002d1e800 is a thread
Stack: [0x0000000002d20000,0x0000000002e20000], sp=0x0000000002e1ee90, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [OpenAL64.dll+0x11066]
C [OpenAL64.dll+0x1248f]
C 0x0000000003137f74
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.openal.ALC10.nalcCreateContext(JJ)J+0
j org.lwjgl.openal.ALC10.alcCreateContext(Lorg/lwjgl/openal/ALCdevice;Ljava/nio/IntBuffer;)Lorg/lwjgl/openal/ALCcontext;+8
j org.lwjgl.openal.AL.init(Ljava/lang/String;IIZZ)V+69
j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZZ)V+246
j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZ)V+5
j org.lwjgl.openal.AL.create()V+6
j org.terasology.audio.openAL.OpenALManager.<init>(Lorg/terasology/config/AudioConfig;)V+57
j org.terasology.engine.subsystem.lwjgl.LwjglAudio.initialise(Lorg/terasology/engine/GameEngine;Lorg/terasology/context/Context;)V+21
j org.terasology.engine.TerasologyEngine.initSubsystems()V+52
j org.terasology.engine.TerasologyEngine.initialize()V+38
j org.terasology.engine.TerasologyEngine.run(Lorg/terasology/engine/modes/GameState;)V+21
j org.terasology.engine.Terasology.main([Ljava/lang/String;)V+156
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000001a382800 JavaThread "common-15" [_thread_blocked, id=14632, stack(0x0000000024c70000,0x0000000024d70000)]
0x000000001a385800 JavaThread "common-14" [_thread_blocked, id=14556, stack(0x0000000024b70000,0x0000000024c70000)]
0x000000001a382000 JavaThread "common-13" [_thread_blocked, id=18528, stack(0x0000000024a70000,0x0000000024b70000)]
0x0000000022b4a800 JavaThread "common-12" [_thread_blocked, id=21300, stack(0x0000000024970000,0x0000000024a70000)]
0x0000000022b4e000 JavaThread "common-11" [_thread_blocked, id=17760, stack(0x0000000024870000,0x0000000024970000)]
0x0000000022b50800 JavaThread "common-10" [_thread_blocked, id=9304, stack(0x0000000024770000,0x0000000024870000)]
0x0000000022b4d800 JavaThread "common-9" [_thread_blocked, id=18060, stack(0x0000000024670000,0x0000000024770000)]
0x0000000022b4f800 JavaThread "common-8" [_thread_blocked, id=14644, stack(0x0000000024570000,0x0000000024670000)]
0x0000000022b4c000 JavaThread "common-7" [_thread_blocked, id=1096, stack(0x0000000024470000,0x0000000024570000)]
0x0000000022b4c800 JavaThread "common-6" [_thread_blocked, id=8484, stack(0x0000000024370000,0x0000000024470000)]
0x0000000022b51000 JavaThread "common-5" [_thread_blocked, id=5144, stack(0x0000000024270000,0x0000000024370000)]
0x0000000022b4f000 JavaThread "common-4" [_thread_blocked, id=12080, stack(0x0000000024170000,0x0000000024270000)]
0x0000000022b4b000 JavaThread "common-3" [_thread_blocked, id=22288, stack(0x0000000024070000,0x0000000024170000)]
0x0000000022ead000 JavaThread "common-2" [_thread_blocked, id=7268, stack(0x0000000023f70000,0x0000000024070000)]
0x0000000022e08800 JavaThread "common-1" [_thread_blocked, id=8544, stack(0x0000000023e70000,0x0000000023f70000)]
0x0000000022e0b800 JavaThread "common-0" [_thread_blocked, id=7400, stack(0x0000000023d70000,0x0000000023e70000)]
0x000000001a26b000 JavaThread "TimerQueue" daemon [_thread_blocked, id=14140, stack(0x000000001b650000,0x000000001b750000)]
0x000000001a1f5800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=9344, stack(0x000000001b200000,0x000000001b300000)]
0x000000001a1f3000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5164, stack(0x000000001b040000,0x000000001b140000)]
0x000000001a1f0000 JavaThread "AWT-Shutdown" [_thread_blocked, id=15356, stack(0x000000001af40000,0x000000001b040000)]
0x000000001a1ef800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=21124, stack(0x000000001ae40000,0x000000001af40000)]
0x0000000018b5e800 JavaThread "Service Thread" daemon [_thread_blocked, id=5188, stack(0x000000001ab10000,0x000000001ac10000)]
0x0000000018b57800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=14764, stack(0x000000001aa10000,0x000000001ab10000)]
0x0000000018b55000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=8048, stack(0x000000001a910000,0x000000001aa10000)]
0x0000000018b4b000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=18128, stack(0x000000001a810000,0x000000001a910000)]
0x0000000018b44000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=18144, stack(0x000000001a710000,0x000000001a810000)]
0x0000000019e52800 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=3732, stack(0x000000001a610000,0x000000001a710000)]
0x00000000187d2000 JavaThread "Attach Listener" daemon [_thread_blocked, id=12296, stack(0x0000000019d10000,0x0000000019e10000)]
0x00000000187d1000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=18524, stack(0x0000000019c10000,0x0000000019d10000)]
0x00000000187c3800 JavaThread "Finalizer" daemon [_thread_blocked, id=1448, stack(0x0000000019a20000,0x0000000019b20000)]
0x00000000170df000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8920, stack(0x0000000019920000,0x0000000019a20000)]
=>0x0000000002d1e800 JavaThread "main" [_thread_in_native, id=11624, stack(0x0000000002d20000,0x0000000002e20000)]
Other Threads:
0x00000000187a2000 VMThread [stack: 0x0000000019820000,0x0000000019920000] [id=9288]
0x0000000019e8b800 WatcherThread [stack: 0x000000001ac10000,0x000000001ad10000] [id=9092]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 106496K, used 33155K [0x00000000e0000000, 0x00000000e7480000, 0x0000000100000000)
eden space 97792K, 31% used [0x00000000e0000000,0x00000000e1e18e78,0x00000000e5f80000)
from space 8704K, 26% used [0x00000000e6c00000,0x00000000e6e48000,0x00000000e7480000)
to space 10752K, 0% used [0x00000000e5f80000,0x00000000e5f80000,0x00000000e6a00000)
ParOldGen total 175104K, used 10126K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 5% used [0x00000000a0000000,0x00000000a09e3af8,0x00000000aab00000)
Metaspace used 25317K, capacity 25602K, committed 25856K, reserved 1071104K
class space used 3138K, capacity 3252K, committed 3328K, reserved 1048576K
Card table byte_map: [0x00000000124e0000,0x00000000127f0000] byte_map_base: 0x0000000011fe0000
Marking Bits: (ParMarkBitMap*) 0x000000006320a6d0
Begin Bits: [0x00000000133f0000, 0x0000000014bf0000)
End Bits: [0x0000000014bf0000, 0x00000000163f0000)
Polling page: 0x0000000001330000
CodeCache: size=245760Kb used=7647Kb max_used=7647Kb free=238112Kb
bounds [0x0000000003120000, 0x00000000038a0000, 0x0000000012120000]
total_blobs=2840 nmethods=2255 adapters=497
compilation: enabled
Compilation events (10 events):
Event: 2.409 Thread 0x0000000018b57800 2254 3 java.lang.SecurityManager::checkPermission (5 bytes)
Event: 2.409 Thread 0x0000000018b57800 nmethod 2254 0x000000000388d1d0 code [0x000000000388d340, 0x000000000388d4c8]
Event: 2.409 Thread 0x0000000018b57800 2256 3 java.security.AccessControlContext::checkPermission2 (124 bytes)
Event: 2.409 Thread 0x0000000018b57800 nmethod 2256 0x000000000388d550 code [0x000000000388d720, 0x000000000388df88]
Event: 2.409 Thread 0x0000000018b57800 2257 3 java.security.AccessControlContext::checkPermission (502 bytes)
Event: 2.413 Thread 0x0000000018b57800 nmethod 2257 0x000000000388e210 code [0x000000000388edc0, 0x0000000003897f28]
Event: 2.413 Thread 0x0000000018b57800 2258 3 java.io.FilePermission::<init> (14 bytes)
Event: 2.413 Thread 0x0000000018b57800 nmethod 2258 0x000000000389cd10 code [0x000000000389cea0, 0x000000000389d138]
Event: 2.418 Thread 0x0000000018b57800 2259 3 java.lang.SecurityManager::checkRead (15 bytes)
Event: 2.418 Thread 0x0000000018b57800 nmethod 2259 0x000000000389d250 code [0x000000000389d400, 0x000000000389d828]
GC Heap History (10 events):
Event: 1.331 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 76288K, used 65536K [0x00000000e0000000, 0x00000000e5500000, 0x0000000100000000)
eden space 65536K, 100% used [0x00000000e0000000,0x00000000e4000000,0x00000000e4000000)
from space 10752K, 0% used [0x00000000e4a80000,0x00000000e4a80000,0x00000000e5500000)
to space 10752K, 0% used [0x00000000e4000000,0x00000000e4000000,0x00000000e4a80000)
ParOldGen total 175104K, used 0K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 0% used [0x00000000a0000000,0x00000000a0000000,0x00000000aab00000)
Metaspace used 18644K, capacity 18894K, committed 19072K, reserved 1067008K
class space used 2271K, capacity 2352K, committed 2432K, reserved 1048576K
Event: 1.340 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 76288K, used 10737K [0x00000000e0000000, 0x00000000e5500000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000e4000000)
from space 10752K, 99% used [0x00000000e4000000,0x00000000e4a7c750,0x00000000e4a80000)
to space 10752K, 0% used [0x00000000e4a80000,0x00000000e4a80000,0x00000000e5500000)
ParOldGen total 175104K, used 3147K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 1% used [0x00000000a0000000,0x00000000a0312f98,0x00000000aab00000)
Metaspace used 18644K, capacity 18894K, committed 19072K, reserved 1067008K
class space used 2271K, capacity 2352K, committed 2432K, reserved 1048576K
}
Event: 1.511 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 76288K, used 39982K [0x00000000e0000000, 0x00000000e5500000, 0x0000000100000000)
eden space 65536K, 44% used [0x00000000e0000000,0x00000000e1c8f1e8,0x00000000e4000000)
from space 10752K, 99% used [0x00000000e4000000,0x00000000e4a7c750,0x00000000e4a80000)
to space 10752K, 0% used [0x00000000e4a80000,0x00000000e4a80000,0x00000000e5500000)
ParOldGen total 175104K, used 3147K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 1% used [0x00000000a0000000,0x00000000a0312f98,0x00000000aab00000)
Metaspace used 20845K, capacity 21096K, committed 21296K, reserved 1069056K
class space used 2531K, capacity 2653K, committed 2688K, reserved 1048576K
Event: 1.517 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 76288K, used 10722K [0x00000000e0000000, 0x00000000e9500000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000e4000000)
from space 10752K, 99% used [0x00000000e4a80000,0x00000000e54f8a60,0x00000000e5500000)
to space 10752K, 0% used [0x00000000e4000000,0x00000000e4000000,0x00000000e4a80000)
ParOldGen total 175104K, used 5306K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 3% used [0x00000000a0000000,0x00000000a052e860,0x00000000aab00000)
Metaspace used 20845K, capacity 21096K, committed 21296K, reserved 1069056K
class space used 2531K, capacity 2653K, committed 2688K, reserved 1048576K
}
Event: 1.517 GC heap before
{Heap before GC invocations=3 (full 1):
PSYoungGen total 76288K, used 10722K [0x00000000e0000000, 0x00000000e9500000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000e4000000)
from space 10752K, 99% used [0x00000000e4a80000,0x00000000e54f8a60,0x00000000e5500000)
to space 10752K, 0% used [0x00000000e4000000,0x00000000e4000000,0x00000000e4a80000)
ParOldGen total 175104K, used 5306K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 3% used [0x00000000a0000000,0x00000000a052e860,0x00000000aab00000)
Metaspace used 20845K, capacity 21096K, committed 21296K, reserved 1069056K
class space used 2531K, capacity 2653K, committed 2688K, reserved 1048576K
Event: 1.538 GC heap after
Heap after GC invocations=3 (full 1):
PSYoungGen total 76288K, used 0K [0x00000000e0000000, 0x00000000e9500000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000e4000000)
from space 10752K, 0% used [0x00000000e4a80000,0x00000000e4a80000,0x00000000e5500000)
to space 10752K, 0% used [0x00000000e4000000,0x00000000e4000000,0x00000000e4a80000)
ParOldGen total 175104K, used 10110K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 5% used [0x00000000a0000000,0x00000000a09dfaf8,0x00000000aab00000)
Metaspace used 20845K, capacity 21096K, committed 21296K, reserved 1069056K
class space used 2531K, capacity 2653K, committed 2688K, reserved 1048576K
}
Event: 1.941 GC heap before
{Heap before GC invocations=4 (full 1):
PSYoungGen total 76288K, used 65536K [0x00000000e0000000, 0x00000000e9500000, 0x0000000100000000)
eden space 65536K, 100% used [0x00000000e0000000,0x00000000e4000000,0x00000000e4000000)
from space 10752K, 0% used [0x00000000e4a80000,0x00000000e4a80000,0x00000000e5500000)
to space 10752K, 0% used [0x00000000e4000000,0x00000000e4000000,0x00000000e4a80000)
ParOldGen total 175104K, used 10110K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 5% used [0x00000000a0000000,0x00000000a09dfaf8,0x00000000aab00000)
Metaspace used 24017K, capacity 24246K, committed 24576K, reserved 1071104K
class space used 2906K, capacity 3016K, committed 3072K, reserved 1048576K
Event: 1.944 GC heap after
Heap after GC invocations=4 (full 1):
PSYoungGen total 76288K, used 4356K [0x00000000e0000000, 0x00000000e7680000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000e4000000)
from space 10752K, 40% used [0x00000000e4000000,0x00000000e44411b8,0x00000000e4a80000)
to space 10752K, 0% used [0x00000000e6c00000,0x00000000e6c00000,0x00000000e7680000)
ParOldGen total 175104K, used 10118K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 5% used [0x00000000a0000000,0x00000000a09e1af8,0x00000000aab00000)
Metaspace used 24017K, capacity 24246K, committed 24576K, reserved 1071104K
class space used 2906K, capacity 3016K, committed 3072K, reserved 1048576K
}
Event: 2.190 GC heap before
{Heap before GC invocations=5 (full 1):
PSYoungGen total 76288K, used 69892K [0x00000000e0000000, 0x00000000e7680000, 0x0000000100000000)
eden space 65536K, 100% used [0x00000000e0000000,0x00000000e4000000,0x00000000e4000000)
from space 10752K, 40% used [0x00000000e4000000,0x00000000e44411b8,0x00000000e4a80000)
to space 10752K, 0% used [0x00000000e6c00000,0x00000000e6c00000,0x00000000e7680000)
ParOldGen total 175104K, used 10118K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 5% used [0x00000000a0000000,0x00000000a09e1af8,0x00000000aab00000)
Metaspace used 24043K, capacity 24310K, committed 24576K, reserved 1071104K
class space used 2906K, capacity 3016K, committed 3072K, reserved 1048576K
Event: 2.192 GC heap after
Heap after GC invocations=5 (full 1):
PSYoungGen total 106496K, used 2336K [0x00000000e0000000, 0x00000000e7480000, 0x0000000100000000)
eden space 97792K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000e5f80000)
from space 8704K, 26% used [0x00000000e6c00000,0x00000000e6e48000,0x00000000e7480000)
to space 10752K, 0% used [0x00000000e5f80000,0x00000000e5f80000,0x00000000e6a00000)
ParOldGen total 175104K, used 10126K [0x00000000a0000000, 0x00000000aab00000, 0x00000000e0000000)
object space 175104K, 5% used [0x00000000a0000000,0x00000000a09e3af8,0x00000000aab00000)
Metaspace used 24043K, capacity 24310K, committed 24576K, reserved 1071104K
class space used 2906K, capacity 3016K, committed 3072K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 1.744 Thread 0x0000000002d1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000035972a8 method=java.util.Arrays.hashCode([B)I @ 1
Event: 1.990 Thread 0x0000000002d1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000379249c method=java.io.DataInputStream.readUTF(Ljava/io/DataInput;)Ljava/lang/String; @ 112
Event: 2.113 Thread 0x0000000002d1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000037cd15c method=javassist.bytecode.ClassFile.read(Ljava/io/DataInputStream;)V @ 10
Event: 2.233 Thread 0x0000000002d1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000037de690 method=java.util.Vector.isEmpty()Z @ 4
Event: 2.245 Thread 0x0000000002d1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000377dad8 method=java.lang.AbstractStringBuilder.append(Ljava/lang/CharSequence;)Ljava/lang/AbstractStringBuilder; @ 13
Event: 2.310 Thread 0x0000000002d1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000343e5c4 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 129
Event: 2.310 Thread 0x0000000002d1e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003468d3c method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 203
Event: 2.310 Thread 0x0000000002d1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000033f01c4 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 129
Event: 2.335 Thread 0x0000000002d1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000037c15dc method=java.util.regex.Pattern$BnM.optimize(Ljava/util/regex/Pattern$Node;)Ljava/util/regex/Pattern$Node; @ 22
Event: 2.411 Thread 0x0000000002d1e800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00000000035417e4 method=java.lang.String.regionMatches(ZILjava/lang/String;II)Z @ 63
Internal exceptions (10 events):
Event: 1.724 Thread 0x0000000002d1e800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e1cd16a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.724 Thread 0x0000000002d1e800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e1ce0f28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.739 Thread 0x0000000002d1e800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e1ddba88) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.744 Thread 0x0000000002d1e800 Implicit null exception at 0x000000000359718f to 0x0000000003597299
Event: 2.402 Thread 0x0000000002d1e800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e1c10a90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
Event: 2.403 Thread 0x0000000002d1e800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e1c14050) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
Event: 2.403 Thread 0x0000000002d1e800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e1c16d50) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
Event: 2.403 Thread 0x0000000002d1e800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e1c20e68) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
Event: 2.403 Thread 0x0000000002d1e800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e1c23510) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
Event: 2.403 Thread 0x0000000002d1e800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e1c25d18) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
Events (10 events):
Event: 2.412 loading class org/lwjgl/MemoryUtilSun$AccessorReflectFast
Event: 2.412 loading class org/lwjgl/MemoryUtilSun$AccessorReflectFast done
Event: 2.417 loading class org/lwjgl/openal/ALCdevice
Event: 2.417 loading class org/lwjgl/openal/ALCdevice done
Event: 2.418 loading class org/lwjgl/openal/ALCcontext
Event: 2.418 loading class org/lwjgl/openal/ALCcontext done
Event: 2.419 loading class java/nio/DirectIntBufferU
Event: 2.419 loading class java/nio/DirectIntBufferU done
Event: 2.419 loading class org/lwjgl/openal/Util
Event: 2.419 loading class org/lwjgl/openal/Util done
Dynamic libraries:
0x00007ff70c900000 - 0x00007ff70c937000 C:\Dev\jdk1.8.0_112_64bit\bin\java.exe
0x00007ff8abf40000 - 0x00007ff8ac112000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ff8ab8e0000 - 0x00007ff8ab98c000 C:\Windows\System32\KERNEL32.DLL
0x00007ff8a85f0000 - 0x00007ff8a880d000 C:\Windows\System32\KERNELBASE.dll
0x00007ff8aa180000 - 0x00007ff8aa222000 C:\Windows\System32\ADVAPI32.dll
0x00007ff8abe60000 - 0x00007ff8abefe000 C:\Windows\System32\msvcrt.dll
0x00007ff8ab880000 - 0x00007ff8ab8d9000 C:\Windows\System32\sechost.dll
0x00007ff8a94d0000 - 0x00007ff8a95f1000 C:\Windows\System32\RPCRT4.dll
0x00007ff8a9ed0000 - 0x00007ff8aa035000 C:\Windows\System32\USER32.dll
0x00007ff8a8930000 - 0x00007ff8a894e000 C:\Windows\System32\win32u.dll
0x00007ff8abf00000 - 0x00007ff8abf34000 C:\Windows\System32\GDI32.dll
0x00007ff8a89f0000 - 0x00007ff8a8b70000 C:\Windows\System32\gdi32full.dll
0x00007ff89fa70000 - 0x00007ff89fcea000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.953_none_42151e83c686086b\COMCTL32.dll
0x00007ff8a9660000 - 0x00007ff8a9928000 C:\Windows\System32\combase.dll
0x00007ff8a84f0000 - 0x00007ff8a85e5000 C:\Windows\System32\ucrtbase.dll
0x00007ff8a88c0000 - 0x00007ff8a892a000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ff8ab750000 - 0x00007ff8ab77e000 C:\Windows\System32\IMM32.DLL
0x0000000063290000 - 0x0000000063362000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\msvcr100.dll
0x00000000629f0000 - 0x000000006328a000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\server\jvm.dll
0x00007ff8a9ec0000 - 0x00007ff8a9ec8000 C:\Windows\System32\PSAPI.DLL
0x00007ff895350000 - 0x00007ff895359000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ff8a38c0000 - 0x00007ff8a38ca000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ff8a6810000 - 0x00007ff8a6833000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ff8abc50000 - 0x00007ff8abcba000 C:\Windows\System32\WS2_32.dll
0x0000000001390000 - 0x00000000013bb000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ff8a92b0000 - 0x00007ff8a92f2000 C:\Windows\System32\cfgmgr32.dll
0x0000000066400000 - 0x000000006640f000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\verify.dll
0x00000000663d0000 - 0x00000000663f9000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\java.dll
0x00000000627f0000 - 0x0000000062813000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\instrument.dll
0x00000000629d0000 - 0x00000000629e6000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\zip.dll
0x00007ff8aa240000 - 0x00007ff8ab749000 C:\Windows\System32\SHELL32.dll
0x00007ff8a8bd0000 - 0x00007ff8a92a9000 C:\Windows\System32\windows.storage.dll
0x00007ff8a83f0000 - 0x00007ff8a843c000 C:\Windows\System32\powrprof.dll
0x00007ff8abcc0000 - 0x00007ff8abd12000 C:\Windows\System32\shlwapi.dll
0x00007ff8a83b0000 - 0x00007ff8a83bf000 C:\Windows\System32\kernel.appcore.dll
0x00007ff8a8440000 - 0x00007ff8a84e9000 C:\Windows\System32\shcore.dll
0x00007ff8a83c0000 - 0x00007ff8a83d4000 C:\Windows\System32\profapi.dll
0x00007ff8a51c0000 - 0x00007ff8a51da000 C:\Dev\IntelliJ2017.2.5_Ultimate\bin\breakgen64.dll
0x00000000629b0000 - 0x00000000629ca000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\net.dll
0x00007ff8a7ce0000 - 0x00007ff8a7d3c000 C:\Windows\system32\mswsock.dll
0x0000000062990000 - 0x00000000629a1000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\nio.dll
0x0000000062650000 - 0x00000000627e8000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\awt.dll
0x00007ff8aa0b0000 - 0x00007ff8aa16f000 C:\Windows\System32\OLEAUT32.dll
0x00007ff8a8950000 - 0x00007ff8a89ec000 C:\Windows\System32\msvcp_win.dll
0x00007ff8a6a10000 - 0x00007ff8a6a8a000 C:\Windows\SYSTEM32\apphelp.dll
0x00007ff8a6b10000 - 0x00007ff8a6ba5000 C:\Windows\system32\uxtheme.dll
0x00007ff8a9d60000 - 0x00007ff8a9eba000 C:\Windows\System32\MSCTF.dll
0x00007ff8a60f0000 - 0x00007ff8a6116000 C:\Windows\system32\dwmapi.dll
0x00007ff8abd20000 - 0x00007ff8abe58000 C:\Windows\System32\ole32.dll
0x00007ff8a5910000 - 0x00007ff8a5919000 C:\Program Files\Synergy\synwinhk.DLL
0x0000000062610000 - 0x0000000062649000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\splashscreen.dll
0x00007ff8a7e80000 - 0x00007ff8a7e97000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ff8a78e0000 - 0x00007ff8a7913000 C:\Windows\system32\rsaenh.dll
0x00007ff8a7f90000 - 0x00007ff8a7fbb000 C:\Windows\SYSTEM32\bcrypt.dll
0x00007ff8a7b60000 - 0x00007ff8a7b7f000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ff8a7ea0000 - 0x00007ff8a7eab000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ff8a7a60000 - 0x00007ff8a7a98000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ff8aa170000 - 0x00007ff8aa178000 C:\Windows\System32\NSI.dll
0x00007ff8a3980000 - 0x00007ff8a3996000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ff8a3960000 - 0x00007ff8a397a000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ff882ff0000 - 0x00007ff883113000 C:\Windows\system32\opengl32.dll
0x00007ff882fc0000 - 0x00007ff882fed000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ff8802c0000 - 0x00007ff8803b7000 C:\Windows\SYSTEM32\DDRAW.dll
0x00007ff896e20000 - 0x00007ff896e28000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x00007ff8835a0000 - 0x00007ff88372d000 C:\Windows\system32\d3d9.dll
0x00007ff8a3080000 - 0x00007ff8a316a000 C:\Windows\System32\DriverStore\FileRepository\nv_ref_pubwu.inf_amd64_2e7fa54192fe16d0\nvldumdx.dll
0x00007ff8a9300000 - 0x00007ff8a94c9000 C:\Windows\System32\crypt32.dll
0x00007ff8a83e0000 - 0x00007ff8a83f0000 C:\Windows\System32\MSASN1.dll
0x00007ff8a8b70000 - 0x00007ff8a8bc5000 C:\Windows\System32\WINTRUST.DLL
0x00007ff8abc30000 - 0x00007ff8abc4c000 C:\Windows\System32\imagehlp.dll
0x00007ff879220000 - 0x00007ff87a3f6000 C:\Windows\System32\DriverStore\FileRepository\nv_ref_pubwu.inf_amd64_2e7fa54192fe16d0\nvd3dumx.dll
0x00007ff8a2930000 - 0x00007ff8a2a1b000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
0x00007ff8a9930000 - 0x00007ff8a9d59000 C:\Windows\System32\SETUPAPI.dll
0x00000000625c0000 - 0x0000000062607000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\fontmanager.dll
0x0000000062570000 - 0x00000000625b2000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\t2k.dll
0x0000000180000000 - 0x0000000180053000 C:\Dev\Terasology\Git\ModuleMegaWorkspace\Terasology\natives\windows\lwjgl64.dll
0x00007ff899920000 - 0x00007ff899945000 C:\Users\cerva\AppData\Local\Temp\jna-94550779\jna1880004088397116228.dll
0x0000000062540000 - 0x0000000062564000 C:\Dev\jdk1.8.0_112_64bit\jre\bin\sunec.dll
0x00000000226d0000 - 0x0000000022734000 C:\Dev\Terasology\Git\ModuleMegaWorkspace\Terasology\natives\windows\OpenAL64.dll
0x00007ff8ab9f0000 - 0x00007ff8aba8f000 C:\Windows\System32\clbcatq.dll
0x00007ff8a39a0000 - 0x00007ff8a3a11000 C:\Windows\System32\MMDevApi.dll
0x00007ff8a5ca0000 - 0x00007ff8a5e25000 C:\Windows\System32\PROPSYS.dll
0x00007ff8a7150000 - 0x00007ff8a7178000 C:\Windows\System32\DEVOBJ.dll
0x00007ff8861e0000 - 0x00007ff88627b000 C:\Windows\SYSTEM32\dsound.dll
0x00007ff87d3c0000 - 0x00007ff87d454000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ff8a5750000 - 0x00007ff8a5886000 C:\Windows\SYSTEM32\wintypes.dll
0x00007ff895500000 - 0x00007ff895692000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -Xms256m -Xmx1536m -javaagent:C:\Dev\IntelliJ2017.2.5_Ultimate\lib\idea_rt.jar=64836:C:\Dev\IntelliJ2017.2.5_Ultimate\bin -Dfile.encoding=UTF-8
java_command: org.terasology.engine.Terasology -homedir -noCrashReport
java_class_path (initial): C:\Dev\jdk1.8.0_112_64bit\jre\lib\charsets.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\deploy.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\access-bridge-64.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\cldrdata.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\dnsns.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\jaccess.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\jfxrt.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\localedata.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\nashorn.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\sunec.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\sunjce_provider.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\sunmscapi.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\sunpkcs11.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\ext\zipfs.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\javaws.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\jce.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\jfr.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\jfxswt.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\jsse.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\management-agent.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\plugin.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\resources.jar;C:\Dev\jdk1.8.0_112_64bit\jre\lib\rt.jar;C:\Dev\Terasology\Git\ModuleMegaWorkspace\Terasology\facades\PC\build\classes;C:\Dev\Terasology\Git\ModuleMegaWorkspace\Terasology\engine\build\classes;C:\Users\cerva\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\19.0\6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9\guava-19.0.jar;C:\Users\cerva\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.6.2\f1bc476cc167b18e66c297df599b2377131a8947\gson-2.6.2.jar;C:\Users\cerva\.gradle\caches\modules-2\files-2.1\com.google.protobuf\protobuf-java\2.6.1\d9521f2aecb909835746b7a5facf612af5e890e8\protobuf-java-2.6.1.jar;C:\Users\cerva\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar;C:\Users\cerva\.gradle\caches\modules-2\files-2.1\io.netty\netty\3.10.5.Final\9ca7d55d246092bddd29b867706e2f6c7db701a0\netty-3.10.5.Final.j
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Dev\jdk1.8.0_112_64bit
PATH=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 (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Dev\Git\cmd;C:\Dev\gradle-3.3-all\gradle-3.3\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Dev\Vagrant\bin;C:\Dev\TortoiseSVN\bin;C:\Dev\jdk1.8.0_112_64bit\bin;C:\Users\cerva\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\cerva\AppData\Local\atom\bin
USERNAME=cerva
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 79 Stepping 1, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.1198)
CPU:total 12 (6 cores per cpu, 2 threads per core) family 6 model 79 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 67006100k(49995580k free), swap 76967572k(55007620k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.112-b15) for windows-amd64 JRE (1.8.0_112-b15), built on Sep 22 2016 21:31:56 by "java_re" with MS VC++ 10.0 (VS2010)
time: Fri Mar 02 18:27:23 2018
elapsed time: 2 seconds (0d 0h 0m 2s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment