crash-2020-12-15_23.52.39-server.txt 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3. Time: 15/12/2020 下午11:52
  4. Description: Watching Server
  5. java.lang.Error: Watchdog
  6. at java.base@13.0.2/java.util.function.Predicate.lambda$and$0(Predicate.java:69)
  7. at java.base@13.0.2/java.util.function.Predicate$$Lambda$1783/0x000000080104b440.test(Unknown Source)
  8. at app//cgh.a(SourceFile:502)
  9. at app//brx.a(SourceFile:748)
  10. at app//bro.c(SourceFile:66)
  11. at app//bri.c(SourceFile:22)
  12. at app//aqa.g(SourceFile:812)
  13. at app//aqa.a(SourceFile:590)
  14. at app//bcw.j(SourceFile:76)
  15. at app//aag.a(SourceFile:621)
  16. at app//aag$$Lambda$3605/0x00000008013bf440.accept(Unknown Source)
  17. at app//brx.a(SourceFile:561)
  18. at app//aag.a(SourceFile:411)
  19. at app//net.minecraft.server.MinecraftServer.b(SourceFile:871)
  20. at app//zg.b(SourceFile:312)
  21. at app//net.minecraft.server.MinecraftServer.a(SourceFile:811)
  22. at app//net.minecraft.server.MinecraftServer.w(SourceFile:670)
  23. at app//net.minecraft.server.MinecraftServer.a(SourceFile:257)
  24. at app//net.minecraft.server.MinecraftServer$$Lambda$3339/0x00000008012d2040.run(Unknown Source)
  25. at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28. -- Head --
  29. Thread: Server Watchdog
  30. Stacktrace:
  31. at java.base@13.0.2/java.util.function.Predicate.lambda$and$0(Predicate.java:69)
  32. at java.base@13.0.2/java.util.function.Predicate$$Lambda$1783/0x000000080104b440.test(Unknown Source)
  33. at app//cgh.a(SourceFile:502)
  34. at app//brx.a(SourceFile:748)
  35. at app//bro.c(SourceFile:66)
  36. at app//bri.c(SourceFile:22)
  37. at app//aqa.g(SourceFile:812)
  38. at app//aqa.a(SourceFile:590)
  39. at app//bcw.j(SourceFile:76)
  40. at app//aag.a(SourceFile:621)
  41. at app//aag$$Lambda$3605/0x00000008013bf440.accept(Unknown Source)
  42. at app//brx.a(SourceFile:561)
  43. at app//aag.a(SourceFile:411)
  44. at app//net.minecraft.server.MinecraftServer.b(SourceFile:871)
  45. at app//zg.b(SourceFile:312)
  46. at app//net.minecraft.server.MinecraftServer.a(SourceFile:811)
  47. at app//net.minecraft.server.MinecraftServer.w(SourceFile:670)
  48. at app//net.minecraft.server.MinecraftServer.a(SourceFile:257)
  49. -- Thread Dump --
  50. Details:
  51. Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE
  52. at java.base@13.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
  53. at java.base@13.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
  54. at java.base@13.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
  55. "Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@667be97b
  56. at java.base@13.0.2/java.lang.Object.wait(Native Method)
  57. - waiting on java.lang.ref.ReferenceQueue$Lock@667be97b
  58. at java.base@13.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  59. at java.base@13.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
  60. at java.base@13.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
  61. "Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE
  62. "Common-Cleaner" daemon prio=8 Id=11 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@68bc1bc4
  63. at java.base@13.0.2/java.lang.Object.wait(Native Method)
  64. - waiting on java.lang.ref.ReferenceQueue$Lock@68bc1bc4
  65. at java.base@13.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  66. at java.base@13.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
  67. at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
  68. at java.base@13.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
  69. "Worker-Bootstrap-6" daemon prio=5 Id=20 WAITING on java.util.concurrent.ForkJoinPool@6c83820b
  70. at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  71. - waiting on java.util.concurrent.ForkJoinPool@6c83820b
  72. at java.base@13.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  73. at java.base@13.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
  74. at java.base@13.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
  75. "Timer hack thread" daemon prio=5 Id=22 TIMED_WAITING
  76. at java.base@13.0.2/java.lang.Thread.sleep(Native Method)
  77. at app//x$6.run(SourceFile:636)
  78. "Worker-Main-8" daemon prio=5 Id=23 WAITING on java.util.concurrent.ForkJoinPool@298111ff
  79. at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  80. - waiting on java.util.concurrent.ForkJoinPool@298111ff
  81. at java.base@13.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  82. at java.base@13.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
  83. at java.base@13.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
  84. "Worker-Main-9" daemon prio=5 Id=24 WAITING on java.util.concurrent.ForkJoinPool@298111ff
  85. at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  86. - waiting on java.util.concurrent.ForkJoinPool@298111ff
  87. at java.base@13.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  88. at java.base@13.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
  89. at java.base@13.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
  90. "Worker-Main-10" daemon prio=5 Id=26 WAITING on java.util.concurrent.ForkJoinPool@298111ff
  91. at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  92. - waiting on java.util.concurrent.ForkJoinPool@298111ff
  93. at java.base@13.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  94. at java.base@13.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
  95. at java.base@13.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
  96. "Worker-Main-11" daemon prio=5 Id=27 WAITING on java.util.concurrent.ForkJoinPool@298111ff
  97. at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  98. - waiting on java.util.concurrent.ForkJoinPool@298111ff
  99. at java.base@13.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  100. at java.base@13.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
  101. at java.base@13.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
  102. "Worker-Main-12" daemon prio=5 Id=28 WAITING on java.util.concurrent.ForkJoinPool@298111ff
  103. at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  104. - waiting on java.util.concurrent.ForkJoinPool@298111ff
  105. at java.base@13.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  106. at java.base@13.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
  107. at java.base@13.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
  108. "Worker-Main-13" daemon prio=5 Id=29 TIMED_WAITING on java.util.concurrent.ForkJoinPool@298111ff
  109. at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  110. - waiting on java.util.concurrent.ForkJoinPool@298111ff
  111. at java.base@13.0.2/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:276)
  112. at java.base@13.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1624)
  113. at java.base@13.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
  114. "Worker-Main-14" daemon prio=5 Id=25 WAITING on java.util.concurrent.ForkJoinPool@298111ff
  115. at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  116. - waiting on java.util.concurrent.ForkJoinPool@298111ff
  117. at java.base@13.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  118. at java.base@13.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
  119. at java.base@13.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
  120. "Snooper Timer" daemon prio=5 Id=31 WAITING on java.util.TaskQueue@10080585
  121. at java.base@13.0.2/java.lang.Object.wait(Native Method)
  122. - waiting on java.util.TaskQueue@10080585
  123. at java.base@13.0.2/java.lang.Object.wait(Object.java:326)
  124. at java.base@13.0.2/java.util.TimerThread.mainLoop(Timer.java:527)
  125. at java.base@13.0.2/java.util.TimerThread.run(Timer.java:506)
  126. "Server thread" prio=5 Id=30 RUNNABLE
  127. at java.base@13.0.2/java.util.function.Predicate.lambda$and$0(Predicate.java:69)
  128. at java.base@13.0.2/java.util.function.Predicate$$Lambda$1783/0x000000080104b440.test(Unknown Source)
  129. at app//cgh.a(SourceFile:502)
  130. at app//brx.a(SourceFile:748)
  131. at app//bro.c(SourceFile:66)
  132. at app//bri.c(SourceFile:22)
  133. at app//aqa.g(SourceFile:812)
  134. at app//aqa.a(SourceFile:590)
  135. ...
  136. "Server console handler" daemon prio=5 Id=32 RUNNABLE (in native)
  137. at java.base@13.0.2/java.io.FileInputStream.readBytes(Native Method)
  138. at java.base@13.0.2/java.io.FileInputStream.read(FileInputStream.java:273)
  139. at java.base@13.0.2/java.io.BufferedInputStream.read1(BufferedInputStream.java:283)
  140. at java.base@13.0.2/java.io.BufferedInputStream.read(BufferedInputStream.java:344)
  141. - locked java.io.BufferedInputStream@18625e7b
  142. at java.base@13.0.2/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:297)
  143. at java.base@13.0.2/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)
  144. at java.base@13.0.2/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
  145. - locked java.io.InputStreamReader@680114a6
  146. at java.base@13.0.2/java.io.InputStreamReader.read(InputStreamReader.java:185)
  147. ...
  148. "DestroyJavaVM" prio=5 Id=34 RUNNABLE
  149. "ObjectCleanerThread" daemon prio=1 Id=35 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@49aeeeb0
  150. at java.base@13.0.2/java.lang.Object.wait(Native Method)
  151. - waiting on java.lang.ref.ReferenceQueue$Lock@49aeeeb0
  152. at java.base@13.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  153. at app//io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
  154. at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  155. at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
  156. "Netty Server IO #0" daemon prio=5 Id=36 RUNNABLE
  157. at java.base@13.0.2/sun.nio.ch.KQueue.poll(Native Method)
  158. at java.base@13.0.2/sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:122)
  159. at java.base@13.0.2/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  160. - locked sun.nio.ch.Util$2@19daee2d
  161. - locked sun.nio.ch.KQueueSelectorImpl@1341faeb
  162. at java.base@13.0.2/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  163. at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  164. at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  165. at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  166. at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
  167. "Server Watchdog" daemon prio=5 Id=39 RUNNABLE
  168. at java.management@13.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method)
  169. at java.management@13.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:502)
  170. at java.management@13.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:490)
  171. at app//zj.run(SourceFile:49)
  172. at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
  173. "Netty Server IO #1" daemon prio=5 Id=40 RUNNABLE
  174. at java.base@13.0.2/sun.nio.ch.KQueue.poll(Native Method)
  175. at java.base@13.0.2/sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:122)
  176. at java.base@13.0.2/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  177. - locked sun.nio.ch.Util$2@73057801
  178. - locked sun.nio.ch.KQueueSelectorImpl@4de0d3bf
  179. at java.base@13.0.2/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  180. at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  181. at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  182. at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  183. at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
  184. "Netty Server IO #2" daemon prio=5 Id=49 RUNNABLE
  185. at java.base@13.0.2/sun.nio.ch.KQueue.poll(Native Method)
  186. at java.base@13.0.2/sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:122)
  187. at java.base@13.0.2/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  188. - locked sun.nio.ch.Util$2@385e7a8
  189. - locked sun.nio.ch.KQueueSelectorImpl@1f0fd391
  190. at java.base@13.0.2/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  191. at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  192. at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  193. at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  194. at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
  195. Stacktrace:
  196. at zj.run(SourceFile:65)
  197. at java.base/java.lang.Thread.run(Thread.java:830)
  198. -- Performance stats --
  199. Details:
  200. Random tick rate: 3
  201. Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 1, entities: 25436 [minecraft:tnt:24870,minecraft:item:300,minecraft:pig:44,minecraft:chicken:35,minecraft:cow:28], block_entities: 42 [minecraft:mob_spawner:22,minecraft:chest:17,minecraft:beehive:3], block_ticks: 1252, fluid_ticks: 77, chunk_source: ServerChunkCache: 2545,
  202. ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
  203. ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0
  204. -- System Details --
  205. Details:
  206. Minecraft Version: 1.16.4
  207. Minecraft Version ID: 1.16.4
  208. Operating System: Mac OS X (x86_64) version 10.16
  209. Java Version: 13.0.2, Oracle Corporation
  210. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
  211. Memory: 450505064 bytes (429 MB) / 1073741824 bytes (1024 MB) up to 1073741824 bytes (1024 MB)
  212. CPUs: 8
  213. JVM Flags: 2 total; -Xmx1024M -Xms1024M
  214. Player Count: 1 / 99; [aah['Alanyeung'/1326, l='ServerLevel[world]', x=13.69, y=103.62, z=12.43]]
  215. Data Packs: vanilla
  216. Is Modded: Unknown (can't tell)
  217. Type: Dedicated Server (map_server.txt)