This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Get random drops 1.52. Use CB 17143. Wait for someone to die and respawn, or wait for a new player to join and random spawn
What is the expected output? What do you see instead?Error message in console, server freezes giving Read Time Out, Read Time Out, Read Time Out
What version of the product are you using?1.5
Do you have an error log of what happened?2012-01-15 14:09:19 [SEVERE] java.util.ConcurrentModificationException2012-01-15 14:09:19 [SEVERE] at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)2012-01-15 14:09:19 [SEVERE] at java.util.AbstractList$Itr.next(AbstractList.java:343)2012-01-15 14:09:19 [SEVERE] at java.util.AbstractCollection.removeAll(AbstractCollection.java:336)2012-01-15 14:09:19 [SEVERE] at net.minecraft.server.World.tickEntities(World.java:1113)2012-01-15 14:09:19 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:525)2012-01-15 14:09:19 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)2012-01-15 14:09:19 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)2012-01-15 14:09:19 [SEVERE] Unexpected exceptionjava.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) at java.util.AbstractList$Itr.next(AbstractList.java:343) at java.util.AbstractCollection.removeAll(AbstractCollection.java:336) at net.minecraft.server.World.tickEntities(World.java:1113) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:525) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)2012-01-15 14:10:37 [INFO] Read timed out2012-01-15 14:10:46 [INFO] Connection reset2012-01-15 14:11:05 [INFO] Read timed out2012-01-15 14:11:48 [INFO] Read timed out2012-01-15 14:12:51 [INFO] Read timed out2012-01-15 14:13:26 [INFO] Read timed out
Please provide any additional information below.I dont know if that was from a new player joining or a player dying and respawning. But i know the server can freeze in either in either case. I have been using /rssetarea square 900 in an area with alot of land and no ocean
I was able to reproduce your problem immediately. I think it's an issue with the development build of CB (version 1714). I will fix this problem asap. once the recommend build of CB is out.
To post a comment, please login or register a new account.