JnCrMx / discord-game-sdk4j

Java bindings for Discord's Game SDK
MIT License
122 stars 23 forks source link

Fatal error while running callbacks #23

Closed DeDiamondPro closed 3 years ago

DeDiamondPro commented 3 years ago

So I'm making a Minecraft mod with this and so far it has been amazing but one thing that happens out of nowhere is a crash that I think is caused by running callbacks. Here is the Java dump:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x00007ffb5aea4b89, pid=3168, tid=22420
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [KERNELBASE.dll+0x34b89]
#
# 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 (0x0000000026303800):  JavaThread "Thread-361" daemon [_thread_in_native, id=22420, stack(0x0000000084030000,0x0000000084130000)]

siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x0000000019930520 0x000000008412ea90 0x00007ffb10892d98 0x00007ffb10500000 

Registers:
RAX=0x0000000000001fa0, RBX=0x00007ffb10892d98, RCX=0x000000008412e4d0, RDX=0x00000000000a0008
RSP=0x000000008412e920, RBP=0x000000008412ea60, RSI=0x0000000000000001, RDI=0x000000008412ea90
R8 =0x0000000000000020, R9 =0x0000000000000020, R10=0x0000000000000000, R11=0x0000000000000000
R12=0x000000000000048d, R13=0x0000000005f16cd0, R14=0x00007ffb1080fd18, R15=0x000000008412ebf0
RIP=0x00007ffb5aea4b89, EFLAGS=0x0000000000000206

Top of Stack: (sp=0x000000008412e920)
0x000000008412e920:   00000000d6d50d20 00007ffb10892d98
0x000000008412e930:   0000000000000001 0000000000000000
0x000000008412e940:   00000001e06d7363 0000000000000000
0x000000008412e950:   00007ffb5aea4b89 0000000000000004
0x000000008412e960:   0000000019930520 000000008412ea90
0x000000008412e970:   00007ffb10892d98 00007ffb10500000
0x000000008412e980:   0000000005f16cd0 000000000000048d
0x000000008412e990:   0000000000000001 000000008412ea60
0x000000008412e9a0:   000000008412ea70 00007ffb5d1e4a5f
0x000000008412e9b0:   000000008412ea90 0000000000000000
0x000000008412e9c0:   000000008412ea50 00007ffb107889df
0x000000008412e9d0:   00007ffb10894000 00007ffb10500000
0x000000008412e9e0:   000037352f33ac40 00007ffb5d1d0000
0x000000008412e9f0:   00007ffb10892d98 00007ffb107ad9fd
0x000000008412ea00:   000000008412eab0 0000000000000000
0x000000008412ea10:   0000000000000000 00000000d6d50d40 

Instructions: (pc=0x00007ffb5aea4b89)
0x00007ffb5aea4b69:   8b d1 44 0f 47 c0 44 89 44 24 38 49 c1 e0 03 e8
0x00007ffb5aea4b79:   2a d3 05 00 48 8d 4c 24 20 48 ff 15 8f 9f 18 00
0x00007ffb5aea4b89:   0f 1f 44 00 00 48 8b 8c 24 c0 00 00 00 48 33 cc
0x00007ffb5aea4b99:   e8 62 95 05 00 48 81 c4 d8 00 00 00 c3 cc 83 64 

Register to memory mapping:

RAX=0x0000000000001fa0 is an unknown value
RBX=0x00007ffb10892d98 is an unknown value
RCX=0x000000008412e4d0 is pointing into the stack for thread: 0x0000000026303800
RDX=0x00000000000a0008 is an unknown value
RSP=0x000000008412e920 is pointing into the stack for thread: 0x0000000026303800
RBP=0x000000008412ea60 is pointing into the stack for thread: 0x0000000026303800
RSI=0x0000000000000001 is an unknown value
RDI=0x000000008412ea90 is pointing into the stack for thread: 0x0000000026303800
R8 =0x0000000000000020 is an unknown value
R9 =0x0000000000000020 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000000 is an unknown value
R12=0x000000000000048d is an unknown value
R13=0x0000000005f16cd0 is at entry_point+-368 in (nmethod*)0x0000000005f16cd0
R14=0x00007ffb1080fd18 is an unknown value
R15=0x000000008412ebf0 is pointing into the stack for thread: 0x0000000026303800

Stack: [0x0000000084030000,0x0000000084130000],  sp=0x000000008412e920,  free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [KERNELBASE.dll+0x34b89]
C  [discord_game_sdk.dll+0x2ad9fd]
C  [discord_game_sdk.dll+0x28d838]
C  [discord_game_sdk.dll+0x288f38]
C  [discord_game_sdk.dll+0x288e0a]
C  [discord_game_sdk.dll+0x2888c4]
C  [discord_game_sdk.dll+0x2887a9]
C  [discord_game_sdk.dll+0x29a139]
C  [discord_game_sdk.dll+0x29a23f]
C  [discord_game_sdk.dll+0xfb73e]
C  [discord_game_sdk.dll+0x507c3]
C  0x0000000005c19175

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 16198  de.jcm.discordgamesdk.Core.runCallbacks(J)V (0 bytes) @ 0x0000000005c190fb [0x0000000005c190c0+0x3b]
J 34776% C2 io.github.dediamondpro.hycord.features.discord.RichPresence.lambda$onConnect$0()V (37 bytes) @ 0x0000000005f16ec4 [0x0000000005f16e40+0x84]
j  io.github.dediamondpro.hycord.features.discord.RichPresence$$Lambda$225.run()V+4
J 30043 C1 java.lang.Thread.run()V (17 bytes) @ 0x0000000005448784 [0x0000000005448640+0x144]
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x0000000045b02800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=6368, stack(0x0000000051410000,0x0000000051510000)]
  0x0000000045af0800 JavaThread "connectionLostChecker-1" [_thread_blocked, id=5572, stack(0x0000000038930000,0x0000000038a30000)]
  0x0000000045af7000 JavaThread "WebSocketWriteThread-8924" [_thread_blocked, id=23528, stack(0x0000000038650000,0x0000000038750000)]
  0x0000000045af6800 JavaThread "WebSocketConnectReadThread-8923" [_thread_in_native, id=21692, stack(0x0000000038450000,0x0000000038550000)]
  0x0000000045b01000 JavaThread "pool-13-thread-20" [_thread_blocked, id=3564, stack(0x0000000032f30000,0x0000000033030000)]
  0x0000000045af9800 JavaThread "Async Executor Pool #30" [_thread_blocked, id=23048, stack(0x000000004d250000,0x000000004d350000)]
  0x0000000045af2800 JavaThread "pool-45-thread-1" [_thread_blocked, id=21568, stack(0x0000000086bc0000,0x0000000086cc0000)]
  0x0000000045af1000 JavaThread "pool-11-thread-1" [_thread_blocked, id=20856, stack(0x000000004cfa0000,0x000000004d0a0000)]
  0x0000000045aef000 JavaThread "AutotipThread" [_thread_blocked, id=19052, stack(0x0000000089820000,0x0000000089920000)]
  0x00000000262fd800 JavaThread "Netty Client IO #9" daemon [_thread_in_native, id=21896, stack(0x0000000085130000,0x0000000085230000)]
