Random crashing with anticheat plugins. #59


  • Defect
  • Waiting
Open
Assigned to andre111_
  • _ForgeUser8977323 created this issue Jan 12, 2014

    What steps will reproduce the problem?
    1.Start server

    What is the expected output? What do you see instead?
    I expect it to work but instead it crashes.

    What version of the product are you using?
    The latest.

    Do you have an error log of what happened?
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]: Current Thread: pool-9-thread-1
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]: ------------------------------
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.lang.Thread.run(Thread.java:744)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         net.minecraft.server.v1_7_R1.FileIOThread.run(SourceFile:23)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         net.minecraft.server.v1_7_R1.FileIOThread.b(SourceFile:44)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.lang.Thread.sleep(Native Method)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:     Stack:
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:     PID: 63 | Suspended: false | Native: false | State: TIMED_WAITING
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]: Current Thread: File IO Thread
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]: ------------------------------
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.lang.Thread.run(Thread.java:744)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         sun.misc.Unsafe.park(Native Method)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:     Stack:
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:     PID: 82 | Suspended: false | Native: false | State: WAITING
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]: Current Thread: DCInvalidInteractHandler-0
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]: ------------------------------
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.lang.Thread.run(Thread.java:744)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:         sun.misc.Unsafe.park(Native Method)
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:     Stack:
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]:     PID: 112 | Suspended: false | Native: false | State: TIMED_WAITING
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]: Current Thread: Async Chat Thread - #2
    12.01 11:39:20 [Server] INFO [11:39:20 ERROR]: ------------------------------
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: Entire Thread Dump:
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: ------------------------------
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:583)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:58)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.h31ix.anticheat.manage.UserManager$1.run(UserManager.java:215)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.kickPlayer(CraftPlayer.java:236)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.server.v1_7_R1.PlayerConnection.disconnect(PlayerConnection.java:174)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:703)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.server.v1_7_R1.PlayerList.disconnect(PlayerList.java:281)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         java.lang.reflect.Method.invoke(Method.java:606)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         com.comphenix.protocol.injector.PacketFilterManager$3.onPlayerQuit(PacketFilterManager.java:934)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         com.comphenix.protocol.injector.PacketFilterManager.access$600(PacketFilterManager.java:80)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         com.comphenix.protocol.injector.PacketFilterManager.onPlayerQuit(PacketFilterManager.java:972)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         com.comphenix.protocol.injector.netty.NettyProtocolInjector$3.handleDisconnect(NettyProtocolInjector.java:351)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector.close(ChannelInjector.java:285)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:296)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:337)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.waitForFuture(DefaultChannelPipeline.java:549)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.util.io.netty.util.concurrent.AbstractFuture.get(AbstractFuture.java:31)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.util.io.netty.util.concurrent.DefaultPromise.await(DefaultPromise.java:30)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         net.minecraft.util.io.netty.util.concurrent.DefaultPromise.await(DefaultPromise.java:240)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         java.lang.Object.wait(Object.java:503)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:         java.lang.Object.wait(Native Method)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:     Stack:
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]:     PID: 13 | Suspended: false | Native: false | State: WAITING
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: Current Thread: Server thread
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: ------------------------------
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: ------------------------------
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: Spigot version: git-Spigot-1226 (MC: 1.7.2)
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: Please report this to http://www.spigotmc.org/
    12.01 11:39:19 [Server] INFO [11:39:19 ERROR]: The server has stopped responding!

    Please provide any additional information below.
    Only heppens with a anticheat plugin. It crashed with NoCheatPlus as well.

  • _ForgeUser8977323 added the tags New Defect Jan 12, 2014
  • andre111_ posted a comment Jan 13, 2014

    The error log doesn't contain information about how DvZ was involved in the crash.

    Please verify that it is actually DvZ causing the crash.

  • andre111_ removed a tag New Jan 13, 2014
  • andre111_ added a tag Waiting Jan 13, 2014

To post a comment, please login or register a new account.