Skip to content

Instantly share code, notes, and snippets.

@jediminer543
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jediminer543/3f98a4999476750c2574 to your computer and use it in GitHub Desktop.
Save jediminer543/3f98a4999476750c2574 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=0x00007ffb7c8ac8ee, pid=1980, tid=14452
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [lwjgl.dll+0xc8ee]
#
# 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 (0x0000000002670800): JavaThread "main" [_thread_in_native, id=14452, stack(0x0000000002480000,0x0000000002580000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000000000000028f
Registers:
RAX=0x0000000000b5f2f0, RBX=0xffffffffffffffff, RCX=0xffffffffffffffff, RDX=0x000000000257f598
RSP=0x000000000257f4e0, RBP=0x000000000257f588, RSI=0x00000000baf042a8, RDI=0x00000000027760f8
R8 =0xffffffffffffffff, R9 =0x00000000026c51a0, R10=0x0000000002782a24, R11=0x000000005901f900
R12=0x0000000000000000, R13=0x00000000bb0b4750, R14=0x000000000257f5b0, R15=0x0000000002670800
RIP=0x00007ffb7c8ac8ee, EFLAGS=0x0000000000010286
Top of Stack: (sp=0x000000000257f4e0)
0x000000000257f4e0: 000000000257f8e8 000000000257f579
0x000000000257f4f0: 0000000002670c78 0000000000000000
0x000000000257f500: 00000000bb0b4750 0000000002782a50
0x000000000257f510: 0000000000cbe830 0000000058edd6ff
0x000000000257f520: 000000000257f8e8 0000000000000078
0x000000000257f530: 0000000000000000 0000000058ede3be
0x000000000257f540: 0000000002670c98 000000000257f548
0x000000000257f550: 0000000000000000 000000000257f5b0
0x000000000257f560: 00000000bb0bd7a8 0000000000000000
0x000000000257f570: 00000000bb0b4750 0000000000000000
0x000000000257f580: 000000000257f5a8 000000000257f5f8
0x000000000257f590: 00000000027760f8 00000000eae88900
0x000000000257f5a0: 000000000277f0d8 ffffffffffffffff
0x000000000257f5b0: 00000000bb06aa5f 000000000257f5b8
0x000000000257f5c0: 00000000bb0b4821 000000000257f610
0x000000000257f5d0: 00000000bb0bd7a8 0000000000000000
Instructions: (pc=0x00007ffb7c8ac8ee)
0x00007ffb7c8ac8ce: 48 83 c4 20 5b 48 ff 25 66 29 01 00 48 83 c4 20
0x00007ffb7c8ac8de: 5b c3 40 53 48 83 ec 20 48 8b d9 48 85 c9 74 10
0x00007ffb7c8ac8ee: 48 8b 91 90 02 00 00 48 8b 89 88 02 00 00 eb 04
0x00007ffb7c8ac8fe: 33 d2 33 c9 ff 15 20 2a 01 00 48 8b cb 48 83 c4
Register to memory mapping:
RAX=0x0000000000b5f2f0 is an unknown value
RBX=0xffffffffffffffff is an unknown value
RCX=0xffffffffffffffff is an unknown value
RDX=0x000000000257f598 is pointing into the stack for thread: 0x0000000002670800
RSP=0x000000000257f4e0 is pointing into the stack for thread: 0x0000000002670800
RBP=0x000000000257f588 is pointing into the stack for thread: 0x0000000002670800
RSI=0x00000000baf042a8 is an oop
{instance class}
- klass: {other class}
RDI=0x00000000027760f8 is at code_begin+2520 in an Interpreter codelet
return entry points [0x0000000002775720, 0x0000000002777520] 7680 bytes
R8 =0xffffffffffffffff is an unknown value
R9 =0x00000000026c51a0 is an unknown value
R10=0x0000000002782a24 is at code_begin+644 in an Interpreter codelet
method entry point (kind = native) [0x00000000027827a0, 0x0000000002783040] 2208 bytes
R11=0x000000005901f900 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x00000000bb0b4750 is an oop
{method}
- klass: {other class}
R14=0x000000000257f5b0 is pointing into the stack for thread: 0x0000000002670800
R15=0x0000000002670800 is a thread
Stack: [0x0000000002480000,0x0000000002580000], sp=0x000000000257f4e0, free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [lwjgl.dll+0xc8ee]
j org.lwjgl.system.glfw.GLFW.glfwMakeContextCurrent(J)V+1
j com.jediminer543.util.display.DisplayHandler.setActive(J)V+7
j com.jediminer543.util.Game.initDisplay()V+23
j com.jediminer543.util.Game.main([Ljava/lang/String;)V+36
j Init.main([Ljava/lang/String;)V+1
v ~StubRoutines::call_stub
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.system.glfw.GLFW.nglfwMakeContextCurrent(J)V+0
j org.lwjgl.system.glfw.GLFW.glfwMakeContextCurrent(J)V+1
j com.jediminer543.util.display.DisplayHandler.setActive(J)V+7
j com.jediminer543.util.Game.initDisplay()V+23
j com.jediminer543.util.Game.main([Ljava/lang/String;)V+36
j Init.main([Ljava/lang/String;)V+1
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000002768800 JavaThread "Service Thread" daemon [_thread_blocked, id=14520, stack(0x000000000b1a0000,0x000000000b2a0000)]
0x000000000275e000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=14524, stack(0x000000000b0a0000,0x000000000b1a0000)]
0x000000000a9c0800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=14396, stack(0x000000000afa0000,0x000000000b0a0000)]
0x000000000275d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=14496, stack(0x000000000aea0000,0x000000000afa0000)]
0x0000000002758000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14480, stack(0x000000000ada0000,0x000000000aea0000)]
0x00000000089ae000 JavaThread "Finalizer" daemon [_thread_blocked, id=14404, stack(0x000000000a8a0000,0x000000000a9a0000)]
0x00000000089a6800 JavaThread "Reference Handler" daemon [_thread_blocked, id=14392, stack(0x000000000a7a0000,0x000000000a8a0000)]
=>0x0000000002670800 JavaThread "main" [_thread_in_native, id=14452, stack(0x0000000002480000,0x0000000002580000)]
Other Threads:
0x00000000089a5000 VMThread [stack: 0x000000000a6a0000,0x000000000a7a0000] [id=14420]
0x000000000276e800 WatcherThread [stack: 0x000000000b2a0000,0x000000000b3a0000] [id=14492]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 38400K, used 5329K [0x00000000eaa80000, 0x00000000ed500000, 0x0000000100000000)
eden space 33280K, 16% used [0x00000000eaa80000,0x00000000eafb4668,0x00000000ecb00000)
from space 5120K, 0% used [0x00000000ed000000,0x00000000ed000000,0x00000000ed500000)
to space 5120K, 0% used [0x00000000ecb00000,0x00000000ecb00000,0x00000000ed000000)
ParOldGen total 86016K, used 0K [0x00000000c0000000, 0x00000000c5400000, 0x00000000eaa80000)
object space 86016K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000c5400000)
PSPermGen total 21504K, used 3218K [0x00000000bae00000, 0x00000000bc300000, 0x00000000c0000000)
object space 21504K, 14% used [0x00000000bae00000,0x00000000bb124a78,0x00000000bc300000)
Card table byte_map: [0x0000000005770000,0x00000000059a0000] byte_map_base: 0x0000000005199000
Polling page: 0x0000000000b10000
Code Cache [0x0000000002770000, 0x00000000029e0000, 0x0000000005770000)
total_blobs=243 nmethods=37 adapters=160 free_code_cache=48678Kb largest_free_block=49826368
Compilation events (10 events):
Event: 0.178 Thread 0x000000000275e000 nmethod 33 0x00000000027d1950 code [0x00000000027d1a80, 0x00000000027d1bd8]
Event: 0.179 Thread 0x000000000275e000 34 java.lang.String::equals (81 bytes)
Event: 0.181 Thread 0x000000000275e000 nmethod 34 0x00000000027d12d0 code [0x00000000027d1420, 0x00000000027d15f8]
Event: 0.186 Thread 0x000000000a9c0800 nmethod 20 0x00000000027e75d0 code [0x00000000027e78a0, 0x00000000027e96f0]
Event: 0.205 Thread 0x000000000275e000 35 java.lang.String::indexOf (166 bytes)
Event: 0.210 Thread 0x000000000275e000 nmethod 35 0x00000000027e4710 code [0x00000000027e4860, 0x00000000027e4cb8]
Event: 0.214 Thread 0x000000000a9c0800 36 java.lang.String::replace (127 bytes)
Event: 0.220 Thread 0x000000000a9c0800 nmethod 36 0x00000000027e1390 code [0x00000000027e14e0, 0x00000000027e18f8]
Event: 0.486 Thread 0x000000000275e000 37 java.lang.String::indexOf (7 bytes)
Event: 0.487 Thread 0x000000000275e000 nmethod 37 0x00000000027e3210 code [0x00000000027e3360, 0x00000000027e34c8]
GC Heap History (0 events):
No events
Deoptimization events (5 events):
Event: 0.125 Thread 0x0000000002670800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00000000027d7d4c method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 0.125 Thread 0x0000000002670800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00000000027d7d4c method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 0.125 Thread 0x0000000002670800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00000000027d7d4c method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 0.125 Thread 0x0000000002670800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00000000027d7d4c method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 0.174 Thread 0x0000000002670800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000027dd6ac method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
Internal exceptions (10 events):
Event: 0.210 Thread 0x0000000002670800 Threw 0x00000000eaf1a2c0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.210 Thread 0x0000000002670800 Threw 0x00000000eaf1e868 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.213 Thread 0x0000000002670800 Threw 0x00000000eaf2c728 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.213 Thread 0x0000000002670800 Threw 0x00000000eaf2f6f0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.214 Thread 0x0000000002670800 Threw 0x00000000eaf30a00 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.214 Thread 0x0000000002670800 Threw 0x00000000eaf31ed0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.484 Thread 0x0000000002670800 Threw 0x00000000eaf350a0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.485 Thread 0x0000000002670800 Threw 0x00000000eaf3abd8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.485 Thread 0x0000000002670800 Threw 0x00000000eaf3f1c0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 0.497 Thread 0x0000000002670800 Threw 0x00000000eaf433f8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Events (10 events):
Event: 0.485 loading class 0x00000000026c07f0
Event: 0.485 loading class 0x00000000026c07f0 done
Event: 0.485 loading class 0x000000000ac85640
Event: 0.485 loading class 0x000000000ac85640 done
Event: 0.486 loading class 0x0000000002712110
Event: 0.486 loading class 0x0000000002712110 done
Event: 0.496 loading class 0x000000000ac858c0
Event: 0.497 loading class 0x000000000ac858c0 done
Event: 0.497 loading class 0x00000000026bf6f0
Event: 0.497 loading class 0x00000000026bf6f0 done
Dynamic libraries:
0x00007ff78fcc0000 - 0x00007ff78fcf3000 C:\Program Files\Java\jre7\bin\javaw.exe
0x00007ffb95300000 - 0x00007ffb954a6000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffb950b0000 - 0x00007ffb951ea000 C:\Windows\system32\KERNEL32.DLL
0x00007ffb92790000 - 0x00007ffb9289f000 C:\Windows\system32\KERNELBASE.dll
0x00007ffb91290000 - 0x00007ffb91318000 C:\Windows\system32\apphelp.dll
0x00007ffb89870000 - 0x00007ffb898bf000 C:\Windows\AppPatch\AppPatch64\AcGenral.DLL
0x00007ffb94c20000 - 0x00007ffb94cc7000 C:\Windows\system32\msvcrt.dll
0x00007ffb92450000 - 0x00007ffb9247b000 C:\Windows\SYSTEM32\SspiCli.dll
0x00007ffb93220000 - 0x00007ffb93271000 C:\Windows\system32\SHLWAPI.dll
0x00007ffb92c10000 - 0x00007ffb92d81000 C:\Windows\system32\USER32.dll
0x00007ffb94950000 - 0x00007ffb94ac8000 C:\Windows\system32\ole32.dll
0x00007ffb933c0000 - 0x00007ffb947cf000 C:\Windows\system32\SHELL32.dll
0x00007ffb91c70000 - 0x00007ffb91c8e000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffb951f0000 - 0x00007ffb95295000 C:\Windows\system32\ADVAPI32.dll
0x00007ffb8ac80000 - 0x00007ffb8ac9b000 C:\Windows\SYSTEM32\MPR.dll
0x00007ffb93280000 - 0x00007ffb933b7000 C:\Windows\system32\RPCRT4.dll
0x00007ffb92f70000 - 0x00007ffb92fc7000 C:\Windows\SYSTEM32\sechost.dll
0x00007ffb92d90000 - 0x00007ffb92f66000 C:\Windows\SYSTEM32\combase.dll
0x00007ffb94ad0000 - 0x00007ffb94c14000 C:\Windows\system32\GDI32.dll
0x00007ffb92670000 - 0x00007ffb92684000 C:\Windows\SYSTEM32\profapi.dll
0x00007ffb90d00000 - 0x00007ffb90d9f000 C:\Windows\SYSTEM32\SHCORE.dll
0x00007ffb95070000 - 0x00007ffb950a4000 C:\Windows\system32\IMM32.DLL
0x00007ffb94e90000 - 0x00007ffb94fc9000 C:\Windows\system32\MSCTF.dll
0x00007ffb90490000 - 0x00007ffb906ea000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17031_none_6242a4b3ecbb55a1\COMCTL32.dll
0x0000000059610000 - 0x00000000596e2000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x0000000058e40000 - 0x0000000059609000 C:\Program Files\Java\jre7\bin\server\jvm.dll
0x00007ffb89360000 - 0x00007ffb89369000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffb8fed0000 - 0x00007ffb8feef000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffb92b80000 - 0x00007ffb92b87000 C:\Windows\system32\PSAPI.DLL
0x00007ffb952a0000 - 0x00007ffb952f8000 C:\Windows\system32\WS2_32.dll
0x00007ffb8fe30000 - 0x00007ffb8fe5a000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ffb92fd0000 - 0x00007ffb92fd9000 C:\Windows\system32\NSI.dll
0x00007ffb92740000 - 0x00007ffb9278a000 C:\Windows\SYSTEM32\cfgmgr32.dll
0x00007ffb914f0000 - 0x00007ffb91516000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x0000000058e30000 - 0x0000000058e3f000 C:\Program Files\Java\jre7\bin\verify.dll
0x0000000058e00000 - 0x0000000058e28000 C:\Program Files\Java\jre7\bin\java.dll
0x0000000058de0000 - 0x0000000058df5000 C:\Program Files\Java\jre7\bin\zip.dll
0x00007ffb7c8a0000 - 0x00007ffb7c8f5000 D:\workspace\JMTUtil-LWJGL\lib\natives\lwjgl.dll
0x00007ffb7a560000 - 0x00007ffb7a681000 C:\Windows\SYSTEM32\OPENGL32.dll
0x00007ffb7a8a0000 - 0x00007ffb7a8cc000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ffb7a460000 - 0x00007ffb7a554000 C:\Windows\SYSTEM32\DDRAW.dll
0x00007ffb8f350000 - 0x00007ffb8f359000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x00007ffb913b0000 - 0x00007ffb914d1000 C:\Windows\system32\uxtheme.dll
0x00007ffb90ad0000 - 0x00007ffb90af0000 C:\Windows\SYSTEM32\dwmapi.dll
0x00007ffb72d60000 - 0x00007ffb72f2d000 C:\Users\###\AppData\Local\Trusteer\Rapport\app\bin\x64\rooksbas_x64.dll
0x00007ffb8fef0000 - 0x00007ffb8fefa000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffb928a0000 - 0x00007ffb928ec000 C:\Windows\system32\WINTRUST.dll
0x00007ffb928f0000 - 0x00007ffb92ac7000 C:\Windows\system32\CRYPT32.dll
0x00007ffb92720000 - 0x00007ffb92732000 C:\Windows\system32\MSASN1.dll
0x0000000059ad0000 - 0x000000005b972000 C:\Windows\SYSTEM32\nvoglv64.DLL
0x00007ffb93040000 - 0x00007ffb93214000 C:\Windows\system32\SETUPAPI.dll
0x00007ffb90ab0000 - 0x00007ffb90ac1000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007ffb8af60000 - 0x00007ffb8af90000 C:\Windows\SYSTEM32\ntmarta.dll
0x00007ffb92610000 - 0x00007ffb92655000 C:\Windows\SYSTEM32\powrprof.dll
0x00007ffb92590000 - 0x00007ffb925e7000 C:\Windows\SYSTEM32\WINSTA.dll
0x00007ffb914e0000 - 0x00007ffb914ea000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffb924e0000 - 0x00007ffb924ea000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffb92480000 - 0x00007ffb924e0000 C:\Windows\SYSTEM32\bcryptPrimitives.dll
0x00007ffb6fd10000 - 0x00007ffb6fe98000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -Djava.library.path=lib\natives -Xmx1G -Dfile.encoding=Cp1252
java_command: Init
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\Python34\;D:\Python34\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;D:\Program Files\nodejs\;D:\gradle-2.1\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Users\###\AppData\Roaming\npm
USERNAME=###
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD
--------------- S Y S T E M ---------------
OS: Windows 8 , 64 bit Build 9200
CPU:total 8 (8 cores per cpu, 1 threads per core) family 21 model 2 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
Memory: 4k page, physical 8281800k(3220576k free), swap 16670408k(10438064k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (24.45-b08) for windows-amd64 JRE (1.7.0_45-b18), built on Oct 8 2013 05:47:22 by "java_re" with unknown MS VC++:1600
time: Tue Nov 18 20:39:10 2014
elapsed time: 0 seconds
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb7c8ac8ee, pid=1980, tid=14452
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [lwjgl.dll+0xc8ee]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\workspace\JMTUtil-LWJGL\hs_err_pid1980.log
#
# 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.
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment