Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  2. ------------------------------
  3. Current Thread: File IO Thread
  4. PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
  5. Stack:
  6. java.base@10.0.2/java.lang.Thread.sleep(Native Method)
  7. app//net.minecraft.server.v1_13_R2.FileIOThread.c(SourceFile:59)
  8. app//net.minecraft.server.v1_13_R2.FileIOThread.run(SourceFile:35)
  9. java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  10. ------------------------------
  11. Current Thread: Netty Epoll Server IO #1
  12. PID: 47 | Suspended: false | Native: false | State: RUNNABLE
  13. Stack:
  14. app//io.netty.channel.epoll.Native.epollWait0(Native Method)
  15. app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
  16. app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  17. app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  18. app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  19. java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  20. ------------------------------
  21. Current Thread: Netty Epoll Server IO #2
  22. PID: 48 | Suspended: false | Native: true | State: RUNNABLE
  23. Stack:
  24. app//io.netty.channel.epoll.Native.epollWait0(Native Method)
  25. app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
  26. app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  27. app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  28. app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  29. java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  30. ------------------------------
  31. Current Thread: Keep-Alive-Timer
  32. PID: 52 | Suspended: false | Native: false | State: TIMED_WAITING
  33. Stack:
  34. java.base@10.0.2/java.lang.Thread.sleep(Native Method)
  35. java.base@10.0.2/sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:168)
  36. java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  37. java.base@10.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement