Skip to content

Instantly share code, notes, and snippets.

@HyCraftHD
Last active November 11, 2019 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HyCraftHD/249805e85639182b68bdc45554664c94 to your computer and use it in GitHub Desktop.
Save HyCraftHD/249805e85639182b68bdc45554664c94 to your computer and use it in GitHub Desktop.
Threaddump
"Server thread" #23 prio=5 os_prio=0 tid=0x00007f19fddc4000 nid=0x4d2b runnable [0x00007f19989ec000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x000000057614d848> (a java.lang.String)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:135)
at net.minecraft.world.World.func_217353_a(World.java:164)
at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:889)
at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:829)
at com.blamejared.clumps.Clumps.joinWorld(Clumps.java:47)
at net.minecraftforge.eventbus.ASMEventHandler_425_Clumps_joinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraft.world.server.ServerWorld.func_217440_f(ServerWorld.java:904)
at net.minecraft.world.server.ChunkManager.lambda$null$24(ChunkManager.java:577)
at net.minecraft.world.server.ChunkManager$$Lambda$6375/1296239965.apply(Unknown Source)
at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162)
at com.mojang.datafixers.util.Either$$Lambda$6376/441904960.apply(Unknown Source)
at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
at com.mojang.datafixers.util.Either.mapLeft(Either.java:162)
at net.minecraft.world.server.ChunkManager.lambda$func_219200_b$25(ChunkManager.java:554)
at net.minecraft.world.server.ChunkManager$$Lambda$6372/563005852.apply(Unknown Source)
at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58)
at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$6310/922810233.run(Unknown Source)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(SourceFile:550)
at net.minecraft.world.server.ServerChunkProvider.func_217234_d(SourceFile:273)
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127)
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:679)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:626)
at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment