Created
October 11, 2021 17:18
-
-
Save noncom/56e026f3aacbfd73a844054c1d93396c to your computer and use it in GitHub Desktop.
Supposed SilentGear Forge hangup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@DESKTOP-G7CH5LH C:\Users\user\.jdks\openjdk-16.0.2\bin | |
$ jps | |
3680 | |
81472 BootstrapLauncher | |
25604 Jps | |
53332 | |
54076 | |
user@DESKTOP-G7CH5LH C:\Users\user\.jdks\openjdk-16.0.2\bin | |
$ jstack 81472 | |
2021-10-11 19:46:12 | |
Full thread dump OpenJDK 64-Bit Server VM (16.0.1+9 mixed mode, sharing): | |
Threads class SMR info: | |
_java_thread_list=0x000001290fd48460, length=66, elements={ | |
0x00000129570beba0, 0x00000129024decd0, 0x00000129024e2ac0, 0x00000129024fc100, | |
0x00000129024fbbb0, 0x00000129024fe0e0, 0x00000129024fabc0, 0x0000012902502280, | |
0x0000012902502bd0, 0x0000012902506540, 0x00000129024fb660, 0x00000129024fc650, | |
0x0000012909b3ec20, 0x0000012909b41150, 0x000001290e8949d0, 0x000001290e88e4e0, | |
0x000001290e890a10, 0x000001290e891f50, 0x000001290e8929f0, 0x000001290e892f40, | |
0x000001290e88f4d0, 0x000001290e894480, 0x000001290e893490, 0x000001290e88df90, | |
0x000001290e8939e0, 0x000001290e88fa20, 0x000001290e88ff70, 0x000001290e8959c0, | |
0x000001290e88ea30, 0x000001290e8904c0, 0x000001290e8914b0, 0x000001290e890f60, | |
0x00000129065e27c0, 0x0000012904057050, 0x000001290fa5a080, 0x00000129065e1280, | |
0x00000129065e17d0, 0x000001290fa5a5d0, 0x000001290fa5b070, 0x0000012905912570, | |
0x0000012905912020, 0x00000129065e1d20, 0x00000129065e2270, 0x00000129070f95a0, | |
0x00000129070fb580, 0x00000129070fa040, 0x0000012904056060, 0x00000129040575a0, | |
0x0000012908edc5a0, 0x0000012904056b00, 0x000001290b1fa750, 0x000001290b1fa200, | |
0x000001290b1faca0, 0x000001290b1f9cb0, 0x000001290b1fb1f0, 0x000001290eb50bd0, | |
0x000001290eb4e150, 0x000001290eb4d6b0, 0x000001290eb4fbe0, 0x000001290eb4dc00, | |
0x000001290eb4e6a0, 0x000001290eb50130, 0x000001290eb50680, 0x0000012908edb5b0, | |
0x0000012904a12ef0, 0x0000012908edbb00 | |
} | |
"Render thread" #1 prio=5 os_prio=0 cpu=89187.50ms elapsed=95.98s tid=0x00000129570beba0 nid=0x2114 runnable [0x00000022ac7fc000] | |
java.lang.Thread.State: RUNNABLE | |
at java.util.concurrent.ConcurrentLinkedDeque.pollFirst([email protected]/Unknown Source) | |
at net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne([email protected]/ModWorkManager.java:54) | |
at net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive([email protected]/ModWorkManager.java:40) | |
at net.minecraftforge.fml.ModLoader.waitForTransition([email protected]/ModLoader.java:216) | |
at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$21([email protected]/ModLoader.java:201) | |
at net.minecraftforge.fml.ModLoader$$Lambda$3749/0x0000000801687d40.accept([email protected]/Unknown Source) | |
at java.util.Optional.ifPresent([email protected]/Unknown Source) | |
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError([email protected]/ModLoader.java:201) | |
at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11([email protected]/ModLoader.java:178) | |
at net.minecraftforge.fml.ModLoader$$Lambda$3743/0x0000000801687000.accept([email protected]/Unknown Source) | |
at java.lang.Iterable.forEach([email protected]/Unknown Source) | |
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods([email protected]/ModLoader.java:178) | |
at net.minecraftforge.fmlclient.ClientModLoader.lambda$begin$1([email protected]/ClientModLoader.java:108) | |
at net.minecraftforge.fmlclient.ClientModLoader$$Lambda$3664/0x00000008016590d0.run([email protected]/Unknown Source) | |
at net.minecraftforge.fmlclient.ClientModLoader.lambda$createRunnableWithCatch$4([email protected]/ClientModLoader.java:129) | |
at net.minecraftforge.fmlclient.ClientModLoader$$Lambda$3665/0x00000008016592e8.run([email protected]/Unknown Source) | |
at net.minecraftforge.fmlclient.ClientModLoader.begin([email protected]/ClientModLoader.java:108) | |
at net.minecraft.client.Minecraft.<init>([email protected]/Minecraft.java:460) | |
at net.minecraft.client.main.Main.main([email protected]/Main.java:151) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0([email protected]/Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke([email protected]/Unknown Source) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke([email protected]/Unknown Source) | |
at java.lang.reflect.Method.invoke([email protected]/Unknown Source) | |
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0([email protected]/CommonClientLaunchHandler.java:45) | |
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler$$Lambda$777/0x0000000800faf458.call([email protected]/Unknown Source) | |
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch([email protected]/LaunchServiceHandlerDecorator.java:37) | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch([email protected]/LaunchServiceHandler.java:53) | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch([email protected]/LaunchServiceHandler.java:71) | |
at cpw.mods.modlauncher.Launcher.run([email protected]/Launcher.java:106) | |
at cpw.mods.modlauncher.Launcher.main([email protected]/Launcher.java:77) | |
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept([email protected]/BootstrapLaunchConsumer.java:26) | |
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept([email protected]/BootstrapLaunchConsumer.java:23) | |
at cpw.mods.bootstraplauncher.BootstrapLauncher.main([email protected]/BootstrapLauncher.java:90) | |
"Reference Handler" #2 daemon prio=10 os_prio=2 cpu=0.00ms elapsed=95.97s tid=0x00000129024decd0 nid=0x6368 waiting on condition [0x00000022acefe000] | |
java.lang.Thread.State: RUNNABLE | |
at java.lang.ref.Reference.waitForReferencePendingList([email protected]/Native Method) | |
at java.lang.ref.Reference.processPendingReferences([email protected]/Unknown Source) | |
at java.lang.ref.Reference$ReferenceHandler.run([email protected]/Unknown Source) | |
"Finalizer" #3 daemon prio=8 os_prio=1 cpu=0.00ms elapsed=95.97s tid=0x00000129024e2ac0 nid=0x882c in Object.wait() [0x00000022acfff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x00000006002efef8> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove([email protected]/Unknown Source) | |
- locked <0x00000006002efef8> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove([email protected]/Unknown Source) | |
at java.lang.ref.Finalizer$FinalizerThread.run([email protected]/Unknown Source) | |
"Signal Dispatcher" #4 daemon prio=9 os_prio=2 cpu=0.00ms elapsed=95.96s tid=0x00000129024fc100 nid=0x6474 runnable [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"Attach Listener" #5 daemon prio=5 os_prio=2 cpu=0.00ms elapsed=95.96s tid=0x00000129024fbbb0 nid=0xa8c4 waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"Service Thread" #6 daemon prio=9 os_prio=0 cpu=0.00ms elapsed=95.96s tid=0x00000129024fe0e0 nid=0xc574 runnable [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"Monitor Deflation Thread" #7 daemon prio=9 os_prio=0 cpu=0.00ms elapsed=95.96s tid=0x00000129024fabc0 nid=0x149b0 runnable [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"C2 CompilerThread0" #8 daemon prio=9 os_prio=2 cpu=8984.38ms elapsed=95.96s tid=0x0000012902502280 nid=0xc16c waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
No compile task | |
"C1 CompilerThread0" #16 daemon prio=9 os_prio=2 cpu=1140.62ms elapsed=95.96s tid=0x0000012902502bd0 nid=0x94c8 waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
No compile task | |
"Sweeper thread" #20 daemon prio=9 os_prio=2 cpu=312.50ms elapsed=95.96s tid=0x0000012902506540 nid=0xbda8 runnable [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"Common-Cleaner" #21 daemon prio=8 os_prio=1 cpu=0.00ms elapsed=95.92s tid=0x00000129024fb660 nid=0x1199c in Object.wait() [0x00000022ad8ff000] | |
java.lang.Thread.State: TIMED_WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x00000006002e9ab8> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove([email protected]/Unknown Source) | |
- locked <0x00000006002e9ab8> (a java.lang.ref.ReferenceQueue$Lock) | |
at jdk.internal.ref.CleanerImpl.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
at jdk.internal.misc.InnocuousThread.run([email protected]/Unknown Source) | |
"Notification Thread" #22 daemon prio=9 os_prio=0 cpu=0.00ms elapsed=95.89s tid=0x00000129024fc650 nid=0xf8a0 runnable [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"Thread-0" #28 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=94.05s tid=0x0000012909b3ec20 nid=0x2d28 waiting on condition [0x00000022aecfe000] | |
java.lang.Thread.State: TIMED_WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
at java.util.concurrent.locks.LockSupport.parkNanos([email protected]/Unknown Source) | |
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run([email protected]/FileWatcher.java:190) | |
"FileSystemWatchService" #29 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=94.04s tid=0x0000012909b41150 nid=0xb8ec runnable [0x00000022aedff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0([email protected]/Native Method) | |
at sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus([email protected]/Unknown Source) | |
at sun.nio.fs.WindowsWatchService$Poller.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Timer hack thread" #34 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=83.93s tid=0x000001290e8949d0 nid=0x103ec waiting on condition [0x00000022adefe000] | |
java.lang.Thread.State: TIMED_WAITING (sleeping) | |
at java.lang.Thread.sleep([email protected]/Native Method) | |
at net.minecraft.Util$7.run([email protected]/Util.java:569) | |
"Snooper Timer" #36 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=83.76s tid=0x000001290e88e4e0 nid=0x7a94 in Object.wait() [0x00000022ae6fe000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x000000060a2cf8b8> (a java.util.TaskQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at java.util.TimerThread.mainLoop([email protected]/Unknown Source) | |
- locked <0x000000060a2cf8b8> (a java.util.TaskQueue) | |
at java.util.TimerThread.run([email protected]/Unknown Source) | |
"modloading-worker-9" #40 daemon prio=5 os_prio=0 cpu=343.75ms elapsed=82.02s tid=0x000001290e890a10 nid=0x94d0 waiting on condition [0x00000022af4fe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-2" #41 daemon prio=5 os_prio=0 cpu=906.25ms elapsed=82.02s tid=0x000001290e891f50 nid=0x7c94 waiting on condition [0x00000022afbfe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-11" #42 daemon prio=5 os_prio=0 cpu=296.88ms elapsed=82.02s tid=0x000001290e8929f0 nid=0xd374 in Object.wait() [0x00000022afcfc000] | |
java.lang.Thread.State: RUNNABLE | |
at net.minecraftforge.fmllegacy.network.FMLHandshakeHandler.<clinit>([email protected]/FMLHandshakeHandler.java:78) | |
- waiting on the Class initialization monitor for net.minecraftforge.fmllegacy.network.FMLNetworkConstants | |
at net.silentchaos512.gear.network.Network.<clinit>([email protected]/Network.java:37) | |
at net.silentchaos512.gear.SideProxy.<init>([email protected]/SideProxy.java:64) | |
at net.silentchaos512.gear.SideProxy$Client.<init>([email protected]/SideProxy.java:164) | |
at net.silentchaos512.gear.SilentGear$$Lambda$4759/0x000000080180a5e0.get([email protected]/Unknown Source) | |
at net.minecraftforge.fml.DistExecutor.safeRunForDist([email protected]/DistExecutor.java:201) | |
at net.silentchaos512.gear.SilentGear.<init>([email protected]/SilentGear.java:35) | |
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0([email protected]/Native Method) | |
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance([email protected]/Unknown Source) | |
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance([email protected]/Unknown Source) | |
at java.lang.reflect.Constructor.newInstanceWithCaller([email protected]/Unknown Source) | |
at java.lang.reflect.Constructor.newInstance([email protected]/Unknown Source) | |
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod([email protected]/FMLModContainer.java:81) | |
at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3727/0x0000000801667ae8.run([email protected]/Unknown Source) | |
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4([email protected]/ModContainer.java:120) | |
at net.minecraftforge.fml.ModContainer$$Lambda$3762/0x0000000801689648.run([email protected]/Unknown Source) | |
at java.util.concurrent.CompletableFuture$AsyncRun.run([email protected]/Unknown Source) | |
at java.util.concurrent.CompletableFuture$AsyncRun.exec([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinTask.doExec([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.scan([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-4" #43 daemon prio=5 os_prio=0 cpu=296.88ms elapsed=82.02s tid=0x000001290e892f40 nid=0xbd34 waiting on condition [0x00000022afdff000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-13" #44 daemon prio=5 os_prio=0 cpu=375.00ms elapsed=82.02s tid=0x000001290e88f4d0 nid=0xa80 waiting on condition [0x00000022afefe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-6" #45 daemon prio=5 os_prio=0 cpu=234.38ms elapsed=82.02s tid=0x000001290e894480 nid=0xdb6c waiting on condition [0x00000022afffe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-15" #46 daemon prio=5 os_prio=0 cpu=234.38ms elapsed=82.02s tid=0x000001290e893490 nid=0xf210 waiting on condition [0x00000022b00fe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-8" #47 daemon prio=5 os_prio=0 cpu=1281.25ms elapsed=82.02s tid=0x000001290e88df90 nid=0x3524 waiting on condition [0x00000022b01fe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-1" #48 daemon prio=5 os_prio=0 cpu=765.62ms elapsed=82.02s tid=0x000001290e8939e0 nid=0x5324 waiting on condition [0x00000022b02fe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-10" #49 daemon prio=5 os_prio=0 cpu=359.38ms elapsed=82.02s tid=0x000001290e88fa20 nid=0xf014 waiting on condition [0x00000022b03fe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-3" #50 daemon prio=5 os_prio=0 cpu=281.25ms elapsed=82.02s tid=0x000001290e88ff70 nid=0x16d8 waiting on condition [0x00000022b04ff000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-12" #51 daemon prio=5 os_prio=0 cpu=281.25ms elapsed=82.02s tid=0x000001290e8959c0 nid=0x4f0 in Object.wait() [0x00000022b05fd000] | |
java.lang.Thread.State: RUNNABLE | |
at net.minecraftforge.fmllegacy.network.NetworkInitialization.getHandshakeChannel([email protected]/NetworkInitialization.java:43) | |
- waiting on the Class initialization monitor for net.minecraftforge.fmllegacy.network.FMLHandshakeHandler | |
at net.minecraftforge.fmllegacy.network.FMLNetworkConstants.<clinit>([email protected]/FMLNetworkConstants.java:49) | |
at net.minecraftforge.common.ForgeMod.<init>([email protected]/ForgeMod.java:148) | |
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0([email protected]/Native Method) | |
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance([email protected]/Unknown Source) | |
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance([email protected]/Unknown Source) | |
at java.lang.reflect.Constructor.newInstanceWithCaller([email protected]/Unknown Source) | |
at java.lang.reflect.Constructor.newInstance([email protected]/Unknown Source) | |
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod([email protected]/FMLModContainer.java:81) | |
at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3727/0x0000000801667ae8.run([email protected]/Unknown Source) | |
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4([email protected]/ModContainer.java:120) | |
at net.minecraftforge.fml.ModContainer$$Lambda$3762/0x0000000801689648.run([email protected]/Unknown Source) | |
at java.util.concurrent.CompletableFuture$AsyncRun.run([email protected]/Unknown Source) | |
at java.util.concurrent.CompletableFuture$AsyncRun.exec([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinTask.doExec([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.scan([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-5" #52 daemon prio=5 os_prio=0 cpu=468.75ms elapsed=82.02s tid=0x000001290e88ea30 nid=0x1291c waiting on condition [0x00000022b06ff000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-14" #53 daemon prio=5 os_prio=0 cpu=359.38ms elapsed=82.02s tid=0x000001290e8904c0 nid=0x14bb8 waiting on condition [0x00000022b07ff000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-7" #54 daemon prio=5 os_prio=0 cpu=437.50ms elapsed=82.02s tid=0x000001290e8914b0 nid=0xd9ec waiting on condition [0x00000022b08fe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"modloading-worker-0" #55 daemon prio=5 os_prio=0 cpu=421.88ms elapsed=82.02s tid=0x000001290e890f60 nid=0x5d24 waiting on condition [0x00000022b09fe000] | |
java.lang.Thread.State: WAITING (parking) | |
at jdk.internal.misc.Unsafe.park([email protected]/Native Method) | |
- parking to wait for <0x000000060ac627e8> (a java.util.concurrent.ForkJoinPool) | |
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source) | |
"CraftPresence" #58 daemon prio=5 os_prio=0 cpu=140.62ms elapsed=81.15s tid=0x00000129065e27c0 nid=0x3540 in Object.wait() [0x00000022b10fe000] | |
java.lang.Thread.State: TIMED_WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <no object reference available> | |
at java.util.TimerThread.mainLoop([email protected]/Unknown Source) | |
- locked <0x000000060c9be178> (a java.util.TaskQueue) | |
at java.util.TimerThread.run([email protected]/Unknown Source) | |
"Thread-5" #59 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.99s tid=0x0000012904057050 nid=0xa370 runnable [0x00000022b0efe000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-6" #60 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.99s tid=0x000001290fa5a080 nid=0x14bd4 runnable [0x00000022b11fe000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-7" #61 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x00000129065e1280 nid=0x15fd4 runnable [0x00000022b12ff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-8" #62 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x00000129065e17d0 nid=0x663c runnable [0x00000022b13ff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-9" #63 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x000001290fa5a5d0 nid=0xf7f0 runnable [0x00000022b14ff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-10" #64 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x000001290fa5b070 nid=0x12d24 runnable [0x00000022b15ff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-11" #65 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x0000012905912570 nid=0x2ef0 runnable [0x00000022b16ff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-12" #66 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x0000012905912020 nid=0xf5f0 runnable [0x00000022b17ff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-13" #67 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x00000129065e1d20 nid=0xf520 runnable [0x00000022b18fe000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-14" #68 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x00000129065e2270 nid=0x50dc runnable [0x00000022b19fe000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-15" #69 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x00000129070f95a0 nid=0x5b14 runnable [0x00000022b1aff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-16" #70 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x00000129070fb580 nid=0x12fd4 runnable [0x00000022b1bfe000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-17" #71 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x00000129070fa040 nid=0x3594 runnable [0x00000022b1cff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-18" #72 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x0000012904056060 nid=0x14db0 runnable [0x00000022b1dfe000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-19" #73 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x00000129040575a0 nid=0x6210 runnable [0x00000022b1eff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-20" #74 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x0000012908edc5a0 nid=0x203c runnable [0x00000022b1ffe000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Thread-21" #75 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.98s tid=0x0000012904056b00 nid=0xf20c runnable [0x00000022b20ff000] | |
java.lang.Thread.State: RUNNABLE | |
at sun.nio.ch.Iocp.getQueuedCompletionStatus([email protected]/Native Method) | |
at sun.nio.ch.Iocp$EventHandlerTask.run([email protected]/Unknown Source) | |
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #0" #76 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290b1fa750 nid=0x131c0 in Object.wait() [0x00000022b21fe000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #1" #77 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290b1fa200 nid=0xf3ec in Object.wait() [0x00000022b22fe000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #2" #78 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290b1faca0 nid=0x8020 in Object.wait() [0x00000022b23ff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #3" #79 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290b1f9cb0 nid=0x5a20 in Object.wait() [0x00000022b24fe000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #4" #80 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290b1fb1f0 nid=0x2b28 in Object.wait() [0x00000022b25fe000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #5" #81 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290eb50bd0 nid=0x6ad4 in Object.wait() [0x00000022b26ff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #6" #82 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290eb4e150 nid=0x1250c in Object.wait() [0x00000022b27ff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #7" #83 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290eb4d6b0 nid=0x13990 in Object.wait() [0x00000022b28ff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #8" #84 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290eb4fbe0 nid=0x9b48 in Object.wait() [0x00000022b29fe000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #9" #85 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290eb4dc00 nid=0xb760 in Object.wait() [0x00000022b2aff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #10" #86 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290eb4e6a0 nid=0x138a0 in Object.wait() [0x00000022b2bff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #11" #87 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290eb50130 nid=0xb748 in Object.wait() [0x00000022b2cff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #12" #88 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x000001290eb50680 nid=0xaf18 in Object.wait() [0x00000022b2dff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite OffThread Queue Worker Thread #13" #89 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.72s tid=0x0000012908edb5b0 nid=0x52c in Object.wait() [0x00000022b2eff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait([email protected]/Native Method) | |
- waiting on <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Object.wait([email protected]/Unknown Source) | |
at net.roguelogix.phosphophyllite.threading.WorkQueue$DequeueThread.run([email protected]/WorkQueue.java:48) | |
- locked <0x0000000613a44100> (a java.util.concurrent.ConcurrentLinkedQueue) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"Phosphophyllite-GuiSync" #90 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.68s tid=0x0000012904a12ef0 nid=0x13aa4 waiting on condition [0x00000022b2fff000] | |
java.lang.Thread.State: TIMED_WAITING (sleeping) | |
at java.lang.Thread.sleep([email protected]/Native Method) | |
at net.roguelogix.phosphophyllite.gui.GuiSync.lambda$onModLoad$2([email protected]/GuiSync.java:166) | |
at net.roguelogix.phosphophyllite.gui.GuiSync$$Lambda$7044/0x0000000801c40c10.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"IPCClient-Reader" #95 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=80.23s tid=0x0000012908edbb00 nid=0x14f64 waiting on condition [0x00000022b30ff000] | |
java.lang.Thread.State: TIMED_WAITING (sleeping) | |
at java.lang.Thread.sleep([email protected]/Native Method) | |
at com.gitlab.cdagaming.craftpresence.utils.discord.rpc.entities.pipe.WindowsPipe.read([email protected]/WindowsPipe.java:66) | |
at com.gitlab.cdagaming.craftpresence.utils.discord.rpc.IPCClient.lambda$startReading$0([email protected]/IPCClient.java:583) | |
at com.gitlab.cdagaming.craftpresence.utils.discord.rpc.IPCClient$$Lambda$7971/0x0000000801e70268.run([email protected]/Unknown Source) | |
at java.lang.Thread.run([email protected]/Unknown Source) | |
"VM Thread" os_prio=2 cpu=62.50ms elapsed=95.97s tid=0x00000129024da170 nid=0xd9fc runnable | |
"GC Thread#0" os_prio=2 cpu=156.25ms elapsed=95.98s tid=0x0000012957136ed0 nid=0x9520 runnable | |
"GC Thread#1" os_prio=2 cpu=140.62ms elapsed=95.72s tid=0x000001290372dd40 nid=0xf510 runnable | |
"GC Thread#2" os_prio=2 cpu=140.62ms elapsed=95.72s tid=0x000001290372e050 nid=0x11fac runnable | |
"GC Thread#3" os_prio=2 cpu=140.62ms elapsed=95.72s tid=0x0000012903730580 nid=0x6e64 runnable | |
"GC Thread#4" os_prio=2 cpu=156.25ms elapsed=95.72s tid=0x0000012903732ab0 nid=0xab70 runnable | |
"GC Thread#5" os_prio=2 cpu=140.62ms elapsed=95.72s tid=0x00000129037331c0 nid=0x7a74 runnable | |
"GC Thread#6" os_prio=2 cpu=156.25ms elapsed=94.67s tid=0x00000129043fb590 nid=0x55b8 runnable | |
"GC Thread#7" os_prio=2 cpu=78.12ms elapsed=94.67s tid=0x0000012906701590 nid=0x15f00 runnable | |
"GC Thread#8" os_prio=2 cpu=125.00ms elapsed=94.67s tid=0x0000012905543020 nid=0x1eb8 runnable | |
"GC Thread#9" os_prio=2 cpu=109.38ms elapsed=93.45s tid=0x0000012908cce840 nid=0x1155c runnable | |
"GC Thread#10" os_prio=2 cpu=78.12ms elapsed=93.45s tid=0x0000012906b13c80 nid=0xbe94 runnable | |
"GC Thread#11" os_prio=2 cpu=156.25ms elapsed=93.45s tid=0x0000012906aea3a0 nid=0x1206c runnable | |
"GC Thread#12" os_prio=2 cpu=140.62ms elapsed=93.45s tid=0x00000129061c1080 nid=0xc150 runnable | |
"G1 Main Marker" os_prio=2 cpu=15.62ms elapsed=95.98s tid=0x0000012957147f20 nid=0x7878 runnable | |
"G1 Conc#0" os_prio=2 cpu=359.38ms elapsed=95.98s tid=0x0000012957148920 nid=0xe188 runnable | |
"G1 Conc#1" os_prio=2 cpu=312.50ms elapsed=92.72s tid=0x00000129061c19b0 nid=0x4100 runnable | |
"G1 Conc#2" os_prio=2 cpu=328.12ms elapsed=92.71s tid=0x00000129061c0a60 nid=0x13fe0 runnable | |
"G1 Refine#0" os_prio=2 cpu=0.00ms elapsed=95.98s tid=0x000001290238ea10 nid=0x10d40 runnable | |
"G1 Service" os_prio=2 cpu=15.62ms elapsed=95.98s tid=0x000001290238f320 nid=0x9f58 runnable | |
"VM Periodic Task Thread" os_prio=2 cpu=46.88ms elapsed=95.89s tid=0x00000129031da610 nid=0x8f78 waiting on condition | |
JNI global refs: 41, weak refs: 45 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment