Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.47 KB | None | 0 0
  1. jordi@jd:~/cube$ jstack 2002
  2. 2018-04-21 19:14:24
  3. Full thread dump OpenJDK 64-Bit Server VM (25.162-b12 mixed mode):
  4.  
  5. "Attach Listener" #47 daemon prio=9 os_prio=0 tid=0x00007fa2d8001000 nid=0x891 waiting on condition [0x0000000000000000]
  6. java.lang.Thread.State: RUNNABLE
  7.  
  8. "AE Compass Service" #46 prio=5 os_prio=0 tid=0x00007fa2ba729000 nid=0x800 waiting on condition [0x00007fa2b44c8000]
  9. java.lang.Thread.State: WAITING (parking)
  10. at sun.misc.Unsafe.park(Native Method)
  11. - parking to wait for <0x00000004d12fed70> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  12. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  13. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  14. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  15. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  16. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  17. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  18. at java.lang.Thread.run(Thread.java:748)
  19.  
  20. "ic2-poolthread-1" #45 daemon prio=5 os_prio=0 tid=0x00007fa2ba91f800 nid=0x7ff in Object.wait() [0x00007fa2b41c7000]
  21. java.lang.Thread.State: WAITING (on object monitor)
  22. at java.lang.Object.wait(Native Method)
  23. - waiting on <0x00000004c4d43d88> (a ic2.core.util.PriorityExecutor$FixedPriorityQueue)
  24. at java.lang.Object.wait(Object.java:502)
  25. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  26. - locked <0x00000004c4d43d88> (a ic2.core.util.PriorityExecutor$FixedPriorityQueue)
  27. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  28. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  29. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  30. at java.lang.Thread.run(Thread.java:748)
  31.  
  32. "Ender IO Scheduler" #44 prio=5 os_prio=0 tid=0x00007fa2ba919800 nid=0x7fe waiting on condition [0x00007fa2f44a7000]
  33. java.lang.Thread.State: TIMED_WAITING (sleeping)
  34. at java.lang.Thread.sleep(Native Method)
  35. at info.loenwind.scheduler.Scheduler.run(Scheduler.java:41)
  36.  
  37. "Netty Epoll Server IO #0" #39 daemon prio=5 os_prio=0 tid=0x00007fa2ba015800 nid=0x7f9 runnable [0x00007fa2b7be3000]
  38. java.lang.Thread.State: RUNNABLE
  39. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  40. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  41. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  42. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  43. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  44. at java.lang.Thread.run(Thread.java:748)
  45.  
  46. "Netty Server IO - Mob AI Thread-0" #38 prio=8 os_prio=0 tid=0x00007fa2b9b3e800 nid=0x7f8 in Object.wait() [0x00007fa2f4198000]
  47. java.lang.Thread.State: WAITING (on object monitor)
  48. at java.lang.Object.wait(Native Method)
  49. - waiting on <0x00000004cbdbc6e0> (a java.lang.Object)
  50. at java.lang.Object.wait(Object.java:502)
  51. at thut.api.entity.ai.AIThreadManager$AIThread$1.run(AIThreadManager.java:167)
  52. - locked <0x00000004cbdbc6e0> (a java.lang.Object)
  53. at java.lang.Thread.run(Thread.java:748)
  54.  
  55. "Server console handler" #20 daemon prio=5 os_prio=0 tid=0x00007fa2b8001000 nid=0x7e6 runnable [0x00007fa2f6417000]
  56. java.lang.Thread.State: RUNNABLE
  57. at java.io.FileInputStream.readBytes(Native Method)
  58. at java.io.FileInputStream.read(FileInputStream.java:255)
  59. at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
  60. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  61. - locked <0x00000004c1ff0620> (a java.io.BufferedInputStream)
  62. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  63. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  64. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  65. - locked <0x00000004c712ee58> (a java.io.InputStreamReader)
  66. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  67. at java.io.BufferedReader.fill(BufferedReader.java:161)
  68. at java.io.BufferedReader.readLine(BufferedReader.java:324)
  69. - locked <0x00000004c712ee58> (a java.io.InputStreamReader)
  70. at java.io.BufferedReader.readLine(BufferedReader.java:389)
  71. at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:105)
  72.  
  73. "DestroyJavaVM" #19 prio=5 os_prio=0 tid=0x00007fa33000a800 nid=0x7d3 waiting on condition [0x0000000000000000]
  74. java.lang.Thread.State: RUNNABLE
  75.  
  76. "Server thread" #17 prio=5 os_prio=0 tid=0x00007fa3311c8000 nid=0x7e5 runnable [0x00007fa2f6517000]
  77. java.lang.Thread.State: RUNNABLE
  78. at java.util.AbstractCollection.toArray(AbstractCollection.java:136)
  79. at java.util.Collections$UnmodifiableCollection.toArray(Collections.java:1033)
  80. at java.util.ArrayList.<init>(ArrayList.java:178)
  81. at com.google.common.collect.Lists.newArrayList(Lists.java:149)
  82. at net.minecraft.world.WorldServer.func_175650_b(WorldServer.java:1063)
  83. at net.minecraft.world.World.loadEntities(World.java:4847)
  84. at cubicchunks.world.cube.Cube.onLoad(Cube.java:582)
  85. at cubicchunks.server.CubeProviderServer.onCubeLoaded(CubeProviderServer.java:340)
  86. at cubicchunks.server.CubeProviderServer.generateCube(CubeProviderServer.java:412)
  87. at cubicchunks.server.CubeProviderServer.postCubeLoadAttempt(CubeProviderServer.java:374)
  88. at cubicchunks.server.CubeProviderServer.getCube(CubeProviderServer.java:322)
  89. at cubicchunks.server.CubeProviderServer.getCube(CubeProviderServer.java:251)
  90. at cubicchunks.server.CubeProviderServer.getCube(CubeProviderServer.java:256)
  91. at net.minecraft.world.World.handler$getBlockState$zzj000(World.java:4805)
  92. at net.minecraft.world.World.func_180495_p(World.java)
  93. at net.minecraft.world.World.func_175623_d(World.java:229)
  94. at ic2.core.block.WorldGenRubTree.func_180709_b(WorldGenRubTree.java:56)
  95. at ic2.core.Ic2WorldDecorator.genRubberTree(Ic2WorldDecorator.java:375)
  96. at ic2.core.Ic2WorldDecorator.generate(Ic2WorldDecorator.java:326)
  97. at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
  98. at cubicchunks.worldgen.generator.vanilla.VanillaCompatibilityGenerator.populate(VanillaCompatibilityGenerator.java:276)
  99. at cubicchunks.server.CubeProviderServer.lambda$populateCube$3(CubeProviderServer.java:435)
  100. at cubicchunks.server.CubeProviderServer$$Lambda$1303/1987487876.apply(Unknown Source)
  101. at cubicchunks.util.Box.forEachPoint(Box.java:50)
  102. at cubicchunks.server.CubeProviderServer.populateCube(CubeProviderServer.java:432)
  103. at cubicchunks.server.CubeProviderServer.postCubeLoadAttempt(CubeProviderServer.java:382)
  104. at cubicchunks.server.CubeProviderServer.getCube(CubeProviderServer.java:322)
  105. at cubicchunks.server.SpawnCubes$SpawnArea.addTickets(SpawnCubes.java:124)
  106. at cubicchunks.server.SpawnCubes$SpawnArea.update(SpawnCubes.java:77)
  107. at cubicchunks.server.SpawnCubes$SpawnArea.update(SpawnCubes.java:70)
  108. at cubicchunks.server.SpawnCubes.update(SpawnCubes.java:50)
  109. at cubicchunks.CommonEventHandler.onWorldLoad(CommonEventHandler.java:113)
  110. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_844_CommonEventHandler_onWorldLoad_Load.invoke(.dynamic)
  111. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  112. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  113. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:309)
  114. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
  115. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  116. at java.lang.Thread.run(Thread.java:748)
  117.  
  118. "Server Infinisleeper" #16 daemon prio=5 os_prio=0 tid=0x00007fa3311c4000 nid=0x7e4 waiting on condition [0x00007fa2f6619000]
  119. java.lang.Thread.State: TIMED_WAITING (sleeping)
  120. at java.lang.Thread.sleep(Native Method)
  121. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
  122.  
  123. "Snooper Timer" #15 daemon prio=5 os_prio=0 tid=0x00007fa33119f800 nid=0x7e3 in Object.wait() [0x00007fa2f7deb000]
  124. java.lang.Thread.State: WAITING (on object monitor)
  125. at java.lang.Object.wait(Native Method)
  126. - waiting on <0x00000004c2df4ef8> (a java.util.TaskQueue)
  127. at java.lang.Object.wait(Object.java:502)
  128. at java.util.TimerThread.mainLoop(Timer.java:526)
  129. - locked <0x00000004c2df4ef8> (a java.util.TaskQueue)
  130. at java.util.TimerThread.run(Timer.java:505)
  131.  
  132. "Service Thread" #8 daemon prio=9 os_prio=0 tid=0x00007fa330189800 nid=0x7df runnable [0x0000000000000000]
  133. java.lang.Thread.State: RUNNABLE
  134.  
  135. "C1 CompilerThread2" #7 daemon prio=9 os_prio=0 tid=0x00007fa33017a000 nid=0x7de waiting on condition [0x0000000000000000]
  136. java.lang.Thread.State: RUNNABLE
  137.  
  138. "C2 CompilerThread1" #6 daemon prio=9 os_prio=0 tid=0x00007fa330178000 nid=0x7dd waiting on condition [0x0000000000000000]
  139. java.lang.Thread.State: RUNNABLE
  140.  
  141. "C2 CompilerThread0" #5 daemon prio=9 os_prio=0 tid=0x00007fa330175000 nid=0x7dc waiting on condition [0x0000000000000000]
  142. java.lang.Thread.State: RUNNABLE
  143.  
  144. "Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007fa330173000 nid=0x7db runnable [0x0000000000000000]
  145. java.lang.Thread.State: RUNNABLE
  146.  
  147. "Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007fa33014b000 nid=0x7da in Object.wait() [0x00007fa3044d0000]
  148. java.lang.Thread.State: WAITING (on object monitor)
  149. at java.lang.Object.wait(Native Method)
  150. - waiting on <0x00000004c14901c0> (a java.lang.ref.ReferenceQueue$Lock)
  151. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
  152. - locked <0x00000004c14901c0> (a java.lang.ref.ReferenceQueue$Lock)
  153. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
  154. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:212)
  155.  
  156. "Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007fa330146800 nid=0x7d9 in Object.wait() [0x00007fa3045d1000]
  157. java.lang.Thread.State: WAITING (on object monitor)
  158. at java.lang.Object.wait(Native Method)
  159. - waiting on <0x00000004c1490390> (a java.lang.ref.Reference$Lock)
  160. at java.lang.Object.wait(Object.java:502)
  161. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  162. - locked <0x00000004c1490390> (a java.lang.ref.Reference$Lock)
  163. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  164.  
  165. "VM Thread" os_prio=0 tid=0x00007fa33013f000 nid=0x7d8 runnable
  166.  
  167. "GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007fa33001f800 nid=0x7d4 runnable
  168.  
  169. "GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007fa330021800 nid=0x7d5 runnable
  170.  
  171. "GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007fa330023000 nid=0x7d6 runnable
  172.  
  173. "GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007fa330025000 nid=0x7d7 runnable
  174.  
  175. "VM Periodic Task Thread" os_prio=0 tid=0x00007fa33018c000 nid=0x7e0 waiting on condition
  176.  
  177. JNI global references: 2199
  178.  
  179. jordi@jd:~/cube$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement