-
Bug
-
Resolution: Invalid
-
Minor
-
None
-
None
-
Minecraft Version: 1.11
Operating System: Linux (amd64) version 4.4.0-51-generic
Java Version: 1.8.0_111, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3542908688 bytes (3378 MB) / 4460642304 bytes (4254 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 3 total; -Xss8m -Xmx8G -Xms2G
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94Minecraft Version: 1.11 Operating System: Linux (amd64) version 4.4.0-51-generic Java Version: 1.8.0_111, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 3542908688 bytes (3378 MB) / 4460642304 bytes (4254 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 3 total; -Xss8m -Xmx8G -Xms2G IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
-
N/A
Exception in tick loop (java.util.ConcurrentModificationException) caused by changing while iterating through a HashMap (caused by net.minecraft.server.v1_11_R1.EntityTracker.untrackEntity, if I'm reading this right).
Full crash report is attached. We use one plugin (that's located on a server-related organization, with no intent to advertise) that alters the CommandMap in both the SimplePluginManager instance and the CraftBukkit instance reflectively, as well as altering display names every async chat event. Neither of those appears to be directly related to this crash, but that's just full disclosure. No other alterations to the server are made.