Luohuayu / CatServer

高性能和高兼容性的1.12.2/1.16.5/1.18.2版本Forge+Bukkit+Spigot服务端 (A high performance and high compatibility 1.12.2/1.16.5/1.18.2 version Forge+Bukkit+Spigot server)
https://catmc.org
GNU Lesser General Public License v3.0
1.98k stars 211 forks source link

ConcurrentModificationException导致崩服 #310

Closed CraftDream closed 3 years ago

CraftDream commented 3 years ago

crash如下

java.util.ConcurrentModificationException
    at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:911)
    at java.util.ArrayList$Itr.next(ArrayList.java:861)
    at net.minecraft.server.management.PlayerChunkMap$3.computeNext(PlayerChunkMap.java:78)
    at net.minecraft.server.management.PlayerChunkMap$3.computeNext(PlayerChunkMap.java:71)
    at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:145)
    at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:140)
    at com.google.common.collect.ImmutableCollection$Builder.addAll(ImmutableCollection.java:436)
    at com.google.common.collect.ImmutableSet$Builder.addAll(ImmutableSet.java:534)
    at net.minecraftforge.common.ForgeChunkManager.getPersistentChunksIterableFor(ForgeChunkManager.java:150)
    at net.minecraft.world.World.getPersistentChunkIterable(World.java:4287)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:517)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:331)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:897)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:472)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:773)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:627)
    at java.lang.Thread.run(Thread.java:748)
Luohuayu commented 3 years ago

请提供崩溃时的debug.log和crash文件

CraftDream commented 3 years ago

crash-2021-02-16_17.37.59-server.txt debug-2.log

Luohuayu commented 3 years ago

反馈PaoDan插件作者修复或者删除该插件, 异步传送玩家造成崩溃

CraftDream commented 3 years ago

明白了,thx