BuildCraft|Core

BuildCraft|Core

7M Downloads

SMP Server hang when placing robots buildcraft 6.1.7

grannyte opened this issue ยท 5 comments

commented

when placing a robot on minecraft server the server hang with 100% cpu usage an never comes back there is no actual crash nor error log

commented

I can't reproduce it. Can you help me a bit?

commented

The robot need to have a valid task it can take on then it will hang my specific experience was with the delivery robot but some one reported a similar issue with lumberjack robots

commented

So there is the deadlock:
http://hastebin.com/cofawuciye.js

"Path Finding" #44 locked <0x00000006d75a67d0> (a buildcraft.core.utils.WorldPropertyIsSoft) but then started waiting. It caused Server thread lock as it wants to lock 0x00000006d75a67d0 too.

commented

definitely looks like it how did you obtain this log?

commented

JavaVisualVM. It is installed with every Oracle JDK and it is thread dump option.