Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash when running mv clone command inside command block #2167

Closed
stdio2016 opened this issue Feb 1, 2020 · 2 comments
Closed

crash when running mv clone command inside command block #2167

stdio2016 opened this issue Feb 1, 2020 · 2 comments
Labels
Bug: Confirmed Issue/problem with the software. Resolution: Duplicate Issues that has already been reported.

Comments

@stdio2016
Copy link

looks like race condition
step to reproduce:

  1. place a command block
  2. type command mv clone world w2
  3. place a button next to command block
  4. click button

Description: Exception in server tick loop

java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source)
at java.util.LinkedHashMap$LinkedValueIterator.next(Unknown Source)
at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1064)
at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:399)
at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984)
at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824)
at java.lang.Thread.run(Unknown Source)

Running: CraftBukkit version git-Spigot-800b93f-8160e29 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT) false
Plugins: { Multiverse-Core v4.1.0-b775 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--, dumptruckman],}

@Jadiction Jadiction added Bug: Confirmed Issue/problem with the software. Bug: Unconfirmed Unsure if the issue/bug is valid. labels Mar 21, 2020
@benwoo1110 benwoo1110 removed the Bug: Confirmed Issue/problem with the software. label Oct 12, 2020
@benwoo1110 benwoo1110 added Bug: Confirmed Issue/problem with the software. and removed Bug: Unconfirmed Unsure if the issue/bug is valid. labels Dec 21, 2020
@benwoo1110
Copy link
Member

Confirmed this error occurring when a world is loaded/unloaded with command blocks, but it looks more like a spigot bug.

@benwoo1110
Copy link
Member

Duplicate of #2560

@benwoo1110 benwoo1110 marked this as a duplicate of #2560 Feb 20, 2021
@benwoo1110 benwoo1110 added the Resolution: Duplicate Issues that has already been reported. label Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Confirmed Issue/problem with the software. Resolution: Duplicate Issues that has already been reported.
Projects
None yet
Development

No branches or pull requests

3 participants