Using a Philosopher's Stone in the jungle undergrowth causes a stack overflow as the stone tries to transmute a massive number of blocks at once, crashing the server.
Error Messages:
Error Log:
2012-07-17 10:24:46 [sEVERE] Unexpected exception
java.lang.StackOverflowError
at java.util.concurrent.locks.ReentrantReadWriteLock$Sync.tryAcquire(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(Unknown Source)
at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(Unknown Source)
at org.bukkit.craftbukkit.util.LongHashset.remove(LongHashset.java:84)
at org.bukkit.craftbukkit.util.LongHash.remove(LongHash.java:21)
at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:80)
at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:105)
at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:69)
at net.minecraft.server.World.k(World.java:523)
at net.minecraft.server.World.applyPhysics(World.java:508)
at net.minecraft.server.World.update(World.java:473)
at net.minecraft.server.World.setData(World.java:416)
at ee.ItemPhilosopherStone.doTreeSearch(ItemPhilosopherStone.java:476)
at ee.ItemPhilosopherStone.doTreeSearch(ItemPhilosopherStone.java:477)
at ee.ItemPhilosopherStone.doTreeSearch(ItemPhilosopherStone.java:477)
at ee.ItemPhilosopherStone.doTreeSearch(ItemPhilosopherStone.java:477)
at ee.ItemPhilosopherStone.doTreeSearch(ItemPhilosopherStone.java:477)
(This repeats about 100 times)
Question
D3matt
Title: Philo Stone + Jungle Undergrowth = Crash
Version: 3.0.3/3.0.4
OS: Windows Server 2008 R2
Java Version: 1.7.0_04
Description of Problem:
Using a Philosopher's Stone in the jungle undergrowth causes a stack overflow as the stone tries to transmute a massive number of blocks at once, crashing the server.
Error Messages:
Error Log:
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now