=>0x0000000026303800 JavaThread "Thread-361" daemon [_thread_in_native, id=22420, stack(0x0000000084030000,0x0000000084130000)]
  0x0000000026302000 JavaThread "Netty Client IO #8" daemon [_thread_in_native, id=8224, stack(0x0000000038c30000,0x0000000038d30000)]
  0x0000000026304000 JavaThread "Netty Client IO #7" daemon [_thread_in_native, id=17912, stack(0x0000000087b90000,0x0000000087c90000)]
  0x00000000262fc800 JavaThread "Netty Client IO #6" daemon [_thread_in_native, id=18728, stack(0x0000000086ac0000,0x0000000086bc0000)]
  0x00000000262f2000 JavaThread "Netty Client IO #5" daemon [_thread_in_native, id=20748, stack(0x0000000084710000,0x0000000084810000)]
  0x00000000262f1000 JavaThread "Netty Client IO #4" daemon [_thread_in_native, id=3372, stack(0x0000000084610000,0x0000000084710000)]
  0x00000000262ef000 JavaThread "Netty Client IO #3" daemon [_thread_in_native, id=12980, stack(0x0000000084510000,0x0000000084610000)]
  0x000000003d61a000 JavaThread "Netty Client IO #2" daemon [_thread_in_native, id=1624, stack(0x0000000081540000,0x0000000081640000)]
  0x000000003d612800 JavaThread "Server Pinger #3" daemon [_thread_blocked, id=8052, stack(0x000000004cc90000,0x000000004cd90000)]
  0x000000003d619800 JavaThread "Server Pinger #2" daemon [_thread_blocked, id=20872, stack(0x0000000039ca0000,0x0000000039da0000)]
  0x000000003d607800 JavaThread "Server Pinger #1" daemon [_thread_blocked, id=10372, stack(0x0000000038d30000,0x0000000038e30000)]
  0x000000003d5fe800 JavaThread "Server Pinger #0" daemon [_thread_blocked, id=5904, stack(0x0000000002e70000,0x0000000002f70000)]
  0x000000003d603000 JavaThread "pool-35-thread-1" [_thread_blocked, id=17480, stack(0x0000000038830000,0x0000000038930000)]
  0x000000003d618000 JavaThread "pool-42-thread-2" [_thread_blocked, id=2608, stack(0x0000000084410000,0x0000000084510000)]
  0x000000003d606800 JavaThread "pool-42-thread-1" [_thread_blocked, id=2892, stack(0x0000000038a30000,0x0000000038b30000)]
  0x00000000257c3800 JavaThread "pool-40-thread-4" [_thread_blocked, id=17744, stack(0x00000000848b0000,0x00000000849b0000)]
  0x00000000257c9800 JavaThread "pool-40-thread-3" [_thread_blocked, id=14224, stack(0x0000000089c10000,0x0000000089d10000)]
  0x00000000257c7800 JavaThread "pool-40-thread-2" [_thread_blocked, id=20920, stack(0x0000000087210000,0x0000000087310000)]
  0x00000000257bf000 JavaThread "pool-40-thread-1" [_thread_blocked, id=2448, stack(0x0000000085930000,0x0000000085a30000)]
  0x00000000262ed800 JavaThread "pool-4-thread-2" [_thread_blocked, id=18188, stack(0x000000002c1a0000,0x000000002c2a0000)]
  0x00000000262e6800 JavaThread "pool-12-thread-1" [_thread_blocked, id=1812, stack(0x000000002ac00000,0x000000002ad00000)]
  0x00000000262f2800 JavaThread "pool-4-thread-1" [_thread_blocked, id=4240, stack(0x0000000002bb0000,0x0000000002cb0000)]
  0x000000003d600800 JavaThread "pool-10-thread-1" [_thread_blocked, id=18596, stack(0x0000000085830000,0x0000000085930000)]
  0x000000003d60e000 JavaThread "TeamSpeak Netty Client" daemon [_thread_in_native, id=8692, stack(0x0000000085530000,0x0000000085630000)]
  0x000000003d60c000 JavaThread "AutotipThread" [_thread_blocked, id=2800, stack(0x0000000094e30000,0x0000000094f30000)]
  0x000000003d600000 JavaThread "Activity-Cleaner" [_thread_blocked, id=18300, stack(0x000000009c2f0000,0x000000009c3f0000)]
  0x000000003d606000 JavaThread "Thread 60" [_thread_blocked, id=11216, stack(0x0000000095030000,0x0000000095130000)]
  0x000000003d603800 JavaThread "Thread 59" [_thread_blocked, id=12880, stack(0x0000000094c30000,0x0000000094d30000)]
  0x000000003d605000 JavaThread "Thread 58" [_thread_blocked, id=3028, stack(0x0000000094b30000,0x0000000094c30000)]
  0x000000003d604800 JavaThread "Thread 57" [_thread_blocked, id=14112, stack(0x0000000093950000,0x0000000093a50000)]
  0x000000003d5fd000 JavaThread "Thread 56" [_thread_blocked, id=17584, stack(0x0000000093850000,0x0000000093950000)]
  0x000000003d602000 JavaThread "Thread 55" [_thread_blocked, id=2148, stack(0x0000000093750000,0x0000000093850000)]
  0x000000003d5fc000 JavaThread "Thread 54" [_thread_blocked, id=9624, stack(0x0000000093650000,0x0000000093750000)]
  0x000000003d5ff000 JavaThread "Thread 53" [_thread_blocked, id=11108, stack(0x0000000093550000,0x0000000093650000)]
  0x000000003d5fb800 JavaThread "Thread 52" [_thread_blocked, id=14532, stack(0x00000000aa600000,0x00000000aa700000)]
  0x000000003d601800 JavaThread "Thread 51" [_thread_blocked, id=15032, stack(0x00000000aa300000,0x00000000aa400000)]
  0x00000000262fe000 JavaThread "Thread 50" [_thread_blocked, id=13732, stack(0x00000000aa000000,0x00000000aa100000)]
  0x0000000026305000 JavaThread "Thread 49" [_thread_blocked, id=4000, stack(0x00000000a9d00000,0x00000000a9e00000)]
  0x00000000262ff000 JavaThread "Thread 48" [_thread_blocked, id=8072, stack(0x00000000a9a00000,0x00000000a9b00000)]
  0x0000000026301000 JavaThread "Thread 47" [_thread_blocked, id=19164, stack(0x00000000a9700000,0x00000000a9800000)]
  0x00000000262ff800 JavaThread "Thread 46" [_thread_blocked, id=7292, stack(0x00000000a9400000,0x00000000a9500000)]
  0x00000000262f7800 JavaThread "Thread 45" [_thread_blocked, id=11176, stack(0x00000000a8eb0000,0x00000000a8fb0000)]
  0x00000000262f6800 JavaThread "Thread 44" [_thread_blocked, id=5600, stack(0x00000000a8bb0000,0x00000000a8cb0000)]
  0x00000000262f6000 JavaThread "Thread 43" [_thread_blocked, id=1860, stack(0x00000000a88b0000,0x00000000a89b0000)]
  0x00000000262f4800 JavaThread "Thread 42" [_thread_blocked, id=18208, stack(0x00000000a85b0000,0x00000000a86b0000)]
  0x00000000262f3800 JavaThread "Thread 41" [_thread_blocked, id=4216, stack(0x00000000a82b0000,0x00000000a83b0000)]
  0x00000000262ec800 JavaThread "Thread 40" [_thread_blocked, id=17556, stack(0x00000000a7fb0000,0x00000000a80b0000)]
  0x00000000262ea800 JavaThread "Thread 39" [_thread_blocked, id=8388, stack(0x00000000a7cb0000,0x00000000a7db0000)]
  0x00000000262e9800 JavaThread "Thread 38" [_thread_blocked, id=7088, stack(0x00000000a79b0000,0x00000000a7ab0000)]
  0x0000000049825000 JavaThread "Thread 37" [_thread_blocked, id=18032, stack(0x00000000a76b0000,0x00000000a77b0000)]
  0x0000000049824800 JavaThread "Thread 36" [_thread_blocked, id=11816, stack(0x00000000a73b0000,0x00000000a74b0000)]
  0x0000000049827800 JavaThread "Thread 35" [_thread_blocked, id=6476, stack(0x00000000a70b0000,0x00000000a71b0000)]
  0x0000000049829800 JavaThread "Thread 34" [_thread_blocked, id=2520, stack(0x00000000a6db0000,0x00000000a6eb0000)]
  0x0000000049823000 JavaThread "Thread 33" [_thread_blocked, id=13880, stack(0x00000000a6ab0000,0x00000000a6bb0000)]
  0x000000004981c000 JavaThread "Thread 32" [_thread_blocked, id=18440, stack(0x00000000a67b0000,0x00000000a68b0000)]
  0x0000000049821800 JavaThread "Thread 31" [_thread_blocked, id=7332, stack(0x00000000a64b0000,0x00000000a65b0000)]
  0x00000000257c6000 JavaThread "Thread 30" [_thread_blocked, id=16756, stack(0x00000000a61b0000,0x00000000a62b0000)]
  0x00000000257c6800 JavaThread "Thread 29" [_thread_blocked, id=1652, stack(0x00000000a5eb0000,0x00000000a5fb0000)]
  0x00000000257c4800 JavaThread "Thread 28" [_thread_blocked, id=13316, stack(0x00000000a2a80000,0x00000000a2b80000)]
  0x00000000257cb000 JavaThread "Thread 27" [_thread_blocked, id=10540, stack(0x00000000a2780000,0x00000000a2880000)]
  0x00000000257c2000 JavaThread "Thread 26" [_thread_blocked, id=10288, stack(0x00000000a2480000,0x00000000a2580000)]
  0x00000000257c0800 JavaThread "Thread 25" [_thread_blocked, id=19372, stack(0x00000000a0fd0000,0x00000000a10d0000)]
  0x00000000257be800 JavaThread "Thread 24" [_thread_blocked, id=16036, stack(0x00000000a0cd0000,0x00000000a0dd0000)]
  0x0000000046719800 JavaThread "Thread 23" [_thread_blocked, id=18636, stack(0x000000009c7f0000,0x000000009c8f0000)]
  0x0000000024072000 JavaThread "Thread 22" [_thread_blocked, id=18036, stack(0x000000009c1f0000,0x000000009c2f0000)]
  0x000000004650c000 JavaThread "Thread 21" [_thread_blocked, id=14360, stack(0x0000000094f30000,0x0000000095030000)]
  0x000000004650b000 JavaThread "Thread 20" [_thread_blocked, id=11596, stack(0x0000000092080000,0x0000000092180000)]
  0x0000000046509800 JavaThread "ModCore Thread 18" [_thread_blocked, id=12172, stack(0x0000000091f80000,0x0000000092080000)]
  0x000000004650a800 JavaThread "ModCore Thread 19" [_thread_blocked, id=15984, stack(0x0000000091e80000,0x0000000091f80000)]
  0x0000000046509000 JavaThread "ModCore Thread 17" [_thread_blocked, id=14768, stack(0x0000000091d80000,0x0000000091e80000)]
  0x0000000046508000 JavaThread "ModCore Thread 15" [_thread_blocked, id=6376, stack(0x0000000091c80000,0x0000000091d80000)]
  0x0000000046505000 JavaThread "ModCore Thread 16" [_thread_blocked, id=10588, stack(0x00000000867c0000,0x00000000868c0000)]
  0x0000000046502000 JavaThread "ModCore Thread 14" [_thread_blocked, id=18680, stack(0x00000000866c0000,0x00000000867c0000)]
  0x0000000046506000 JavaThread "AutotipScheduler" [_thread_blocked, id=8392, stack(0x00000000862e0000,0x00000000863e0000)]
  0x0000000046503000 JavaThread "pool-8-thread-3" [_thread_in_native, id=17948, stack(0x000000009cdf0000,0x000000009cef0000)]
  0x0000000046501800 JavaThread "pool-8-thread-2" [_thread_blocked, id=14816, stack(0x000000009cbf0000,0x000000009ccf0000)]
  0x0000000046506800 JavaThread "pool-8-thread-1" [_thread_in_native, id=6756, stack(0x000000009caf0000,0x000000009cbf0000)]
  0x0000000027b23000 JavaThread "5zig Netty Client" daemon [_thread_in_native, id=2092, stack(0x000000009c9f0000,0x000000009caf0000)]
  0x000000002406c000 JavaThread "5zig Texture Downloader #0" daemon [_thread_blocked, id=18092, stack(0x000000009c3f0000,0x000000009c4f0000)]
  0x0000000024071000 JavaThread "Thread 13" [_thread_blocked, id=10580, stack(0x000000009c0f0000,0x000000009c1f0000)]
  0x0000000024070800 JavaThread "AutotipScheduler" [_thread_blocked, id=19344, stack(0x000000009bff0000,0x000000009c0f0000)]
  0x0000000024063800 JavaThread "ModCore Thread 12" [_thread_blocked, id=10964, stack(0x000000009bcf0000,0x000000009bdf0000)]
  0x000000002406a800 JavaThread "Netty Client IO #1" daemon [_thread_in_native, id=11020, stack(0x000000009bbf0000,0x000000009bcf0000)]
  0x0000000024065000 JavaThread "Thread 11" daemon [_thread_blocked, id=10712, stack(0x000000009baf0000,0x000000009bbf0000)]
  0x0000000024063000 JavaThread "Thread 10" daemon [_thread_blocked, id=13868, stack(0x000000009b8f0000,0x000000009b9f0000)]
  0x0000000024069800 JavaThread "ModCore Thread 9" daemon [_thread_blocked, id=6644, stack(0x0000000088190000,0x0000000088290000)]
  0x0000000024066800 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=9840, stack(0x0000000088290000,0x0000000088390000)]
  0x0000000024067800 JavaThread "Thread-95" daemon [_thread_in_native, id=18424, stack(0x0000000084230000,0x0000000084330000)]
  0x000000003dc7c800 JavaThread "TeamSpeak Netty Client" daemon [_thread_in_native, id=3248, stack(0x0000000083e30000,0x0000000083f30000)]
  0x0000000046718800 JavaThread "ModCore Thread 8" [_thread_blocked, id=15284, stack(0x0000000082d50000,0x0000000082e50000)]
  0x000000004671b800 JavaThread "ModCore Thread 7" [_thread_blocked, id=16608, stack(0x0000000082b00000,0x0000000082c00000)]
  0x0000000046718000 JavaThread "Client" daemon [_thread_in_native, id=5900, stack(0x0000000082700000,0x0000000082800000)]
  0x0000000046717000 JavaThread "Thread 6" [_thread_blocked, id=3964, stack(0x0000000039da0000,0x0000000039ea0000)]
  0x0000000027b20000 JavaThread "5zig Netty Client" daemon [_thread_in_native, id=7060, stack(0x0000000037560000,0x0000000037660000)]
  0x0000000027b16000 JavaThread "Database Queue #0" [_thread_blocked, id=3268, stack(0x0000000037460000,0x0000000037560000)]
  0x0000000027b1a000 JavaThread "HSQLDB Timer @c9f52ef" daemon [_thread_blocked, id=4468, stack(0x0000000037360000,0x0000000037460000)]
  0x0000000027b19000 JavaThread "Mojang Status" [_thread_blocked, id=11576, stack(0x0000000083f30000,0x0000000084030000)]
  0x000000004671d000 JavaThread "Thread-92" [_thread_blocked, id=17968, stack(0x0000000051110000,0x0000000051210000)]
  0x000000004671c800 JavaThread "Thread-91" [_thread_blocked, id=7656, stack(0x000000004de70000,0x000000004df70000)]
  0x0000000046710000 JavaThread "Thread 5" [_thread_blocked, id=18864, stack(0x0000000051540000,0x0000000051640000)]
  0x0000000046716800 JavaThread "RelicWaypoints-Save" [_thread_blocked, id=5808, stack(0x0000000083330000,0x0000000083430000)]
  0x000000004670e800 JavaThread "MythologicalTracker-Save" [_thread_blocked, id=4012, stack(0x0000000083230000,0x0000000083330000)]
  0x0000000046715800 JavaThread "KeyShortcuts-Save" [_thread_blocked, id=13680, stack(0x0000000083130000,0x0000000083230000)]
  0x0000000046711800 JavaThread "GlintCustomizer-Save" [_thread_blocked, id=12560, stack(0x0000000083030000,0x0000000083130000)]
  0x0000000046715000 JavaThread "FavoritePets-Save" [_thread_blocked, id=4228, stack(0x0000000082f30000,0x0000000083030000)]
  0x0000000046712800 JavaThread "CommandAliases-Save" [_thread_blocked, id=10236, stack(0x0000000082c50000,0x0000000082d50000)]
  0x0000000046711000 JavaThread "BlockAbility-Save" [_thread_blocked, id=12552, stack(0x0000000082800000,0x0000000082900000)]
  0x0000000046713000 JavaThread "Skytils-Reload-Data" [_thread_blocked, id=12604, stack(0x0000000082600000,0x0000000082700000)]
  0x0000000027b22000 JavaThread "Skytils-FetchAuctionData" [_thread_blocked, id=4912, stack(0x0000000082200000,0x0000000082300000)]
  0x0000000027b21800 JavaThread "ArmorColor-Save" [_thread_blocked, id=1576, stack(0x0000000081f60000,0x0000000082060000)]
  0x0000000027b20800 JavaThread "Timer-12" [_thread_blocked, id=12856, stack(0x0000000081e60000,0x0000000081f60000)]
  0x0000000027b1d800 JavaThread "Thread 4" [_thread_blocked, id=9004, stack(0x0000000081d60000,0x0000000081e60000)]
  0x0000000044eb8800 JavaThread "Thread 3" [_thread_blocked, id=8212, stack(0x0000000081c60000,0x0000000081d60000)]
  0x0000000044ebf800 JavaThread "Timer-11" [_thread_blocked, id=7648, stack(0x0000000081b60000,0x0000000081c60000)]
  0x0000000044eba000 JavaThread "Timer-10" [_thread_blocked, id=18248, stack(0x0000000081860000,0x0000000081960000)]
  0x0000000044ebe800 JavaThread "Timer-9" [_thread_blocked, id=9280, stack(0x0000000081760000,0x0000000081860000)]
  0x0000000044ebe000 JavaThread "Timer-8" [_thread_blocked, id=1952, stack(0x0000000081440000,0x0000000081540000)]
  0x0000000044eb5800 JavaThread "Thread-62" [_thread_blocked, id=10096, stack(0x000000005fdf0000,0x000000005fef0000)]
  0x0000000044eb8000 JavaThread "Thread 2" [_thread_blocked, id=19036, stack(0x000000005fcf0000,0x000000005fdf0000)]
  0x0000000044ebb000 JavaThread "Timer-7" [_thread_blocked, id=11180, stack(0x0000000000b40000,0x0000000000c40000)]
  0x0000000044eb5000 JavaThread "AutotipScheduler" [_thread_blocked, id=6532, stack(0x0000000065880000,0x0000000065980000)]
  0x0000000044eb7000 JavaThread "Chunk Batcher 9" daemon [_thread_blocked, id=12308, stack(0x00000000523d0000,0x00000000524d0000)]
  0x0000000044eb4000 JavaThread "Chunk Batcher 8" daemon [_thread_blocked, id=7096, stack(0x00000000522d0000,0x00000000523d0000)]
  0x0000000044eb3800 JavaThread "Chunk Batcher 7" daemon [_thread_blocked, id=7708, stack(0x00000000521d0000,0x00000000522d0000)]
  0x0000000044eb2000 JavaThread "Chunk Batcher 6" daemon [_thread_blocked, id=672, stack(0x00000000520d0000,0x00000000521d0000)]
  0x0000000044eb1000 JavaThread "Chunk Batcher 5" daemon [_thread_blocked, id=632, stack(0x0000000051fd0000,0x00000000520d0000)]
  0x0000000044eb6800 JavaThread "Chunk Batcher 4" daemon [_thread_blocked, id=3396, stack(0x0000000051ed0000,0x0000000051fd0000)]
  0x0000000044eb2800 JavaThread "Chunk Batcher 3" daemon [_thread_blocked, id=14780, stack(0x0000000051dd0000,0x0000000051ed0000)]
  0x0000000027b1e800 JavaThread "Chunk Batcher 2" daemon [_thread_blocked, id=6736, stack(0x0000000051cd0000,0x0000000051dd0000)]
  0x0000000027b24800 JavaThread "Chunk Batcher 1" daemon [_thread_blocked, id=10916, stack(0x0000000051bd0000,0x0000000051cd0000)]
  0x0000000027b23800 JavaThread "Chunk Batcher 0" daemon [_thread_blocked, id=6384, stack(0x000000004daa0000,0x000000004dba0000)]
  0x0000000027b1c000 JavaThread "GuiManager-Save" [_thread_blocked, id=4544, stack(0x000000004d150000,0x000000004d250000)]
  0x0000000027b1b800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6612, stack(0x0000000038550000,0x0000000038650000)]
  0x0000000027b15000 JavaThread "pool-9-thread-1" [_thread_blocked, id=10160, stack(0x00000000380c0000,0x00000000381c0000)]
  0x0000000027b17800 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_blocked, id=4464, stack(0x0000000037fc0000,0x00000000380c0000)]
  0x00000000255c1800 JavaThread "Timer-6" [_thread_blocked, id=12432, stack(0x000000004c020000,0x000000004c120000)]
  0x000000003dc7d000 JavaThread "Timer-5" [_thread_blocked, id=12568, stack(0x000000004bf20000,0x000000004c020000)]
  0x000000003dc7e000 JavaThread "Timer-4" [_thread_blocked, id=5312, stack(0x000000004ba20000,0x000000004bb20000)]
  0x000000003dc7b000 JavaThread "Timer-3" [_thread_blocked, id=12616, stack(0x000000002fcb0000,0x000000002fdb0000)]
  0x000000003dc7f800 JavaThread "Timer-2" [_thread_blocked, id=9956, stack(0x000000002fab0000,0x000000002fbb0000)]
  0x000000003dc7e800 JavaThread "Thread 1" [_thread_blocked, id=13736, stack(0x000000004b720000,0x000000004b820000)]
  0x000000003dc72800 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=9336, stack(0x0000000041760000,0x0000000041860000)]
  0x000000003dc79000 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=8336, stack(0x0000000041660000,0x0000000041760000)]
  0x000000003dc71800 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=19172, stack(0x0000000041560000,0x0000000041660000)]
  0x000000003dc78800 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=9120, stack(0x0000000041460000,0x0000000041560000)]
  0x000000003dc71000 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=12112, stack(0x000000003d330000,0x000000003d430000)]
  0x000000003dc77800 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=6360, stack(0x000000003afb0000,0x000000003b0b0000)]
  0x000000003dc70000 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=11256, stack(0x0000000034de0000,0x0000000034ee0000)]
  0x000000003dc76000 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=11092, stack(0x0000000030960000,0x0000000030a60000)]
  0x000000003dc73000 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=1996, stack(0x0000000030860000,0x0000000030960000)]
  0x000000003dc77000 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=920, stack(0x0000000030760000,0x0000000030860000)]
  0x000000003dc75800 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=18476, stack(0x0000000030660000,0x0000000030760000)]
  0x000000003dc74000 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=15144, stack(0x0000000030560000,0x0000000030660000)]
  0x000000003dc74800 JavaThread "anInnocuousThread" daemon [_thread_in_native, id=7804, stack(0x0000000030460000,0x0000000030560000)]
  0x00000000255c3000 JavaThread "Timer-1" [_thread_blocked, id=13344, stack(0x000000002ff20000,0x0000000030020000)]
  0x00000000255c7000 JavaThread "Timer-0" [_thread_blocked, id=18980, stack(0x000000002fe20000,0x000000002ff20000)]
  0x00000000255c4000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=11144, stack(0x000000003aeb0000,0x000000003afb0000)]
  0x00000000255c2800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10772, stack(0x0000000028100000,0x0000000028200000)]
  0x00000000255c0000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=7276, stack(0x0000000026870000,0x0000000026970000)]
  0x00000000255c5800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=8712, stack(0x0000000026d70000,0x0000000026e70000)]
  0x00000000246de000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=12772, stack(0x00000000296d0000,0x00000000297d0000)]
  0x0000000022d80800 JavaThread "Service Thread" daemon [_thread_blocked, id=11124, stack(0x0000000023130000,0x0000000023230000)]
  0x00000000221ec800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=9508, stack(0x0000000022c30000,0x0000000022d30000)]
  0x00000000221e3800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=9800, stack(0x0000000022b30000,0x0000000022c30000)]
  0x00000000221df000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=1532, stack(0x0000000022a30000,0x0000000022b30000)]
  0x00000000221dc800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12656, stack(0x0000000022930000,0x0000000022a30000)]
  0x00000000221d8800 JavaThread "Attach Listener" daemon [_thread_blocked, id=288, stack(0x0000000022830000,0x0000000022930000)]
  0x0000000022192000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3128, stack(0x0000000022730000,0x0000000022830000)]
  0x0000000022191000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=3972, stack(0x0000000022630000,0x0000000022730000)]
  0x0000000022177800 JavaThread "Finalizer" daemon [_thread_blocked, id=3132, stack(0x0000000022530000,0x0000000022630000)]
  0x0000000022171000 JavaThread "Reference Handler" daemon [_thread_blocked, id=11808, stack(0x0000000022330000,0x0000000022430000)]
  0x0000000003154000 JavaThread "Client thread" [_thread_in_Java, id=17588, stack(0x0000000003050000,0x0000000003150000)]

Other Threads:
  0x0000000003247800 VMThread [stack: 0x0000000022230000,0x0000000022330000] [id=18656]
  0x0000000022229000 WatcherThread [stack: 0x0000000023230000,0x0000000023330000] [id=15660]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 garbage-first heap   total 2195456K, used 1480405K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 7 young (229376K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K

Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
AC   0  O    TS     0 PTAMS 0x00000006c2000000 NTAMS 0x00000006c2000000 space 32768K, 100% used [0x00000006c0000000, 0x00000006c2000000)
AC   0  F    TS     0 PTAMS 0x00000006c2000000 NTAMS 0x00000006c2000000 space 32768K,   0% used [0x00000006c2000000, 0x00000006c4000000)
AC   0  O    TS     0 PTAMS 0x00000006c6000000 NTAMS 0x00000006c6000000 space 32768K, 100% used [0x00000006c4000000, 0x00000006c6000000)
AC   0  O    TS     0 PTAMS 0x00000006c8000000 NTAMS 0x00000006c8000000 space 32768K, 100% used [0x00000006c6000000, 0x00000006c8000000)
AC   0 HS    TS     0 PTAMS 0x00000006c9000010 NTAMS 0x00000006c9000010 space 32768K,  50% used [0x00000006c8000000, 0x00000006ca000000)
AC   0  O    TS     0 PTAMS 0x00000006cc000000 NTAMS 0x00000006cc000000 space 32768K, 100% used [0x00000006ca000000, 0x00000006cc000000)
AC   0  F    TS     0 PTAMS 0x00000006cc000000 NTAMS 0x00000006cc000000 space 32768K,   0% used [0x00000006cc000000, 0x00000006ce000000)
AC   0  O    TS     0 PTAMS 0x00000006d0000000 NTAMS 0x00000006d0000000 space 32768K, 100% used [0x00000006ce000000, 0x00000006d0000000)
AC   0  O    TS     0 PTAMS 0x00000006d2000000 NTAMS 0x00000006d2000000 space 32768K, 100% used [0x00000006d0000000, 0x00000006d2000000)
AC   0  O    TS     0 PTAMS 0x00000006d4000000 NTAMS 0x00000006d4000000 space 32768K, 100% used [0x00000006d2000000, 0x00000006d4000000)
AC   0  O    TS     0 PTAMS 0x00000006d6000000 NTAMS 0x00000006d6000000 space 32768K, 100% used [0x00000006d4000000, 0x00000006d6000000)
AC   0  O    TS     0 PTAMS 0x00000006d8000000 NTAMS 0x00000006d8000000 space 32768K, 100% used [0x00000006d6000000, 0x00000006d8000000)
AC   0  O    TS     0 PTAMS 0x00000006da000000 NTAMS 0x00000006da000000 space 32768K, 100% used [0x00000006d8000000, 0x00000006da000000)
AC   0  O    TS     0 PTAMS 0x00000006dc000000 NTAMS 0x00000006dc000000 space 32768K, 100% used [0x00000006da000000, 0x00000006dc000000)
AC   0  O    TS     0 PTAMS 0x00000006de000000 NTAMS 0x00000006de000000 space 32768K, 100% used [0x00000006dc000000, 0x00000006de000000)
AC   0  O    TS     0 PTAMS 0x00000006e0000000 NTAMS 0x00000006e0000000 space 32768K, 100% used [0x00000006de000000, 0x00000006e0000000)
AC   0  O    TS     0 PTAMS 0x00000006e2000000 NTAMS 0x00000006e2000000 space 32768K, 100% used [0x00000006e0000000, 0x00000006e2000000)
AC   0  O    TS     0 PTAMS 0x00000006e4000000 NTAMS 0x00000006e4000000 space 32768K, 100% used [0x00000006e2000000, 0x00000006e4000000)
AC   0  O    TS     0 PTAMS 0x00000006e6000000 NTAMS 0x00000006e6000000 space 32768K, 100% used [0x00000006e4000000, 0x00000006e6000000)
AC   0  O    TS     0 PTAMS 0x00000006e8000000 NTAMS 0x00000006e8000000 space 32768K, 100% used [0x00000006e6000000, 0x00000006e8000000)
AC   0  O    TS     0 PTAMS 0x00000006ea000000 NTAMS 0x00000006ea000000 space 32768K, 100% used [0x00000006e8000000, 0x00000006ea000000)
AC   0  O    TS     0 PTAMS 0x00000006ec000000 NTAMS 0x00000006ec000000 space 32768K, 100% used [0x00000006ea000000, 0x00000006ec000000)
AC   0  O    TS     0 PTAMS 0x00000006ee000000 NTAMS 0x00000006ee000000 space 32768K, 100% used [0x00000006ec000000, 0x00000006ee000000)
AC   0  O    TS     0 PTAMS 0x00000006f0000000 NTAMS 0x00000006f0000000 space 32768K, 100% used [0x00000006ee000000, 0x00000006f0000000)
AC   0  O    TS     0 PTAMS 0x00000006f2000000 NTAMS 0x00000006f2000000 space 32768K, 100% used [0x00000006f0000000, 0x00000006f2000000)
AC   0  O    TS     0 PTAMS 0x00000006f4000000 NTAMS 0x00000006f4000000 space 32768K, 100% used [0x00000006f2000000, 0x00000006f4000000)
AC   0  O    TS     0 PTAMS 0x00000006f6000000 NTAMS 0x00000006f6000000 space 32768K, 100% used [0x00000006f4000000, 0x00000006f6000000)
AC   0  O    TS     0 PTAMS 0x00000006f8000000 NTAMS 0x00000006f8000000 space 32768K, 100% used [0x00000006f6000000, 0x00000006f8000000)
AC   0  O    TS     0 PTAMS 0x00000006fa000000 NTAMS 0x00000006fa000000 space 32768K, 100% used [0x00000006f8000000, 0x00000006fa000000)
AC   0  F    TS     0 PTAMS 0x00000006fa000000 NTAMS 0x00000006fa000000 space 32768K,   0% used [0x00000006fa000000, 0x00000006fc000000)
AC   0  O    TS     0 PTAMS 0x00000006fe000000 NTAMS 0x00000006fe000000 space 32768K, 100% used [0x00000006fc000000, 0x00000006fe000000)
AC   0  O    TS     0 PTAMS 0x0000000700000000 NTAMS 0x0000000700000000 space 32768K, 100% used [0x00000006fe000000, 0x0000000700000000)
AC   0  O    TS     0 PTAMS 0x0000000702000000 NTAMS 0x0000000702000000 space 32768K, 100% used [0x0000000700000000, 0x0000000702000000)
AC   0  O    TS     0 PTAMS 0x0000000704000000 NTAMS 0x0000000704000000 space 32768K, 100% used [0x0000000702000000, 0x0000000704000000)
AC   0  O    TS     0 PTAMS 0x0000000706000000 NTAMS 0x0000000706000000 space 32768K, 100% used [0x0000000704000000, 0x0000000706000000)
AC   0  O    TS     0 PTAMS 0x0000000708000000 NTAMS 0x0000000708000000 space 32768K, 100% used [0x0000000706000000, 0x0000000708000000)
AC   0  O    TS     0 PTAMS 0x000000070a000000 NTAMS 0x000000070a000000 space 32768K, 100% used [0x0000000708000000, 0x000000070a000000)
AC   0  O    TS     0 PTAMS 0x000000070c000000 NTAMS 0x000000070c000000 space 32768K, 100% used [0x000000070a000000, 0x000000070c000000)
AC   0  O    TS     0 PTAMS 0x000000070e000000 NTAMS 0x000000070e000000 space 32768K, 100% used [0x000000070c000000, 0x000000070e000000)
AC   0  O    TS     0 PTAMS 0x0000000710000000 NTAMS 0x0000000710000000 space 32768K, 100% used [0x000000070e000000, 0x0000000710000000)
AC   0  O    TS     0 PTAMS 0x0000000712000000 NTAMS 0x0000000712000000 space 32768K, 100% used [0x0000000710000000, 0x0000000712000000)
AC   0  O    TS     0 PTAMS 0x0000000714000000 NTAMS 0x0000000714000000 space 32768K, 100% used [0x0000000712000000, 0x0000000714000000)
AC   0  F    TS     0 PTAMS 0x0000000714000000 NTAMS 0x0000000714000000 space 32768K,   0% used [0x0000000714000000, 0x0000000716000000)
AC   0  O    TS     1 PTAMS 0x0000000716ca0800 NTAMS 0x0000000716ca0800 space 32768K,  39% used [0x0000000716000000, 0x0000000718000000)
AC   0  F    TS     0 PTAMS 0x0000000718000000 NTAMS 0x0000000718000000 space 32768K,   0% used [0x0000000718000000, 0x000000071a000000)
AC   0  O    TS     0 PTAMS 0x000000071c000000 NTAMS 0x000000071c000000 space 32768K, 100% used [0x000000071a000000, 0x000000071c000000)
AC   0  F    TS     0 PTAMS 0x000000071c000000 NTAMS 0x000000071c000000 space 32768K,   0% used [0x000000071c000000, 0x000000071e000000)
AC   0  F    TS     0 PTAMS 0x000000071e000000 NTAMS 0x000000071e000000 space 32768K,   0% used [0x000000071e000000, 0x0000000720000000)
AC   0  F    TS     0 PTAMS 0x0000000720000000 NTAMS 0x0000000720000000 space 32768K,   0% used [0x0000000720000000, 0x0000000722000000)
AC   0  F    TS     0 PTAMS 0x0000000722000000 NTAMS 0x0000000722000000 space 32768K,   0% used [0x0000000722000000, 0x0000000724000000)
AC   0  F    TS     0 PTAMS 0x0000000724000000 NTAMS 0x0000000724000000 space 32768K,   0% used [0x0000000724000000, 0x0000000726000000)
AC   0  F    TS     0 PTAMS 0x0000000726000000 NTAMS 0x0000000726000000 space 32768K,   0% used [0x0000000726000000, 0x0000000728000000)
AC   0  S CS TS     1 PTAMS 0x0000000728000000 NTAMS 0x0000000728000000 space 32768K,  28% used [0x0000000728000000, 0x000000072a000000)
AC   0  F    TS     0 PTAMS 0x000000072a000000 NTAMS 0x000000072a000000 space 32768K,   0% used [0x000000072a000000, 0x000000072c000000)
AC   0  S CS TS     1 PTAMS 0x000000072c000000 NTAMS 0x000000072c000000 space 32768K, 100% used [0x000000072c000000, 0x000000072e000000)
AC   0  F    TS     0 PTAMS 0x000000072e000000 NTAMS 0x000000072e000000 space 32768K,   0% used [0x000000072e000000, 0x0000000730000000)
AC   0  F    TS     0 PTAMS 0x0000000730000000 NTAMS 0x0000000730000000 space 32768K,   0% used [0x0000000730000000, 0x0000000732000000)
AC   0  F    TS     0 PTAMS 0x0000000732000000 NTAMS 0x0000000732000000 space 32768K,   0% used [0x0000000732000000, 0x0000000734000000)
AC   0  F    TS     0 PTAMS 0x0000000734000000 NTAMS 0x0000000734000000 space 32768K,   0% used [0x0000000734000000, 0x0000000736000000)
AC   0  F    TS     0 PTAMS 0x0000000736000000 NTAMS 0x0000000736000000 space 32768K,   0% used [0x0000000736000000, 0x0000000738000000)
AC   0  F    TS     0 PTAMS 0x0000000738000000 NTAMS 0x0000000738000000 space 32768K,   0% used [0x0000000738000000, 0x000000073a000000)
AC   0  F    TS     0 PTAMS 0x000000073a000000 NTAMS 0x000000073a000000 space 32768K,   0% used [0x000000073a000000, 0x000000073c000000)
AC   0  E    TS     0 PTAMS 0x000000073c000000 NTAMS 0x000000073c000000 space 32768K,  69% used [0x000000073c000000, 0x000000073e000000)
AC   0  E CS TS     0 PTAMS 0x000000073e000000 NTAMS 0x000000073e000000 space 32768K, 100% used [0x000000073e000000, 0x0000000740000000)
AC   0  E CS TS     0 PTAMS 0x0000000740000000 NTAMS 0x0000000740000000 space 32768K, 100% used [0x0000000740000000, 0x0000000742000000)
AC   0  E CS TS     0 PTAMS 0x0000000742000000 NTAMS 0x0000000742000000 space 32768K, 100% used [0x0000000742000000, 0x0000000744000000)
AC   0  E CS TS     0 PTAMS 0x0000000744000000 NTAMS 0x0000000744000000 space 32768K, 100% used [0x0000000744000000, 0x0000000746000000)

Card table byte_map: [0x0000000014dd0000,0x00000000155d0000] byte_map_base: 0x00000000117d0000

Marking Bits (Prev, Next): (CMBitMap*) 0x00000000031bd748, (CMBitMap*) 0x00000000031bd7a0
 Prev Bits: [0x0000000015dd0000, 0x0000000019dd0000)
 Next Bits: [0x0000000019dd0000, 0x000000001ddd0000)

Polling page: 0x00000000011e0000

CodeCache: size=245760Kb used=122121Kb max_used=122183Kb free=123639Kb
 bounds [0x0000000003250000, 0x000000000aa90000, 0x0000000012250000]
 total_blobs=25303 nmethods=24049 adapters=1162
 compilation: enabled

Compilation events (10 events):
Event: 10047.559 Thread 0x00000000221dc800 40625       4       net.minecraft.client.Minecraft::func_147121_ag (444 bytes)
Event: 10047.682 Thread 0x00000000221dc800 nmethod 40625 0x00000000070d89d0 code [0x00000000070d8ee0, 0x00000000070dbc08]
Event: 10058.865 Thread 0x00000000221ec800 40626   !   3       com.google.common.util.concurrent.Futures$ImmediateFuture::addListener (64 bytes)
Event: 10058.867 Thread 0x00000000221ec800 nmethod 40626 0x0000000008f4b190 code [0x0000000008f4b4c0, 0x0000000008f4ce58]
Event: 10062.590 Thread 0x00000000221df000 40627       4       java.net.InetSocketAddress$InetSocketAddressHolder::<init> (8 bytes)
Event: 10062.594 Thread 0x00000000221df000 nmethod 40627 0x0000000008f4add0 code [0x0000000008f4af00, 0x0000000008f4b138]
Event: 10064.155 Thread 0x00000000221ec800 40628       3       net.minecraft.entity.projectile.EntityArrow::func_70071_h_ (2159 bytes)
Event: 10064.162 Thread 0x00000000221ec800 nmethod 40628 0x000000000aa67710 code [0x000000000aa683e0, 0x000000000aa711a8]
Event: 10065.272 Thread 0x00000000221e3800 40629   !   4       sun.net.www.protocol.https.HttpsClient::New (359 bytes)
Event: 10066.095 Thread 0x00000000221e3800 nmethod 40629 0x000000000aa75f50 code [0x000000000aa76760, 0x000000000aa81158]

GC Heap History (10 events):
Event: 10086.768 GC heap before
{Heap before GC invocations=12046 (full 0):
 garbage-first heap   total 2195456K, used 1765715K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 13 young (425984K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
Event: 10086.781 GC heap after
Heap after GC invocations=12047 (full 0):
 garbage-first heap   total 2195456K, used 1410096K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 2 young (65536K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
}
Event: 10090.169 GC heap before
{Heap before GC invocations=12047 (full 0):
 garbage-first heap   total 2195456K, used 1770544K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 13 young (425984K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
Event: 10090.232 GC heap after
Heap after GC invocations=12048 (full 0):
 garbage-first heap   total 2195456K, used 1358184K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 2 young (65536K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
}
Event: 10093.563 GC heap before
{Heap before GC invocations=12048 (full 0):
 garbage-first heap   total 2195456K, used 1718632K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 13 young (425984K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
Event: 10093.580 GC heap after
Heap after GC invocations=12049 (full 0):
 garbage-first heap   total 2195456K, used 1358522K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 2 young (65536K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
}
Event: 10096.963 GC heap before
{Heap before GC invocations=12049 (full 0):
 garbage-first heap   total 2195456K, used 1718970K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 13 young (425984K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
Event: 10096.977 GC heap after
Heap after GC invocations=12050 (full 0):
 garbage-first heap   total 2195456K, used 1352420K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 2 young (65536K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
}
Event: 10100.495 GC heap before
{Heap before GC invocations=12051 (full 0):
 garbage-first heap   total 2195456K, used 1712868K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 13 young (425984K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
Event: 10100.507 GC heap after
Heap after GC invocations=12052 (full 0):
 garbage-first heap   total 2195456K, used 1349333K [0x00000006c0000000, 0x00000006c2000218, 0x00000007c0000000)
  region size 32768K, 2 young (65536K), 2 survivors (65536K)
 Metaspace       used 106066K, capacity 108918K, committed 109184K, reserved 1146880K
  class space    used 11322K, capacity 11832K, committed 11904K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 9819.171 Thread 0x0000000003154000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000430322c method=java.util.PriorityQueue.siftUpComparable(ILjava/lang/Object;)V @ 1
Event: 9819.174 Thread 0x0000000003154000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000005877cac method=java.util.PriorityQueue.siftUpComparable(ILjava/lang/Object;)V @ 1
Event: 9821.531 Thread 0x0000000003154000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000006c75bcc method=net.minecraft.block.BlockPistonMoving.func_180640_a(Lnet/minecraft/world/World;Lnet/minecraft/util/BlockPos;Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/util/AxisAl“´Ñï¶/Ã@
Event: 9823.429 Thread 0x0000000003154000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000040f3524 method=net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(Lnet/minecraft/block/properties/IProperty;)Ljava/lang/Comparable; @ 5
Event: 9883.809 Thread 0x0000000003154000 Uncommon trap: reason=null_check action=maybe_recompile pc=0x0000000005c41044 method=kr.syeyoung.dungeonsguide.features.impl.boss.terminal.FeatureSimonSaysSolver.onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V @ 44
Event: 9884.007 Thread 0x0000000003154000 Uncommon trap: reason=null_check action=maybe_recompile pc=0x0000000005c41044 method=kr.syeyoung.dungeonsguide.features.impl.boss.terminal.FeatureSimonSaysSolver.onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V @ 44
Event: 9884.208 Thread 0x0000000003154000 Uncommon trap: reason=null_check action=maybe_recompile pc=0x0000000005c41044 method=kr.syeyoung.dungeonsguide.features.impl.boss.terminal.FeatureSimonSaysSolver.onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V @ 44
Event: 9884.424 Thread 0x0000000003154000 Uncommon trap: reason=null_check action=maybe_recompile pc=0x0000000005c41044 method=kr.syeyoung.dungeonsguide.features.impl.boss.terminal.FeatureSimonSaysSolver.onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V @ 44
Event: 10037.243 Thread 0x0000000003154000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000a625464 method=net.minecraft.entity.monster.EntityGuardian.func_175474_cn()Z @ 9
Event: 10062.357 Thread 0x0000000003154000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000009a9d1e8 method=net.minecraft.entity.projectile.EntityArrow.func_70071_h_()V @ 254

Internal exceptions (10 events):
Event: 10101.379 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49ea80) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.383 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49ec80) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.385 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49ee80) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.387 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49f080) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.390 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49f280) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.394 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49f480) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.397 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49f680) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.399 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49f880) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.401 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49fa80) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 10101.402 Thread 0x000000004671c800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000073f49fc80) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]

Events (10 events):
Event: 10100.507 Executing VM operation: G1IncCollectionPause done
Event: 10101.056 Thread 0x0000000045afc800 Thread added: 0x0000000045afc800
Event: 10101.056 Thread 0x0000000045afc800 Thread exited: 0x0000000045afc800
Event: 10101.062 Thread 0x0000000045b02800 Thread added: 0x0000000045b02800
Event: 10101.063 Thread 0x0000000045b02800 Thread exited: 0x0000000045b02800
Event: 10101.084 Thread 0x0000000045b02800 Thread added: 0x0000000045b02800
Event: 10101.308 Executing VM operation: RevokeBias
Event: 10101.308 Executing VM operation: RevokeBias done
Event: 10101.308 Executing VM operation: RevokeBias
Event: 10101.309 Executing VM operation: RevokeBias done

Dynamic libraries:
0x00007ff6e1c40000 - 0x00007ff6e1c77000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\javaw.exe
0x00007ffb5d1b0000 - 0x00007ffb5d3a5000     C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb5cd20000 - 0x00007ffb5cddd000     C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb5ae70000 - 0x00007ffb5b138000     C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb54560000 - 0x00007ffb545f0000     C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffb12140000 - 0x00007ffb125d4000     C:\WINDOWS\SYSTEM32\AcLayers.DLL
0x00007ffb5b240000 - 0x00007ffb5b2de000     C:\WINDOWS\System32\msvcrt.dll
0x00007ffb5ca50000 - 0x00007ffb5cbf0000     C:\WINDOWS\System32\USER32.dll
0x00007ffb5aa00000 - 0x00007ffb5aa22000     C:\WINDOWS\System32\win32u.dll
0x00007ffb5b210000 - 0x00007ffb5b23a000     C:\WINDOWS\System32\GDI32.dll
0x00007ffb5a8f0000 - 0x00007ffb5a9fb000     C:\WINDOWS\System32\gdi32full.dll
0x00007ffb5add0000 - 0x00007ffb5ae6d000     C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb5aca0000 - 0x00007ffb5ada0000     C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb5b940000 - 0x00007ffb5b995000     C:\WINDOWS\System32\SHLWAPI.dll
0x00007ffb5c240000 - 0x00007ffb5c2ec000     C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb5c1a0000 - 0x00007ffb5c23b000     C:\WINDOWS\System32\sechost.dll
0x00007ffb5b600000 - 0x00007ffb5b72b000     C:\WINDOWS\System32\RPCRT4.dll
0x0000000000c70000 - 0x0000000000c73000     C:\WINDOWS\SYSTEM32\sfc.dll
0x00007ffb41c30000 - 0x00007ffb41cbe000     C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
0x00007ffb51560000 - 0x00007ffb51572000     C:\WINDOWS\SYSTEM32\sfc_os.DLL
0x00007ffb52bd0000 - 0x00007ffb52c30000     C:\WINDOWS\SYSTEM32\AcGenral.DLL
0x00007ffb5cbf0000 - 0x00007ffb5cd1a000     C:\WINDOWS\System32\ole32.dll
0x00007ffb5ce10000 - 0x00007ffb5d165000     C:\WINDOWS\System32\combase.dll
0x00007ffb5c300000 - 0x00007ffb5ca42000     C:\WINDOWS\System32\SHELL32.dll
0x00007ffb5a7b0000 - 0x00007ffb5a7de000     C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffb3a580000 - 0x00007ffb3a59d000     C:\WINDOWS\SYSTEM32\MPR.dll
0x00007ffb5a7e0000 - 0x00007ffb5a811000     C:\WINDOWS\SYSTEM32\SspiCli.dll
0x00007ffb5cde0000 - 0x00007ffb5ce10000     C:\WINDOWS\System32\IMM32.DLL
0x00007ffb46af0000 - 0x00007ffb46d8a000     C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.844_none_ca00b6081b84eb1d\COMCTL32.dll
0x000000006d8b0000 - 0x000000006d982000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\msvcr100.dll
0x000000006cb30000 - 0x000000006d3b3000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\server\jvm.dll
0x00007ffb5b500000 - 0x00007ffb5b508000     C:\WINDOWS\System32\PSAPI.DLL
0x00007ffb396a0000 - 0x00007ffb396a9000     C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffb46ac0000 - 0x00007ffb46ae7000     C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb4e800000 - 0x00007ffb4e80a000     C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb5b510000 - 0x00007ffb5b57b000     C:\WINDOWS\System32\WS2_32.dll
0x000000006d8a0000 - 0x000000006d8af000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\verify.dll
0x000000006d870000 - 0x000000006d899000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\java.dll
0x000000006d850000 - 0x000000006d866000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\zip.dll
0x00007ffb58a40000 - 0x00007ffb591d0000     C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffb5a360000 - 0x00007ffb5a38c000     C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffb5c0d0000 - 0x00007ffb5c17e000     C:\WINDOWS\System32\SHCORE.dll
0x00007ffb5a830000 - 0x00007ffb5a84f000     C:\WINDOWS\SYSTEM32\profapi.dll
0x000000006d840000 - 0x000000006d84d000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\management.dll
0x000000006d820000 - 0x000000006d83a000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\net.dll
0x00007ffb5a0d0000 - 0x00007ffb5a13a000     C:\WINDOWS\system32\mswsock.dll
0x000000006d800000 - 0x000000006d811000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\nio.dll
0x00007ffb5a2b0000 - 0x00007ffb5a2c8000     C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffb59a00000 - 0x00007ffb59a34000     C:\WINDOWS\system32\rsaenh.dll
0x00007ffb5ada0000 - 0x00007ffb5adc7000     C:\WINDOWS\System32\bcrypt.dll
0x00007ffb5b190000 - 0x00007ffb5b210000     C:\WINDOWS\System32\bcryptprimitives.dll
0x00007ffb5a2a0000 - 0x00007ffb5a2ac000     C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffb59d70000 - 0x00007ffb59dab000     C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffb5b2e0000 - 0x00007ffb5b2e8000     C:\WINDOWS\System32\NSI.dll
0x00007ffb4f410000 - 0x00007ffb4f427000     C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffb4f3f0000 - 0x00007ffb4f40d000     C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffb59dc0000 - 0x00007ffb59e8c000     C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffb52b90000 - 0x00007ffb52b9a000     C:\Users\user\AppData\Local\Temp\jansi-64-6322270521602938297.dll
0x00007ffb38760000 - 0x00007ffb38777000     C:\WINDOWS\system32\napinsp.dll
0x00007ffb37150000 - 0x00007ffb3716b000     C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffb51f90000 - 0x00007ffb51fa5000     C:\WINDOWS\system32\wshbth.dll
0x00007ffb52b00000 - 0x00007ffb52b1d000     C:\WINDOWS\system32\NLAapi.dll
0x00007ffb34830000 - 0x00007ffb34842000     C:\WINDOWS\System32\winrnr.dll
0x00007ffb4aaf0000 - 0x00007ffb4aafa000     C:\Windows\System32\rasadhlp.dll
0x00007ffb4a800000 - 0x00007ffb4a87f000     C:\WINDOWS\System32\fwpuclnt.dll
0x000000006d7d0000 - 0x000000006d7f4000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\sunec.dll
0x000000006d7b0000 - 0x000000006d7c7000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\unpack.dll
0x0000000180000000 - 0x0000000180053000     C:\Users\user\AppData\Roaming\.minecraft\bin\916e-0825-4d69-4223\lwjgl64.dll
0x00007ffb12010000 - 0x00007ffb12136000     C:\WINDOWS\SYSTEM32\OPENGL32.dll
0x00007ffb2a290000 - 0x00007ffb2a2bc000     C:\WINDOWS\SYSTEM32\GLU32.dll
0x000000006d610000 - 0x000000006d7a8000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\awt.dll
0x00007ffb5b2f0000 - 0x00007ffb5b3bd000     C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffb51840000 - 0x00007ffb518ee000     C:\WINDOWS\SYSTEM32\mscms.dll
0x00007ffb51630000 - 0x00007ffb51641000     C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll
0x00007ffb58840000 - 0x00007ffb58852000     C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffb54950000 - 0x00007ffb549ee000     C:\WINDOWS\system32\uxtheme.dll
0x00007ffb5b730000 - 0x00007ffb5b845000     C:\WINDOWS\System32\MSCTF.dll
0x00007ffb36270000 - 0x00007ffb36369000     C:\WINDOWS\SYSTEM32\textinputframework.dll
0x00007ffb53fd0000 - 0x00007ffb5432e000     C:\WINDOWS\System32\CoreUIComponents.dll
0x00007ffb54330000 - 0x00007ffb54422000     C:\WINDOWS\System32\CoreMessaging.dll
0x00007ffb59630000 - 0x00007ffb59663000     C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ffb53900000 - 0x00007ffb53a54000     C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffb5be10000 - 0x00007ffb5beb9000     C:\WINDOWS\System32\clbcatq.dll
0x00007ffadb430000 - 0x00007ffadde0c000     C:\WINDOWS\System32\DriverStore\FileRepository\nvhmi.inf_amd64_a15bbc31588a3c38\nvoglv64.dll
0x00007ffb5b9a0000 - 0x00007ffb5be09000     C:\WINDOWS\System32\SETUPAPI.dll
0x00007ffb5b140000 - 0x00007ffb5b18e000     C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffb50b30000 - 0x00007ffb50b44000     C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x00007ffb5a4e0000 - 0x00007ffb5a4f2000     C:\WINDOWS\SYSTEM32\msasn1.dll
0x00007ffb4a790000 - 0x00007ffb4a7c1000     C:\WINDOWS\SYSTEM32\cryptnet.dll
0x00007ffb5ab40000 - 0x00007ffb5ac9f000     C:\WINDOWS\System32\CRYPT32.dll
0x00007ffb5a6a0000 - 0x00007ffb5a6cc000     C:\WINDOWS\System32\DEVOBJ.dll
0x00007ffb5aa30000 - 0x00007ffb5aa90000     C:\WINDOWS\System32\WINTRUST.dll
0x00007ffb45640000 - 0x00007ffb4567b000     C:\WINDOWS\SYSTEM32\dxcore.dll
0x00007ffb02610000 - 0x00007ffb028ce000     C:\WINDOWS\system32\nvspcap64.dll
0x00007ffb58660000 - 0x00007ffb5868f000     C:\WINDOWS\SYSTEM32\dwmapi.dll
0x00007ffb52b40000 - 0x00007ffb52b83000     C:\WINDOWS\SYSTEM32\icm32.dll
0x00007ffb59ee0000 - 0x00007ffb59f2b000     C:\WINDOWS\SYSTEM32\powrprof.dll
0x00007ffb59d50000 - 0x00007ffb59d62000     C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffb596e0000 - 0x00007ffb5973a000     C:\WINDOWS\SYSTEM32\WINSTA.dll
0x00000000270f0000 - 0x0000000027128000     C:\Users\user\AppData\Local\Temp\jna\jna7168812470445448514.dll
0x000000006d5d0000 - 0x000000006d601000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\jpeg.dll
0x000000006d580000 - 0x000000006d5c7000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\fontmanager.dll
0x00007ffb44a90000 - 0x00007ffb44c5e000     C:\WINDOWS\system32\d3d9.dll
0x00007ffb451c0000 - 0x00007ffb452c5000     C:\WINDOWS\System32\DriverStore\FileRepository\nvhmi.inf_amd64_a15bbc31588a3c38\nvldumdx.dll
0x00007ffb5c180000 - 0x00007ffb5c19d000     C:\WINDOWS\System32\imagehlp.dll
0x00007ffb06ff0000 - 0x00007ffb087a8000     C:\WINDOWS\System32\DriverStore\FileRepository\nvhmi.inf_amd64_a15bbc31588a3c38\nvd3dumx.dll
0x00007ffb591e0000 - 0x00007ffb59203000     C:\WINDOWS\SYSTEM32\gpapi.dll
0x000000006d530000 - 0x000000006d572000     C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\t2k.dll
0x0000000070a40000 - 0x0000000070adc000     C:\Users\user\AppData\Roaming\.minecraft\bin\916e-0825-4d69-4223\avutil-ttv-51.dll
0x0000000065980000 - 0x00000000659d6000     C:\Users\user\AppData\Roaming\.minecraft\bin\916e-0825-4d69-4223\swresample-ttv-0.dll
0x000000006eb80000 - 0x000000006ec50000     C:\Users\user\AppData\Roaming\.minecraft\bin\916e-0825-4d69-4223\libmp3lame-ttv.dll
0x00007ffb10a30000 - 0x00007ffb11dd4000     C:\Users\user\AppData\Roaming\.minecraft\bin\916e-0825-4d69-4223\libmfxsw64.dll
0x00007ffb108c0000 - 0x00007ffb10a2d000     C:\Users\user\AppData\Roaming\.minecraft\bin\916e-0825-4d69-4223\twitchsdk.dll
0x00007ffb38200000 - 0x00007ffb386dd000     C:\WINDOWS\SYSTEM32\WININET.dll
0x0000000041860000 - 0x00000000418c4000     C:\Users\user\AppData\Roaming\.minecraft\bin\916e-0825-4d69-4223\OpenAL64.dll
0x00007ffb4cfb0000 - 0x00007ffb4d035000     C:\WINDOWS\System32\MMDevApi.dll
0x00007ffb1d660000 - 0x00007ffb1d6fc000     C:\WINDOWS\SYSTEM32\dsound.dll
0x00007ffb386e0000 - 0x00007ffb38706000     C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007ffb4d040000 - 0x00007ffb4d1c1000     C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
0x00007ffb58460000 - 0x00007ffb58474000     C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll
0x00007ffb35040000 - 0x00007ffb350dc000     C:\Users\user\AppData\Roaming\.minecraft skyblock\discord-rpc.dll
0x00007ffb10500000 - 0x00007ffb108b8000     C:\Users\user\AppData\Local\Temp\java-discord_game_sdk.dll11375962977100\discord_game_sdk.dll
0x00007ffb28f20000 - 0x00007ffb28f2b000     C:\WINDOWS\SYSTEM32\ktmw32.dll
0x00000000387e0000 - 0x000000003880a000     C:\Users\user\AppData\Local\Temp\java-discord_game_sdk_jni11376015334400\discord_game_sdk_jni.dll
0x000000004bc20000 - 0x000000004bc5b000     C:\Users\user\AppData\Roaming\.minecraft skyblock\the5zigmod\native\jacob-x64.dll
0x00007ffb357c0000 - 0x00007ffb357d7000     C:\Users\user\AppData\Roaming\.minecraft skyblock\the5zigmod\native\vcruntime140-x64.dll
0x00007ffb51690000 - 0x00007ffb516a0000     C:\Users\user\AppData\Roaming\.minecraft skyblock\the5zigmod\native\razer64.dll
0x00007ffb3a560000 - 0x00007ffb3a579000     C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll

VM Arguments:
jvm_args: -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:\Users\user\AppData\Roaming\.minecraft\bin\916e-0825-4d69-4223 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.2.2529 -Dminecraft.client.jar=C:\Users\user\AppData\Roaming\.minecraft\versions\1.8.9\1.8.9.jar -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dlog4j.configurationFile=C:\Users\user\AppData\Roaming\.minecraft\assets\log_configs\client-1.7.xml 
java_command: net.minecraft.launchwrapper.Launch --username Throwpo --version 1.8.9-forge1.8.9-11.15.1.2318-1.8.9 --gameDir C:\Users\user\AppData\Roaming\.minecraft skyblock --assetsDir C:\Users\user\AppData\Roaming\.minecraft\assets --assetIndex 1.8 --uuid 53924f1a87e647098e53f1c7d13dc239 --accessToken eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI4NzJkODU1MWM0MTA2ZTQ4NWEyYWY0ODQ1ODJlMjE3NCIsInlnZ3QiOiI3MTdmOGRiNDc1YTA0MGI5ODFiNzE5ZmNlZmRiYmQxOCIsInNwciI6IjUzOTI0ZjFhODdlNjQ3MDk4ZTUzZjFjN2QxM2RjMjM5IiwiaXNzIjoiWWdnZHJhc2lsLUF1dGgiLCJleHAiOjE2MjAyMDYyOTEsImlhdCI6MTYyMDAzMzQ5MX0.k5sl9Tf2NxX3B4-KOFNLVkzR7nfRxlTYyH9X-X1TEvQ --userProperties {
    "preferredLanguage" : 
    [
        "en-us"
    ],
    "registrationCountry" : 
    [
        "AU"
    ]
} --userType mojang --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --width 1920 --height 1080
java_class_path (initial): C:\Users\user\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8.9-11.15.1.2318-1.8.9\forge-1.8.9-11.15.1.2318-1.8.9.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\user\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simpl
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\AdoptOpenJDK\jdk-8.0.252.09-hotspot\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\Documents\ForwardNotifier;C:\Program Files\dotnet\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Users\user\AppData\Local\BCML\bin;C:\Users\user\AppData\Local\Microsoft\WindowsApps;C:\Users\user\AppData\Local\Microsoft\WindowsApps;C:\Users\user\AppData\Local\GitHubDesktop\bin;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.3\bin;;C:\Users\user\.dotnet\tools;C:\Users\user\spicetify-cli;C:\Users\user\AppData\Roaming\npm
USERNAME=user
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel

---------------  S Y S T E M  ---------------

OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.928)

CPU:total 12 (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 16651328k(5425344k free), swap 26088512k(3970584k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun  8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)

time: Mon May 03 22:06:54 2021
elapsed time: 10101 seconds (0d 2h 48m 21s)
JnCrMx commented 3 years ago

Hmmm... The problem is that runCallbacks itself cannot really cause crashes (as it just calls another function). So the problem is most likely in one of the callbacks that is executed and therefore hard to trace.

I will try to investigate more around the addresses of the stack trace, but it would be really helpful to have a core dump of the crash. I think there is a way of enabling those (see https://stackoverflow.com/questions/18459037/how-to-enable-minidumps-in-java-for-windows). So, it would be nice and super helpful if you could see if the same crash happens again while minidumps are enabled and then send me the produced dump file.

It would also be useful to know which exact version of the library (and your system architecture please) you are using.

DeDiamondPro commented 3 years ago

Hmmm... The problem is that runCallbacks itself cannot really cause crashes (as it just calls another function). So the problem is most likely in one of the callbacks that is executed and therefore hard to trace.

I will try to investigate more around the addresses of the stack trace, but it would be really helpful to have a core dump of the crash. I think there is a way of enabling those (see https://stackoverflow.com/questions/18459037/how-to-enable-minidumps-in-java-for-windows). So, it would be nice and super helpful if you could see if the same crash happens again while minidumps are enabled and then send me the produced dump file.

It would also be useful to know which exact version of the library (and your system architecture please) you are using.

Will do but I might not be able to replicate it since it happens kinda randomly

JnCrMx commented 3 years ago

Which version of the library are you using? That latest presumably? It would help a lot to know that, so I know which version I need to debug.

DeDiamondPro commented 3 years ago

Yes the latest

DeDiamondPro commented 3 years ago

also my source code is at https://github.com/DeDiamondPro/HyCord/tree/dev I tought that might help

JnCrMx commented 3 years ago

Yes, that should help. I will try to play a bit with the mod to see when it crashes, maybe I will be able to get a coredump.

How often do these crashes happen? Is there anything you suspect might cause them?

I had a look at the source code and I thought that the closing of the Core might cause some problems if it is currently in a callback or something like that. But that would only be possible if the crashes happen when leaving the server.

DeDiamondPro commented 3 years ago

So, I have never actually got the crash myself but someone crashed for the reason twice and someone else I was watching a stream of while using the mod just crashed out of nowhere. I have no idea how much it happens but my best guess is after around 2-3 hours of playing (also use a pre-release the other ones didn't use this lib)

DeDiamondPro commented 3 years ago

I got another a crash with the same code, unsure if it's the same thing but here is the core dumb: https://www.mediafire.com/file/h6zmca1c3dse2ln/hs_err_pid5048.zip/file

JnCrMx commented 3 years ago

Oh, thank you. Do you also have the text crash report for that one?

DeDiamondPro commented 3 years ago

Yes I do, (not the same crash as the first one looking at this) hs_err_pid5048.log

JnCrMx commented 3 years ago

So, first of all: This crash is even more confusing than the last one, because the native stack only contains a reference to KERNELBASE.dll+0x34b59 which might indicate that the stack was corrupted somewhere.

Second, it looks like this crash was triggered by interacting with the VoiceMenu GUI, specifically by muting/unmuting yourself. Is that correct? Does the crash every time you do that or also just randomly?

Also, kind of good news: I managed to replicate an error, probably not exactly the one you had, but it's a start. A lot of Discord calls look Rust-related, so could you please add RUST_BACKTRACE=full to the environment variables and see if that produces more verbose logs on the next crash?

DeDiamondPro commented 3 years ago

Yes thats correct this one is produced by voiceMenu, I basically was making a menu for it and then when spamming the button a bit the crash happened, I think (but could be wrong) that this is caused because I’m trying to acces/change something that still has a pending change

JnCrMx commented 3 years ago

Yes, that is quite likely.

What I also just noticed is that both crash reports display EXCEPTION_UNCAUGHT_CXX_EXCEPTION as an error, which I think indicates that the problem is related to an exception thrown from C++ code (or maybe Rust code throwing a C++ exception).

I would also suspect that the issue is related to multi threading. I got a Rust backtrace that also looks like some race condition/threading issue:

thread '<unnamed>' panicked at 'already mutably borrowed: BorrowError', src/libcore/result.rs:1165:5
stack backtrace:
   0:     0x7fee84531b24 - backtrace::backtrace::libunwind::trace::hc496b60554206774
                               at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88
   1:     0x7fee84531b24 - backtrace::backtrace::trace_unsynchronized::ha20a82d0af0c65c5
                               at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66
   2:     0x7fee84531b24 - std::sys_common::backtrace::_print_fmt::h41aff515dcee7039
                               at src/libstd/sys_common/backtrace.rs:76
   3:     0x7fee84531b24 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9cece4375f2f7fda
                               at src/libstd/sys_common/backtrace.rs:60
   4:     0x7fee845570ac - core::fmt::write::hecb5092b1fa0aafc
                               at src/libcore/fmt/mod.rs:1030
   5:     0x7fee8452d057 - std::io::Write::write_fmt::h3a49fae144e74a2a
                               at src/libstd/io/mod.rs:1412
   6:     0x7fee84533ea5 - std::sys_common::backtrace::_print::h24134367c784cf37
                               at src/libstd/sys_common/backtrace.rs:64
   7:     0x7fee84533ea5 - std::sys_common::backtrace::print::ha95f6cb55d52824a
                               at src/libstd/sys_common/backtrace.rs:49
   8:     0x7fee84533ea5 - std::panicking::default_hook::{{closure}}::hf48b3987cc8265dd
                               at src/libstd/panicking.rs:196
   9:     0x7fee84533b96 - std::panicking::default_hook::h6d285b42ab8557a8
                               at src/libstd/panicking.rs:210
  10:     0x7fee84534585 - std::panicking::rust_panic_with_hook::h694c05b962beffa6
                               at src/libstd/panicking.rs:473
  11:     0x7fee84534122 - std::panicking::continue_panic_fmt::h6d9edb7f6134fa29
                               at src/libstd/panicking.rs:380
  12:     0x7fee84534016 - rust_begin_unwind
                               at src/libstd/panicking.rs:307
  13:     0x7fee845536fa - core::panicking::panic_fmt::h06aa024bca353ba1
                               at src/libcore/panicking.rs:85
  14:     0x7fee845537f7 - core::result::unwrap_failed::hef0e5f380db2d8ff
                               at src/libcore/result.rs:1165
  15:     0x7fee8430b4ba - discord_game_sdk::voice::get_input_mode::h40022b9fb42a1dd2
  16:     0x7feefedf2eeb - Java_de_jcm_discordgamesdk_VoiceManager_getInputMode
  17:     0x7fef6ef91068 - <unknown>
fatal runtime error: failed to initiate panic, error 5
JnCrMx commented 3 years ago

It seems like creating a ReentrantLock to prevent two SDK methods from being executed at the same time is sufficient to fix the issue for me.

But I will investigate more and see if it is also required to lock in runCallbacks.

Edit: Nevermind, it still crashes without the lock in runCallbacks. :sob:

JnCrMx commented 3 years ago

I made a potential fix for this in crash-fix. Could you please try it out and tell me if it fixes the crash you could trigger?

Here are the built artifacts: 0.5.3.zip

DeDiamondPro commented 3 years ago

after doing some testing (autoclicker on 1ms delay go brrr) I can confirm that I think this fixes that crash

JnCrMx commented 3 years ago

That's great. Thank you for testing this out. I'm gonna merge my changes into master, make a new release (probably 0.5.3) and then close this issue.

Please reopen it (or create a new one) if the initial issue is not fixed by this.