Advertisement
ctakan

Untitled

Apr 20th, 2021
1,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 04-20 10:00:28 [FINE] [TickThreading] Started TT metrics reporting. This can be disabled in PluginMetrics.cfg
  2. 04-20 10:00:28 [FINEST] [TickThreading] Sent event FMLConstructionEvent to mod TickThreading
  3. 04-20 10:00:29 [FINEST] [TickThreading] Sending event FMLPreInitializationEvent to mod TickThreading
  4. 04-20 10:00:29 [FINEST] [TickThreading] Sent event FMLPreInitializationEvent to mod TickThreading
  5. 04-20 10:00:30 [FINEST] [TickThreading] Sending event FMLInitializationEvent to mod TickThreading
  6. 04-20 10:00:30 [FINEST] [TickThreading] Sent event FMLInitializationEvent to mod TickThreading
  7. 04-20 10:00:32 [FINEST] [TickThreading] Sending event IMCEvent to mod TickThreading
  8. 04-20 10:00:32 [FINEST] [TickThreading] Sent event IMCEvent to mod TickThreading
  9. 04-20 10:00:32 [FINEST] [TickThreading] Sending event FMLPostInitializationEvent to mod TickThreading
  10. 04-20 10:00:32 [FINEST] [TickThreading] Sent event FMLPostInitializationEvent to mod TickThreading
  11. 04-20 10:00:34 [FINEST] [TickThreading] Sending event FMLLoadCompleteEvent to mod TickThreading
  12. 04-20 10:00:34 [FINEST] [TickThreading] Sent event FMLLoadCompleteEvent to mod TickThreading
  13. 04-20 10:00:58 [FINEST] [TickThreading] Sending event FMLServerAboutToStartEvent to mod TickThreading
  14. 04-20 10:00:58 [FINEST] [TickThreading] Sent event FMLServerAboutToStartEvent to mod TickThreading
  15. 04-20 10:00:58 [FINE] [TickThreading] Set dimension ID for Overworld/0
  16. 04-20 10:00:58 [WARNING] [TickThreading] Failed to register corrected dimension ID with DimensionManager
  17. java.lang.IllegalArgumentException: Failed to register dimension for id -1, provider type 30 does not exist
  18.     at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:144)
  19.     at net.minecraft.world.World.setDimension(World.java:107)
  20.     at net.minecraftforge.common.DimensionManager.setWorld(DimensionManager.java:275)
  21.     at net.minecraft.world.WorldServer.<init>(WorldServer.java:237)
  22.     at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14)
  23.     at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:407)
  24.     at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:224)
  25.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:141)
  26.     at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  27. 04-20 10:00:58 [WARNING] [TickThreading] World DIM-1/30's provider dimensionId is not the same as its real dimensionId. Provider ID: -1, real ID: -1
  28. 04-20 10:00:58 [FINE] [TickThreading] Set dimension ID for Nether/-1
  29. 04-20 10:01:05 [FINE] [TickThreading] Set dimension ID for bd/57
  30. 04-20 10:01:05 [FINE] [TickThreading] Set dimension ID for rpwars/58
  31. 04-20 10:01:05 [FINE] [TickThreading] Set dimension ID for wynn1/13
  32. 04-20 10:01:05 [FINE] [TickThreading] Set dimension ID for newbd/16
  33. 04-20 10:01:05 [FINE] [TickThreading] Set dimension ID for vanilla/29
  34. 04-20 10:01:43 [FINEST] [TickThreading] Sending event FMLServerStartingEvent to mod TickThreading
  35. 04-20 10:01:43 [SEVERE] [TickThreading] TickThreading v1.6.4.2 for MC1.6.4 on 1.6.4 tickthreading,mcpc,spigot,craftbukkit,forge,fml - 1.8.0_282-8u282-b08-0ubuntu1~20.04-b08 is installed on this server.
  36. If anything breaks, check if it is still broken without TickThreading
  37. We don't want to annoy mod developers with issue reports caused by TickThreading.
  38. Seriously, please don't.
  39. If it's only broken with TickThreading, report it at https://github.com/nallar/TickThreading/issues/new
  40. "0 read-write thread" RUNNABLE
  41.     at java.net.SocketInputStream.socketRead0(Native Method)
  42.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  43.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  44.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  45.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  46.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  47.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  48.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  49.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  50.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  51.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  52.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  53.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  54.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  55.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  56.     at java.lang.Thread.run(Thread.java:748)
  57.  
  58.     Number of locked synchronizers = 1
  59.     - java.util.concurrent.ThreadPoolExecutor$Worker@446eafe0
  60.  
  61.  
  62. "101 read-write thread" RUNNABLE
  63.     at java.net.SocketInputStream.socketRead0(Native Method)
  64.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  65.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  66.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  67.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  68.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  69.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  70.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  71.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  72.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  73.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  74.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  75.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  76.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  77.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  78.     at java.lang.Thread.run(Thread.java:748)
  79.  
  80.     Number of locked synchronizers = 1
  81.     - java.util.concurrent.ThreadPoolExecutor$Worker@61584496
  82.  
  83.  
  84. "104 read-write thread" TIMED_WAITING
  85.     at java.lang.Thread.sleep(Native Method)
  86.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  87.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  88.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  89.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  90.     at java.lang.Thread.run(Thread.java:748)
  91.  
  92.     Number of locked synchronizers = 1
  93.     - java.util.concurrent.ThreadPoolExecutor$Worker@601ba2ce
  94.  
  95.  
  96. "105 read-write thread" RUNNABLE
  97.     at java.net.SocketInputStream.socketRead0(Native Method)
  98.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  99.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  100.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  101.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  102.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  103.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  104.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  105.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  106.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  107.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  108.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  109.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  110.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  111.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  112.     at java.lang.Thread.run(Thread.java:748)
  113.  
  114.     Number of locked synchronizers = 1
  115.     - java.util.concurrent.ThreadPoolExecutor$Worker@76b73353
  116.  
  117.  
  118. "108 read-write thread" RUNNABLE
  119.     at java.net.SocketInputStream.socketRead0(Native Method)
  120.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  121.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  122.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  123.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  124.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  125.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  126.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  127.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  128.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  129.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  130.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  131.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  132.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  133.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  134.     at java.lang.Thread.run(Thread.java:748)
  135.  
  136.     Number of locked synchronizers = 1
  137.     - java.util.concurrent.ThreadPoolExecutor$Worker@11f7ca1b
  138.  
  139.  
  140. "109 read-write thread" TIMED_WAITING
  141.     at java.lang.Thread.sleep(Native Method)
  142.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  143.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  144.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  145.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  146.     at java.lang.Thread.run(Thread.java:748)
  147.  
  148.     Number of locked synchronizers = 1
  149.     - java.util.concurrent.ThreadPoolExecutor$Worker@6e22fe23
  150.  
  151.  
  152. "112 read-write thread" TIMED_WAITING
  153.     at java.lang.Thread.sleep(Native Method)
  154.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  155.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  156.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  157.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  158.     at java.lang.Thread.run(Thread.java:748)
  159.  
  160.     Number of locked synchronizers = 1
  161.     - java.util.concurrent.ThreadPoolExecutor$Worker@4dcdad03
  162.  
  163.  
  164. "113 read-write thread" RUNNABLE
  165.     at java.net.SocketInputStream.socketRead0(Native Method)
  166.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  167.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  168.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  169.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  170.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  171.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  172.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  173.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  174.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  175.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  176.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  177.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  178.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  179.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  180.     at java.lang.Thread.run(Thread.java:748)
  181.  
  182.     Number of locked synchronizers = 1
  183.     - java.util.concurrent.ThreadPoolExecutor$Worker@5b971919
  184.  
  185.  
  186. "114 read-write thread" RUNNABLE
  187.     at java.net.SocketInputStream.socketRead0(Native Method)
  188.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  189.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  190.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  191.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  192.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  193.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  194.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  195.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  196.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  197.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  198.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  199.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  200.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  201.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  202.     at java.lang.Thread.run(Thread.java:748)
  203.  
  204.     Number of locked synchronizers = 1
  205.     - java.util.concurrent.ThreadPoolExecutor$Worker@5ef81d44
  206.  
  207.  
  208. "115 read-write thread" TIMED_WAITING
  209.     at java.lang.Thread.sleep(Native Method)
  210.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  211.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  212.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  213.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  214.     at java.lang.Thread.run(Thread.java:748)
  215.  
  216.     Number of locked synchronizers = 1
  217.     - java.util.concurrent.ThreadPoolExecutor$Worker@29c88d49
  218.  
  219.  
  220. "116 read-write thread" RUNNABLE
  221.     at java.net.SocketInputStream.socketRead0(Native Method)
  222.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  223.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  224.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  225.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  226.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  227.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  228.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  229.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  230.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  231.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  232.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  233.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  234.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  235.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  236.     at java.lang.Thread.run(Thread.java:748)
  237.  
  238.     Number of locked synchronizers = 1
  239.     - java.util.concurrent.ThreadPoolExecutor$Worker@476414ba
  240.  
  241.  
  242. "117 read-write thread" TIMED_WAITING
  243.     at java.lang.Thread.sleep(Native Method)
  244.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  245.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  246.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  247.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  248.     at java.lang.Thread.run(Thread.java:748)
  249.  
  250.     Number of locked synchronizers = 1
  251.     - java.util.concurrent.ThreadPoolExecutor$Worker@2aab7bda
  252.  
  253.  
  254. "12 read-write thread" RUNNABLE
  255.     at java.net.SocketInputStream.socketRead0(Native Method)
  256.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  257.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  258.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  259.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  260.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  261.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  262.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  263.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  264.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  265.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  266.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  267.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  268.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  269.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  270.     at java.lang.Thread.run(Thread.java:748)
  271.  
  272.     Number of locked synchronizers = 1
  273.     - java.util.concurrent.ThreadPoolExecutor$Worker@497bdac7
  274.  
  275.  
  276. "122 read-write thread" RUNNABLE
  277.     at java.net.SocketInputStream.socketRead0(Native Method)
  278.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  279.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  280.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  281.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  282.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  283.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  284.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  285.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  286.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  287.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  288.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  289.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  290.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  291.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  292.     at java.lang.Thread.run(Thread.java:748)
  293.  
  294.     Number of locked synchronizers = 1
  295.     - java.util.concurrent.ThreadPoolExecutor$Worker@53c8fca9
  296.  
  297.  
  298. "123 read-write thread" TIMED_WAITING
  299.     at java.lang.Thread.sleep(Native Method)
  300.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  301.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  302.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  303.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  304.     at java.lang.Thread.run(Thread.java:748)
  305.  
  306.     Number of locked synchronizers = 1
  307.     - java.util.concurrent.ThreadPoolExecutor$Worker@72b8da4d
  308.  
  309.  
  310. "124 read-write thread" RUNNABLE
  311.     at java.net.SocketInputStream.socketRead0(Native Method)
  312.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  313.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  314.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  315.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  316.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  317.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  318.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  319.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  320.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  321.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  322.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  323.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  324.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  325.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  326.     at java.lang.Thread.run(Thread.java:748)
  327.  
  328.     Number of locked synchronizers = 1
  329.     - java.util.concurrent.ThreadPoolExecutor$Worker@5cdaf620
  330.  
  331.  
  332. "125 read-write thread" TIMED_WAITING
  333.     at java.lang.Thread.sleep(Native Method)
  334.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  335.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  336.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  337.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  338.     at java.lang.Thread.run(Thread.java:748)
  339.  
  340.     Number of locked synchronizers = 1
  341.     - java.util.concurrent.ThreadPoolExecutor$Worker@6d2a8084
  342.  
  343.  
  344. "13 read-write thread" TIMED_WAITING
  345.     at java.lang.Thread.sleep(Native Method)
  346.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  347.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  348.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  349.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  350.     at java.lang.Thread.run(Thread.java:748)
  351.  
  352.     Number of locked synchronizers = 1
  353.     - java.util.concurrent.ThreadPoolExecutor$Worker@119801d3
  354.  
  355.  
  356. "130 read-write thread" RUNNABLE
  357.     at java.net.SocketInputStream.socketRead0(Native Method)
  358.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  359.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  360.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  361.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  362.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  363.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  364.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  365.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  366.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  367.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  368.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  369.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  370.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  371.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  372.     at java.lang.Thread.run(Thread.java:748)
  373.  
  374.     Number of locked synchronizers = 1
  375.     - java.util.concurrent.ThreadPoolExecutor$Worker@709792f4
  376.  
  377.  
  378. "131 read-write thread" TIMED_WAITING
  379.     at java.lang.Thread.sleep(Native Method)
  380.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  381.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  382.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  383.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  384.     at java.lang.Thread.run(Thread.java:748)
  385.  
  386.     Number of locked synchronizers = 1
  387.     - java.util.concurrent.ThreadPoolExecutor$Worker@4bf28536
  388.  
  389.  
  390. "132 read-write thread" RUNNABLE
  391.     at java.net.SocketInputStream.socketRead0(Native Method)
  392.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  393.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  394.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  395.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  396.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  397.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  398.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  399.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  400.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  401.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  402.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  403.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  404.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  405.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  406.     at java.lang.Thread.run(Thread.java:748)
  407.  
  408.     Number of locked synchronizers = 1
  409.     - java.util.concurrent.ThreadPoolExecutor$Worker@72888ae3
  410.  
  411.  
  412. "133 read-write thread" TIMED_WAITING
  413.     at java.lang.Thread.sleep(Native Method)
  414.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  415.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  416.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  417.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  418.     at java.lang.Thread.run(Thread.java:748)
  419.  
  420.     Number of locked synchronizers = 1
  421.     - java.util.concurrent.ThreadPoolExecutor$Worker@7e0cb0db
  422.  
  423.  
  424. "136 read-write thread" RUNNABLE
  425.     at java.net.SocketInputStream.socketRead0(Native Method)
  426.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  427.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  428.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  429.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  430.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  431.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  432.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  433.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  434.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  435.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  436.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  437.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  438.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  439.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  440.     at java.lang.Thread.run(Thread.java:748)
  441.  
  442.     Number of locked synchronizers = 1
  443.     - java.util.concurrent.ThreadPoolExecutor$Worker@260ef37c
  444.  
  445.  
  446. "137 read-write thread" TIMED_WAITING
  447.     at java.lang.Thread.sleep(Native Method)
  448.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  449.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  450.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  451.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  452.     at java.lang.Thread.run(Thread.java:748)
  453.  
  454.     Number of locked synchronizers = 1
  455.     - java.util.concurrent.ThreadPoolExecutor$Worker@cb082b1
  456.  
  457.  
  458. "14 read-write thread" RUNNABLE
  459.     at java.net.SocketInputStream.socketRead0(Native Method)
  460.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  461.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  462.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  463.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  464.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  465.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  466.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  467.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  468.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  469.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  470.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  471.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  472.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  473.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  474.     at java.lang.Thread.run(Thread.java:748)
  475.  
  476.     Number of locked synchronizers = 1
  477.     - java.util.concurrent.ThreadPoolExecutor$Worker@510acde1
  478.  
  479.  
  480. "140 read-write thread" RUNNABLE
  481.     at java.net.SocketInputStream.socketRead0(Native Method)
  482.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  483.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  484.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  485.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  486.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  487.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  488.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  489.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  490.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  491.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  492.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  493.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  494.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  495.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  496.     at java.lang.Thread.run(Thread.java:748)
  497.  
  498.     Number of locked synchronizers = 1
  499.     - java.util.concurrent.ThreadPoolExecutor$Worker@3f1bfae1
  500.  
  501.  
  502. "141 read-write thread" TIMED_WAITING
  503.     at java.lang.Thread.sleep(Native Method)
  504.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  505.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  506.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  507.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  508.     at java.lang.Thread.run(Thread.java:748)
  509.  
  510.     Number of locked synchronizers = 1
  511.     - java.util.concurrent.ThreadPoolExecutor$Worker@7d2df1f6
  512.  
  513.  
  514. "142 read-write thread" RUNNABLE
  515.     at java.net.SocketInputStream.socketRead0(Native Method)
  516.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  517.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  518.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  519.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  520.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  521.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  522.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  523.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  524.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  525.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  526.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  527.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  528.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  529.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  530.     at java.lang.Thread.run(Thread.java:748)
  531.  
  532.     Number of locked synchronizers = 1
  533.     - java.util.concurrent.ThreadPoolExecutor$Worker@7e2fd68a
  534.  
  535.  
  536. "143 read-write thread" TIMED_WAITING
  537.     at java.lang.Thread.sleep(Native Method)
  538.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  539.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  540.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  541.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  542.     at java.lang.Thread.run(Thread.java:748)
  543.  
  544.     Number of locked synchronizers = 1
  545.     - java.util.concurrent.ThreadPoolExecutor$Worker@6c9f2af8
  546.  
  547.  
  548. "148 read-write thread" RUNNABLE
  549.     at java.net.SocketInputStream.socketRead0(Native Method)
  550.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  551.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  552.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  553.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  554.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  555.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  556.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  557.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  558.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  559.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  560.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  561.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  562.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  563.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  564.     at java.lang.Thread.run(Thread.java:748)
  565.  
  566.     Number of locked synchronizers = 1
  567.     - java.util.concurrent.ThreadPoolExecutor$Worker@7e48d0ea
  568.  
  569.  
  570. "149 read-write thread" TIMED_WAITING
  571.     at java.lang.Thread.sleep(Native Method)
  572.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  573.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  574.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  575.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  576.     at java.lang.Thread.run(Thread.java:748)
  577.  
  578.     Number of locked synchronizers = 1
  579.     - java.util.concurrent.ThreadPoolExecutor$Worker@7a18758d
  580.  
  581.  
  582. "155 read-write thread", "164 read-write thread", "165 read-write thread", "200 read-write thread", "248 read-write thread", "249 read-write thread", "301 read-write thread", "343 read-write thread", "388 read-write thread", "389 read-write thread", "444 read-write thread", "455 read-write thread", "456 read-write thread", "457 read-write thread", "475 read-write thread", "476 read-write thread", "477 read-write thread", "478 read-write thread" TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@3cf8bc53
  583.     at sun.misc.Unsafe.park(Native Method)
  584.     -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@3cf8bc53
  585.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  586.     at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  587.     at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  588.     at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  589.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  590.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  591.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  592.     at java.lang.Thread.run(Thread.java:748)
  593.  
  594.  
  595. "16 read-write thread" TIMED_WAITING
  596.     at java.lang.Thread.sleep(Native Method)
  597.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  598.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  599.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  600.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  601.     at java.lang.Thread.run(Thread.java:748)
  602.  
  603.     Number of locked synchronizers = 1
  604.     - java.util.concurrent.ThreadPoolExecutor$Worker@45328d25
  605.  
  606.  
  607. "160 read-write thread" RUNNABLE
  608.     at java.net.SocketInputStream.socketRead0(Native Method)
  609.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  610.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  611.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  612.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  613.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  614.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  615.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  616.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  617.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  618.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  619.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  620.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  621.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  622.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  623.     at java.lang.Thread.run(Thread.java:748)
  624.  
  625.     Number of locked synchronizers = 1
  626.     - java.util.concurrent.ThreadPoolExecutor$Worker@14ebd7d0
  627.  
  628.  
  629. "166 read-write thread" RUNNABLE
  630.     at java.net.SocketInputStream.socketRead0(Native Method)
  631.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  632.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  633.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  634.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  635.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  636.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  637.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  638.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  639.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  640.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  641.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  642.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  643.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  644.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  645.     at java.lang.Thread.run(Thread.java:748)
  646.  
  647.     Number of locked synchronizers = 1
  648.     - java.util.concurrent.ThreadPoolExecutor$Worker@2fb3801c
  649.  
  650.  
  651. "167 read-write thread" TIMED_WAITING
  652.     at java.lang.Thread.sleep(Native Method)
  653.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  654.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  655.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  656.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  657.     at java.lang.Thread.run(Thread.java:748)
  658.  
  659.     Number of locked synchronizers = 1
  660.     - java.util.concurrent.ThreadPoolExecutor$Worker@32f3f337
  661.  
  662.  
  663. "171 read-write thread" RUNNABLE
  664.     at java.net.SocketInputStream.socketRead0(Native Method)
  665.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  666.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  667.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  668.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  669.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  670.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  671.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  672.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  673.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  674.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  675.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  676.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  677.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  678.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  679.     at java.lang.Thread.run(Thread.java:748)
  680.  
  681.     Number of locked synchronizers = 1
  682.     - java.util.concurrent.ThreadPoolExecutor$Worker@2a4d8b42
  683.  
  684.  
  685. "173 read-write thread" TIMED_WAITING
  686.     at java.lang.Thread.sleep(Native Method)
  687.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  688.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  689.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  690.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  691.     at java.lang.Thread.run(Thread.java:748)
  692.  
  693.     Number of locked synchronizers = 1
  694.     - java.util.concurrent.ThreadPoolExecutor$Worker@17e1fc7b
  695.  
  696.  
  697. "176 read-write thread" RUNNABLE
  698.     at java.net.SocketInputStream.socketRead0(Native Method)
  699.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  700.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  701.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  702.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  703.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  704.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  705.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  706.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  707.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  708.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  709.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  710.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  711.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  712.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  713.     at java.lang.Thread.run(Thread.java:748)
  714.  
  715.     Number of locked synchronizers = 1
  716.     - java.util.concurrent.ThreadPoolExecutor$Worker@70570335
  717.  
  718.  
  719. "177 read-write thread" TIMED_WAITING
  720.     at java.lang.Thread.sleep(Native Method)
  721.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  722.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  723.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  724.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  725.     at java.lang.Thread.run(Thread.java:748)
  726.  
  727.     Number of locked synchronizers = 1
  728.     - java.util.concurrent.ThreadPoolExecutor$Worker@3e762212
  729.  
  730.  
  731. "182 read-write thread" RUNNABLE
  732.     at java.net.SocketInputStream.socketRead0(Native Method)
  733.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  734.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  735.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  736.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  737.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  738.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  739.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  740.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  741.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  742.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  743.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  744.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  745.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  746.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  747.     at java.lang.Thread.run(Thread.java:748)
  748.  
  749.     Number of locked synchronizers = 1
  750.     - java.util.concurrent.ThreadPoolExecutor$Worker@4bf1fd92
  751.  
  752.  
  753. "183 read-write thread" TIMED_WAITING
  754.     at java.lang.Thread.sleep(Native Method)
  755.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  756.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  757.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  758.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  759.     at java.lang.Thread.run(Thread.java:748)
  760.  
  761.     Number of locked synchronizers = 1
  762.     - java.util.concurrent.ThreadPoolExecutor$Worker@17041a54
  763.  
  764.  
  765. "184 read-write thread" RUNNABLE
  766.     at java.net.SocketInputStream.socketRead0(Native Method)
  767.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  768.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  769.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  770.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  771.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  772.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  773.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  774.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  775.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  776.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  777.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  778.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  779.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  780.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  781.     at java.lang.Thread.run(Thread.java:748)
  782.  
  783.     Number of locked synchronizers = 1
  784.     - java.util.concurrent.ThreadPoolExecutor$Worker@78cd650e
  785.  
  786.  
  787. "185 read-write thread" TIMED_WAITING
  788.     at java.lang.Thread.sleep(Native Method)
  789.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  790.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  791.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  792.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  793.     at java.lang.Thread.run(Thread.java:748)
  794.  
  795.     Number of locked synchronizers = 1
  796.     - java.util.concurrent.ThreadPoolExecutor$Worker@4f2c16f9
  797.  
  798.  
  799. "188 read-write thread" RUNNABLE
  800.     at java.net.SocketInputStream.socketRead0(Native Method)
  801.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  802.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  803.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  804.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  805.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  806.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  807.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  808.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  809.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  810.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  811.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  812.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  813.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  814.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  815.     at java.lang.Thread.run(Thread.java:748)
  816.  
  817.     Number of locked synchronizers = 1
  818.     - java.util.concurrent.ThreadPoolExecutor$Worker@54a61ead
  819.  
  820.  
  821. "189 read-write thread" TIMED_WAITING
  822.     at java.lang.Thread.sleep(Native Method)
  823.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  824.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  825.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  826.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  827.     at java.lang.Thread.run(Thread.java:748)
  828.  
  829.     Number of locked synchronizers = 1
  830.     - java.util.concurrent.ThreadPoolExecutor$Worker@3c4325fd
  831.  
  832.  
  833. "19 read-write thread" RUNNABLE
  834.     at java.net.SocketInputStream.socketRead0(Native Method)
  835.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  836.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  837.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  838.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  839.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  840.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  841.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  842.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  843.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  844.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  845.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  846.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  847.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  848.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  849.     at java.lang.Thread.run(Thread.java:748)
  850.  
  851.     Number of locked synchronizers = 1
  852.     - java.util.concurrent.ThreadPoolExecutor$Worker@7c9b080
  853.  
  854.  
  855. "192 read-write thread" RUNNABLE
  856.     at java.net.SocketInputStream.socketRead0(Native Method)
  857.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  858.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  859.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  860.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  861.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  862.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  863.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  864.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  865.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  866.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  867.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  868.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  869.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  870.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  871.     at java.lang.Thread.run(Thread.java:748)
  872.  
  873.     Number of locked synchronizers = 1
  874.     - java.util.concurrent.ThreadPoolExecutor$Worker@55a14513
  875.  
  876.  
  877. "193 read-write thread" TIMED_WAITING
  878.     at java.lang.Thread.sleep(Native Method)
  879.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  880.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  881.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  882.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  883.     at java.lang.Thread.run(Thread.java:748)
  884.  
  885.     Number of locked synchronizers = 1
  886.     - java.util.concurrent.ThreadPoolExecutor$Worker@385a1235
  887.  
  888.  
  889. "196 read-write thread" RUNNABLE
  890.     at java.net.SocketInputStream.socketRead0(Native Method)
  891.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  892.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  893.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  894.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  895.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  896.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  897.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  898.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  899.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  900.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  901.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  902.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  903.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  904.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  905.     at java.lang.Thread.run(Thread.java:748)
  906.  
  907.     Number of locked synchronizers = 1
  908.     - java.util.concurrent.ThreadPoolExecutor$Worker@35254883
  909.  
  910.  
  911. "197 read-write thread" TIMED_WAITING
  912.     at java.lang.Thread.sleep(Native Method)
  913.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  914.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  915.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  916.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  917.     at java.lang.Thread.run(Thread.java:748)
  918.  
  919.     Number of locked synchronizers = 1
  920.     - java.util.concurrent.ThreadPoolExecutor$Worker@7f87c63a
  921.  
  922.  
  923. "202 read-write thread" RUNNABLE
  924.     at java.net.SocketInputStream.socketRead0(Native Method)
  925.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  926.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  927.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  928.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  929.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  930.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  931.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  932.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  933.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  934.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  935.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  936.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  937.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  938.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  939.     at java.lang.Thread.run(Thread.java:748)
  940.  
  941.     Number of locked synchronizers = 1
  942.     - java.util.concurrent.ThreadPoolExecutor$Worker@f69c67f
  943.  
  944.  
  945. "203 read-write thread" TIMED_WAITING
  946.     at java.lang.Thread.sleep(Native Method)
  947.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  948.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  949.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  950.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  951.     at java.lang.Thread.run(Thread.java:748)
  952.  
  953.     Number of locked synchronizers = 1
  954.     - java.util.concurrent.ThreadPoolExecutor$Worker@7e46be1a
  955.  
  956.  
  957. "208 read-write thread" RUNNABLE
  958.     at java.net.SocketInputStream.socketRead0(Native Method)
  959.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  960.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  961.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  962.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  963.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  964.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  965.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  966.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  967.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  968.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  969.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  970.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  971.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  972.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  973.     at java.lang.Thread.run(Thread.java:748)
  974.  
  975.     Number of locked synchronizers = 1
  976.     - java.util.concurrent.ThreadPoolExecutor$Worker@414d3369
  977.  
  978.  
  979. "210 read-write thread" RUNNABLE
  980.     at java.net.SocketInputStream.socketRead0(Native Method)
  981.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  982.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  983.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  984.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  985.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  986.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  987.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  988.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  989.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  990.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  991.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  992.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  993.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  994.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  995.     at java.lang.Thread.run(Thread.java:748)
  996.  
  997.     Number of locked synchronizers = 1
  998.     - java.util.concurrent.ThreadPoolExecutor$Worker@700f53d8
  999.  
  1000.  
  1001. "211 read-write thread" TIMED_WAITING
  1002.     at java.lang.Thread.sleep(Native Method)
  1003.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1004.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1005.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1006.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1007.     at java.lang.Thread.run(Thread.java:748)
  1008.  
  1009.     Number of locked synchronizers = 1
  1010.     - java.util.concurrent.ThreadPoolExecutor$Worker@2ef92310
  1011.  
  1012.  
  1013. "212 read-write thread" RUNNABLE
  1014.     at java.net.SocketInputStream.socketRead0(Native Method)
  1015.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1016.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1017.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1018.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1019.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1020.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1021.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1022.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1023.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1024.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1025.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1026.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1027.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1028.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1029.     at java.lang.Thread.run(Thread.java:748)
  1030.  
  1031.     Number of locked synchronizers = 1
  1032.     - java.util.concurrent.ThreadPoolExecutor$Worker@3aa3e1ae
  1033.  
  1034.  
  1035. "213 read-write thread" TIMED_WAITING
  1036.     at java.lang.Thread.sleep(Native Method)
  1037.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1038.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1039.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1040.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1041.     at java.lang.Thread.run(Thread.java:748)
  1042.  
  1043.     Number of locked synchronizers = 1
  1044.     - java.util.concurrent.ThreadPoolExecutor$Worker@55a4caef
  1045.  
  1046.  
  1047. "216 read-write thread" TIMED_WAITING
  1048.     at java.lang.Thread.sleep(Native Method)
  1049.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1050.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1051.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1052.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1053.     at java.lang.Thread.run(Thread.java:748)
  1054.  
  1055.     Number of locked synchronizers = 1
  1056.     - java.util.concurrent.ThreadPoolExecutor$Worker@380a27c5
  1057.  
  1058.  
  1059. "217 read-write thread" TIMED_WAITING
  1060.     at java.lang.Thread.sleep(Native Method)
  1061.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1062.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1063.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1064.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1065.     at java.lang.Thread.run(Thread.java:748)
  1066.  
  1067.     Number of locked synchronizers = 1
  1068.     - java.util.concurrent.ThreadPoolExecutor$Worker@6edd7677
  1069.  
  1070.  
  1071. "218 read-write thread" RUNNABLE
  1072.     at java.net.SocketInputStream.socketRead0(Native Method)
  1073.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1074.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1075.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1076.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1077.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1078.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1079.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1080.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1081.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1082.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1083.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1084.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1085.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1086.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1087.     at java.lang.Thread.run(Thread.java:748)
  1088.  
  1089.     Number of locked synchronizers = 1
  1090.     - java.util.concurrent.ThreadPoolExecutor$Worker@2c19ebd7
  1091.  
  1092.  
  1093. "219 read-write thread" TIMED_WAITING
  1094.     at java.lang.Thread.sleep(Native Method)
  1095.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1096.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1097.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1098.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1099.     at java.lang.Thread.run(Thread.java:748)
  1100.  
  1101.     Number of locked synchronizers = 1
  1102.     - java.util.concurrent.ThreadPoolExecutor$Worker@53994c7f
  1103.  
  1104.  
  1105. "221 read-write thread" TIMED_WAITING
  1106.     at java.lang.Thread.sleep(Native Method)
  1107.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1108.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1109.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1110.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1111.     at java.lang.Thread.run(Thread.java:748)
  1112.  
  1113.     Number of locked synchronizers = 1
  1114.     - java.util.concurrent.ThreadPoolExecutor$Worker@2b824321
  1115.  
  1116.  
  1117. "222 read-write thread" RUNNABLE
  1118.     at java.net.SocketInputStream.socketRead0(Native Method)
  1119.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1120.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1121.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1122.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1123.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1124.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1125.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1126.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1127.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1128.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1129.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1130.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1131.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1132.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1133.     at java.lang.Thread.run(Thread.java:748)
  1134.  
  1135.     Number of locked synchronizers = 1
  1136.     - java.util.concurrent.ThreadPoolExecutor$Worker@3d9f58
  1137.  
  1138.  
  1139. "223 read-write thread" TIMED_WAITING
  1140.     at java.lang.Thread.sleep(Native Method)
  1141.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1142.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1143.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1144.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1145.     at java.lang.Thread.run(Thread.java:748)
  1146.  
  1147.     Number of locked synchronizers = 1
  1148.     - java.util.concurrent.ThreadPoolExecutor$Worker@29487dad
  1149.  
  1150.  
  1151. "232 read-write thread" RUNNABLE
  1152.     at java.net.SocketInputStream.socketRead0(Native Method)
  1153.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1154.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1155.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1156.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1157.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1158.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1159.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1160.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1161.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1162.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1163.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1164.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1165.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1166.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1167.     at java.lang.Thread.run(Thread.java:748)
  1168.  
  1169.     Number of locked synchronizers = 1
  1170.     - java.util.concurrent.ThreadPoolExecutor$Worker@c1b2a6c
  1171.  
  1172.  
  1173. "233 read-write thread" TIMED_WAITING
  1174.     at java.lang.Thread.sleep(Native Method)
  1175.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1176.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1177.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1178.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1179.     at java.lang.Thread.run(Thread.java:748)
  1180.  
  1181.     Number of locked synchronizers = 1
  1182.     - java.util.concurrent.ThreadPoolExecutor$Worker@282473fb
  1183.  
  1184.  
  1185. "24 read-write thread" RUNNABLE
  1186.     at java.net.SocketInputStream.socketRead0(Native Method)
  1187.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1188.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1189.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1190.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1191.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1192.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1193.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1194.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1195.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1196.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1197.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1198.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1199.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1200.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1201.     at java.lang.Thread.run(Thread.java:748)
  1202.  
  1203.     Number of locked synchronizers = 1
  1204.     - java.util.concurrent.ThreadPoolExecutor$Worker@68412a96
  1205.  
  1206.  
  1207. "240 read-write thread" RUNNABLE
  1208.     at java.net.SocketInputStream.socketRead0(Native Method)
  1209.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1210.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1211.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1212.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1213.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1214.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1215.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1216.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1217.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1218.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1219.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1220.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1221.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1222.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1223.     at java.lang.Thread.run(Thread.java:748)
  1224.  
  1225.     Number of locked synchronizers = 1
  1226.     - java.util.concurrent.ThreadPoolExecutor$Worker@270ce9f0
  1227.  
  1228.  
  1229. "241 read-write thread" TIMED_WAITING
  1230.     at java.lang.Thread.sleep(Native Method)
  1231.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1232.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1233.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1234.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1235.     at java.lang.Thread.run(Thread.java:748)
  1236.  
  1237.     Number of locked synchronizers = 1
  1238.     - java.util.concurrent.ThreadPoolExecutor$Worker@53f8b0b6
  1239.  
  1240.  
  1241. "242 read-write thread" RUNNABLE
  1242.     at java.net.SocketInputStream.socketRead0(Native Method)
  1243.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1244.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1245.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1246.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1247.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1248.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1249.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1250.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1251.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1252.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1253.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1254.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1255.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1256.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1257.     at java.lang.Thread.run(Thread.java:748)
  1258.  
  1259.     Number of locked synchronizers = 1
  1260.     - java.util.concurrent.ThreadPoolExecutor$Worker@70125b10
  1261.  
  1262.  
  1263. "243 read-write thread" TIMED_WAITING
  1264.     at java.lang.Thread.sleep(Native Method)
  1265.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1266.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1267.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1268.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1269.     at java.lang.Thread.run(Thread.java:748)
  1270.  
  1271.     Number of locked synchronizers = 1
  1272.     - java.util.concurrent.ThreadPoolExecutor$Worker@56e7f8f0
  1273.  
  1274.  
  1275. "244 read-write thread" RUNNABLE
  1276.     at java.net.SocketInputStream.socketRead0(Native Method)
  1277.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1278.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1279.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1280.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1281.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1282.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1283.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1284.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1285.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1286.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1287.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1288.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1289.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1290.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1291.     at java.lang.Thread.run(Thread.java:748)
  1292.  
  1293.     Number of locked synchronizers = 1
  1294.     - java.util.concurrent.ThreadPoolExecutor$Worker@239f8253
  1295.  
  1296.  
  1297. "245 read-write thread" TIMED_WAITING
  1298.     at java.lang.Thread.sleep(Native Method)
  1299.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1300.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1301.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1302.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1303.     at java.lang.Thread.run(Thread.java:748)
  1304.  
  1305.     Number of locked synchronizers = 1
  1306.     - java.util.concurrent.ThreadPoolExecutor$Worker@541b3ba5
  1307.  
  1308.  
  1309. "246 read-write thread" RUNNABLE
  1310.     at java.net.SocketInputStream.socketRead0(Native Method)
  1311.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1312.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1313.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1314.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1315.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1316.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1317.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1318.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1319.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1320.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1321.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1322.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1323.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1324.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1325.     at java.lang.Thread.run(Thread.java:748)
  1326.  
  1327.     Number of locked synchronizers = 1
  1328.     - java.util.concurrent.ThreadPoolExecutor$Worker@6d83de0f
  1329.  
  1330.  
  1331. "247 read-write thread" TIMED_WAITING
  1332.     at java.lang.Thread.sleep(Native Method)
  1333.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1334.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1335.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1336.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1337.     at java.lang.Thread.run(Thread.java:748)
  1338.  
  1339.     Number of locked synchronizers = 1
  1340.     - java.util.concurrent.ThreadPoolExecutor$Worker@41cf8d8c
  1341.  
  1342.  
  1343. "25 read-write thread" RUNNABLE
  1344.     at java.net.SocketInputStream.socketRead0(Native Method)
  1345.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1346.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1347.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1348.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1349.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1350.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1351.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1352.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1353.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1354.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1355.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1356.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1357.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1358.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1359.     at java.lang.Thread.run(Thread.java:748)
  1360.  
  1361.     Number of locked synchronizers = 1
  1362.     - java.util.concurrent.ThreadPoolExecutor$Worker@7abf173a
  1363.  
  1364.  
  1365. "254 read-write thread" RUNNABLE
  1366.     at java.net.SocketInputStream.socketRead0(Native Method)
  1367.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1368.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1369.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1370.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1371.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1372.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1373.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1374.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1375.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1376.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1377.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1378.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1379.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1380.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1381.     at java.lang.Thread.run(Thread.java:748)
  1382.  
  1383.     Number of locked synchronizers = 1
  1384.     - java.util.concurrent.ThreadPoolExecutor$Worker@7c8bdf9d
  1385.  
  1386.  
  1387. "255 read-write thread" TIMED_WAITING
  1388.     at java.lang.Thread.sleep(Native Method)
  1389.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1390.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1391.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1392.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1393.     at java.lang.Thread.run(Thread.java:748)
  1394.  
  1395.     Number of locked synchronizers = 1
  1396.     - java.util.concurrent.ThreadPoolExecutor$Worker@6309a129
  1397.  
  1398.  
  1399. "256 read-write thread" RUNNABLE
  1400.     at java.net.SocketInputStream.socketRead0(Native Method)
  1401.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1402.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1403.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1404.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1405.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1406.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1407.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1408.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1409.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1410.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1411.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1412.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1413.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1414.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1415.     at java.lang.Thread.run(Thread.java:748)
  1416.  
  1417.     Number of locked synchronizers = 1
  1418.     - java.util.concurrent.ThreadPoolExecutor$Worker@17e05708
  1419.  
  1420.  
  1421. "257 read-write thread" TIMED_WAITING
  1422.     at java.lang.Thread.sleep(Native Method)
  1423.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1424.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1425.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1426.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1427.     at java.lang.Thread.run(Thread.java:748)
  1428.  
  1429.     Number of locked synchronizers = 1
  1430.     - java.util.concurrent.ThreadPoolExecutor$Worker@3a21ad58
  1431.  
  1432.  
  1433. "259 read-write thread" RUNNABLE
  1434.     at java.net.SocketInputStream.socketRead0(Native Method)
  1435.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1436.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1437.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1438.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1439.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1440.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1441.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1442.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1443.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1444.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1445.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1446.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1447.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1448.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1449.     at java.lang.Thread.run(Thread.java:748)
  1450.  
  1451.     Number of locked synchronizers = 1
  1452.     - java.util.concurrent.ThreadPoolExecutor$Worker@2e1b9ac8
  1453.  
  1454.  
  1455. "262 read-write thread" RUNNABLE
  1456.     at java.net.SocketInputStream.socketRead0(Native Method)
  1457.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1458.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1459.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1460.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1461.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1462.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1463.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1464.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1465.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1466.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1467.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1468.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1469.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1470.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1471.     at java.lang.Thread.run(Thread.java:748)
  1472.  
  1473.     Number of locked synchronizers = 1
  1474.     - java.util.concurrent.ThreadPoolExecutor$Worker@47a3f32c
  1475.  
  1476.  
  1477. "263 read-write thread" TIMED_WAITING
  1478.     at java.lang.Thread.sleep(Native Method)
  1479.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1480.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1481.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1482.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1483.     at java.lang.Thread.run(Thread.java:748)
  1484.  
  1485.     Number of locked synchronizers = 1
  1486.     - java.util.concurrent.ThreadPoolExecutor$Worker@58082d68
  1487.  
  1488.  
  1489. "264 read-write thread" RUNNABLE
  1490.     at java.net.SocketInputStream.socketRead0(Native Method)
  1491.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1492.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1493.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1494.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1495.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1496.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1497.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1498.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1499.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1500.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1501.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1502.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1503.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1504.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1505.     at java.lang.Thread.run(Thread.java:748)
  1506.  
  1507.     Number of locked synchronizers = 1
  1508.     - java.util.concurrent.ThreadPoolExecutor$Worker@321a9c90
  1509.  
  1510.  
  1511. "265 read-write thread" TIMED_WAITING
  1512.     at java.lang.Thread.sleep(Native Method)
  1513.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1514.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1515.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1516.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1517.     at java.lang.Thread.run(Thread.java:748)
  1518.  
  1519.     Number of locked synchronizers = 1
  1520.     - java.util.concurrent.ThreadPoolExecutor$Worker@2afcb3d
  1521.  
  1522.  
  1523. "272 read-write thread" RUNNABLE
  1524.     at java.net.SocketInputStream.socketRead0(Native Method)
  1525.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1526.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1527.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1528.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1529.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1530.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1531.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1532.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1533.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1534.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1535.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1536.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1537.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1538.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1539.     at java.lang.Thread.run(Thread.java:748)
  1540.  
  1541.     Number of locked synchronizers = 1
  1542.     - java.util.concurrent.ThreadPoolExecutor$Worker@70d3e508
  1543.  
  1544.  
  1545. "273 read-write thread" TIMED_WAITING
  1546.     at java.lang.Thread.sleep(Native Method)
  1547.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1548.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1549.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1550.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1551.     at java.lang.Thread.run(Thread.java:748)
  1552.  
  1553.     Number of locked synchronizers = 1
  1554.     - java.util.concurrent.ThreadPoolExecutor$Worker@a9fdeb1
  1555.  
  1556.  
  1557. "274 read-write thread" RUNNABLE
  1558.     at java.net.SocketInputStream.socketRead0(Native Method)
  1559.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1560.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1561.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1562.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1563.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1564.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1565.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1566.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1567.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1568.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1569.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1570.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1571.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1572.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1573.     at java.lang.Thread.run(Thread.java:748)
  1574.  
  1575.     Number of locked synchronizers = 1
  1576.     - java.util.concurrent.ThreadPoolExecutor$Worker@4fb3529b
  1577.  
  1578.  
  1579. "275 read-write thread" RUNNABLE
  1580.     at java.net.SocketInputStream.socketRead0(Native Method)
  1581.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1582.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1583.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1584.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1585.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1586.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1587.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1588.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1589.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1590.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1591.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1592.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1593.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1594.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1595.     at java.lang.Thread.run(Thread.java:748)
  1596.  
  1597.     Number of locked synchronizers = 1
  1598.     - java.util.concurrent.ThreadPoolExecutor$Worker@86b090d
  1599.  
  1600.  
  1601. "276 read-write thread" TIMED_WAITING
  1602.     at java.lang.Thread.sleep(Native Method)
  1603.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1604.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1605.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1606.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1607.     at java.lang.Thread.run(Thread.java:748)
  1608.  
  1609.     Number of locked synchronizers = 1
  1610.     - java.util.concurrent.ThreadPoolExecutor$Worker@6e18459a
  1611.  
  1612.  
  1613. "277 read-write thread" TIMED_WAITING
  1614.     at java.lang.Thread.sleep(Native Method)
  1615.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1616.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1617.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1618.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1619.     at java.lang.Thread.run(Thread.java:748)
  1620.  
  1621.     Number of locked synchronizers = 1
  1622.     - java.util.concurrent.ThreadPoolExecutor$Worker@3ebabcfa
  1623.  
  1624.  
  1625. "278 read-write thread" RUNNABLE
  1626.     at java.net.SocketInputStream.socketRead0(Native Method)
  1627.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1628.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1629.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1630.     at java.net.SocketInputStream.read(SocketInputStream.java:224)
  1631.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1632.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1633.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1634.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1635.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1636.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1637.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1638.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1639.     at java.lang.Thread.run(Thread.java:748)
  1640.  
  1641.     Number of locked synchronizers = 1
  1642.     - java.util.concurrent.ThreadPoolExecutor$Worker@54d7d889
  1643.  
  1644.  
  1645. "279 read-write thread" TIMED_WAITING
  1646.     at java.lang.Thread.sleep(Native Method)
  1647.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1648.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1649.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1650.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1651.     at java.lang.Thread.run(Thread.java:748)
  1652.  
  1653.     Number of locked synchronizers = 1
  1654.     - java.util.concurrent.ThreadPoolExecutor$Worker@542e23fa
  1655.  
  1656.  
  1657. "280 read-write thread" RUNNABLE
  1658.     at java.net.SocketInputStream.socketRead0(Native Method)
  1659.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1660.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1661.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1662.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1663.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1664.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1665.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1666.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1667.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1668.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1669.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1670.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1671.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1672.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1673.     at java.lang.Thread.run(Thread.java:748)
  1674.  
  1675.     Number of locked synchronizers = 1
  1676.     - java.util.concurrent.ThreadPoolExecutor$Worker@44ac6b9b
  1677.  
  1678.  
  1679. "281 read-write thread" TIMED_WAITING
  1680.     at java.lang.Thread.sleep(Native Method)
  1681.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1682.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1683.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1684.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1685.     at java.lang.Thread.run(Thread.java:748)
  1686.  
  1687.     Number of locked synchronizers = 1
  1688.     - java.util.concurrent.ThreadPoolExecutor$Worker@1dbd539d
  1689.  
  1690.  
  1691. "296 read-write thread" RUNNABLE
  1692.     at java.net.SocketInputStream.socketRead0(Native Method)
  1693.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1694.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1695.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1696.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1697.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1698.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1699.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1700.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1701.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1702.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1703.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1704.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1705.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1706.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1707.     at java.lang.Thread.run(Thread.java:748)
  1708.  
  1709.     Number of locked synchronizers = 1
  1710.     - java.util.concurrent.ThreadPoolExecutor$Worker@195abc2a
  1711.  
  1712.  
  1713. "297 read-write thread" TIMED_WAITING
  1714.     at java.lang.Thread.sleep(Native Method)
  1715.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1716.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1717.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1718.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1719.     at java.lang.Thread.run(Thread.java:748)
  1720.  
  1721.     Number of locked synchronizers = 1
  1722.     - java.util.concurrent.ThreadPoolExecutor$Worker@217d3220
  1723.  
  1724.  
  1725. "3 read-write thread" TIMED_WAITING
  1726.     at java.lang.Thread.sleep(Native Method)
  1727.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1728.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1729.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1730.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1731.     at java.lang.Thread.run(Thread.java:748)
  1732.  
  1733.     Number of locked synchronizers = 1
  1734.     - java.util.concurrent.ThreadPoolExecutor$Worker@413a0a47
  1735.  
  1736.  
  1737. "30 read-write thread" RUNNABLE
  1738.     at java.net.SocketInputStream.socketRead0(Native Method)
  1739.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1740.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1741.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1742.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1743.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1744.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1745.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1746.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1747.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1748.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1749.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1750.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1751.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1752.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1753.     at java.lang.Thread.run(Thread.java:748)
  1754.  
  1755.     Number of locked synchronizers = 1
  1756.     - java.util.concurrent.ThreadPoolExecutor$Worker@36703a39
  1757.  
  1758.  
  1759. "300 read-write thread" TIMED_WAITING
  1760.     at java.lang.Thread.sleep(Native Method)
  1761.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1762.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1763.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1764.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1765.     at java.lang.Thread.run(Thread.java:748)
  1766.  
  1767.     Number of locked synchronizers = 1
  1768.     - java.util.concurrent.ThreadPoolExecutor$Worker@53cc33eb
  1769.  
  1770.  
  1771. "306 read-write thread" RUNNABLE
  1772.     at java.net.SocketInputStream.socketRead0(Native Method)
  1773.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1774.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1775.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1776.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1777.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1778.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1779.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1780.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1781.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1782.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1783.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1784.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1785.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1786.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1787.     at java.lang.Thread.run(Thread.java:748)
  1788.  
  1789.     Number of locked synchronizers = 1
  1790.     - java.util.concurrent.ThreadPoolExecutor$Worker@7c4ef547
  1791.  
  1792.  
  1793. "307 read-write thread" TIMED_WAITING
  1794.     at java.lang.Thread.sleep(Native Method)
  1795.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1796.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1797.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1798.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1799.     at java.lang.Thread.run(Thread.java:748)
  1800.  
  1801.     Number of locked synchronizers = 1
  1802.     - java.util.concurrent.ThreadPoolExecutor$Worker@6edf5872
  1803.  
  1804.  
  1805. "31 read-write thread" TIMED_WAITING
  1806.     at java.lang.Thread.sleep(Native Method)
  1807.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1808.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1809.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1810.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1811.     at java.lang.Thread.run(Thread.java:748)
  1812.  
  1813.     Number of locked synchronizers = 1
  1814.     - java.util.concurrent.ThreadPoolExecutor$Worker@1439e9c4
  1815.  
  1816.  
  1817. "312 read-write thread" RUNNABLE
  1818.     at java.net.SocketInputStream.socketRead0(Native Method)
  1819.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1820.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1821.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1822.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1823.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1824.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1825.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1826.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1827.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1828.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1829.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1830.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1831.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1832.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1833.     at java.lang.Thread.run(Thread.java:748)
  1834.  
  1835.     Number of locked synchronizers = 1
  1836.     - java.util.concurrent.ThreadPoolExecutor$Worker@4043b514
  1837.  
  1838.  
  1839. "313 read-write thread" TIMED_WAITING
  1840.     at java.lang.Thread.sleep(Native Method)
  1841.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1842.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1843.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1844.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1845.     at java.lang.Thread.run(Thread.java:748)
  1846.  
  1847.     Number of locked synchronizers = 1
  1848.     - java.util.concurrent.ThreadPoolExecutor$Worker@169943d8
  1849.  
  1850.  
  1851. "314 read-write thread" RUNNABLE
  1852.     at java.net.SocketInputStream.socketRead0(Native Method)
  1853.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1854.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1855.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1856.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1857.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1858.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1859.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1860.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1861.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1862.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1863.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1864.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1865.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1866.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1867.     at java.lang.Thread.run(Thread.java:748)
  1868.  
  1869.     Number of locked synchronizers = 1
  1870.     - java.util.concurrent.ThreadPoolExecutor$Worker@6bc061b8
  1871.  
  1872.  
  1873. "315 read-write thread" TIMED_WAITING
  1874.     at java.lang.Thread.sleep(Native Method)
  1875.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1876.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1877.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1878.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1879.     at java.lang.Thread.run(Thread.java:748)
  1880.  
  1881.     Number of locked synchronizers = 1
  1882.     - java.util.concurrent.ThreadPoolExecutor$Worker@74add0ce
  1883.  
  1884.  
  1885. "328 read-write thread" RUNNABLE
  1886.     at java.net.SocketInputStream.socketRead0(Native Method)
  1887.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1888.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1889.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1890.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1891.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1892.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1893.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1894.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1895.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1896.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1897.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1898.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1899.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1900.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1901.     at java.lang.Thread.run(Thread.java:748)
  1902.  
  1903.     Number of locked synchronizers = 1
  1904.     - java.util.concurrent.ThreadPoolExecutor$Worker@7bebb901
  1905.  
  1906.  
  1907. "329 read-write thread" TIMED_WAITING
  1908.     at java.lang.Thread.sleep(Native Method)
  1909.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1910.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1911.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1912.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1913.     at java.lang.Thread.run(Thread.java:748)
  1914.  
  1915.     Number of locked synchronizers = 1
  1916.     - java.util.concurrent.ThreadPoolExecutor$Worker@2e7edd22
  1917.  
  1918.  
  1919. "334 read-write thread" RUNNABLE
  1920.     at java.net.SocketInputStream.socketRead0(Native Method)
  1921.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1922.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1923.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1924.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1925.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1926.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1927.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1928.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1929.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1930.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1931.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1932.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1933.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1934.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1935.     at java.lang.Thread.run(Thread.java:748)
  1936.  
  1937.     Number of locked synchronizers = 1
  1938.     - java.util.concurrent.ThreadPoolExecutor$Worker@5ac9bfb4
  1939.  
  1940.  
  1941. "335 read-write thread" TIMED_WAITING
  1942.     at java.lang.Thread.sleep(Native Method)
  1943.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1944.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1945.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1946.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1947.     at java.lang.Thread.run(Thread.java:748)
  1948.  
  1949.     Number of locked synchronizers = 1
  1950.     - java.util.concurrent.ThreadPoolExecutor$Worker@4b47da7e
  1951.  
  1952.  
  1953. "336 read-write thread" RUNNABLE
  1954.     at java.net.SocketInputStream.socketRead0(Native Method)
  1955.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1956.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1957.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1958.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1959.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1960.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1961.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1962.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1963.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1964.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1965.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1966.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  1967.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1968.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1969.     at java.lang.Thread.run(Thread.java:748)
  1970.  
  1971.     Number of locked synchronizers = 1
  1972.     - java.util.concurrent.ThreadPoolExecutor$Worker@2b90dff8
  1973.  
  1974.  
  1975. "337 read-write thread" TIMED_WAITING
  1976.     at java.lang.Thread.sleep(Native Method)
  1977.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1978.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  1979.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1980.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1981.     at java.lang.Thread.run(Thread.java:748)
  1982.  
  1983.     Number of locked synchronizers = 1
  1984.     - java.util.concurrent.ThreadPoolExecutor$Worker@32e95c1a
  1985.  
  1986.  
  1987. "338 read-write thread" RUNNABLE
  1988.     at java.net.SocketInputStream.socketRead0(Native Method)
  1989.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1990.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1991.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1992.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1993.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1994.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1995.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1996.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1997.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1998.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1999.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2000.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2001.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2002.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2003.     at java.lang.Thread.run(Thread.java:748)
  2004.  
  2005.     Number of locked synchronizers = 1
  2006.     - java.util.concurrent.ThreadPoolExecutor$Worker@2299e373
  2007.  
  2008.  
  2009. "339 read-write thread" TIMED_WAITING
  2010.     at java.lang.Thread.sleep(Native Method)
  2011.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2012.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2013.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2014.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2015.     at java.lang.Thread.run(Thread.java:748)
  2016.  
  2017.     Number of locked synchronizers = 1
  2018.     - java.util.concurrent.ThreadPoolExecutor$Worker@1f8f340f
  2019.  
  2020.  
  2021. "34 read-write thread" RUNNABLE
  2022.     at java.net.SocketInputStream.socketRead0(Native Method)
  2023.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2024.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2025.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2026.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2027.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2028.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2029.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2030.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2031.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2032.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2033.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2034.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2035.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2036.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2037.     at java.lang.Thread.run(Thread.java:748)
  2038.  
  2039.     Number of locked synchronizers = 1
  2040.     - java.util.concurrent.ThreadPoolExecutor$Worker@5683fccf
  2041.  
  2042.  
  2043. "342 read-write thread" RUNNABLE
  2044.     at java.net.SocketInputStream.socketRead0(Native Method)
  2045.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2046.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2047.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2048.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2049.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2050.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2051.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2052.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2053.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2054.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2055.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2056.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2057.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2058.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2059.     at java.lang.Thread.run(Thread.java:748)
  2060.  
  2061.     Number of locked synchronizers = 1
  2062.     - java.util.concurrent.ThreadPoolExecutor$Worker@3ce96561
  2063.  
  2064.  
  2065. "344 read-write thread" RUNNABLE
  2066.     at java.net.SocketInputStream.socketRead0(Native Method)
  2067.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2068.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2069.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2070.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2071.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2072.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2073.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2074.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2075.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2076.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2077.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2078.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2079.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2080.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2081.     at java.lang.Thread.run(Thread.java:748)
  2082.  
  2083.     Number of locked synchronizers = 1
  2084.     - java.util.concurrent.ThreadPoolExecutor$Worker@4bd8d601
  2085.  
  2086.  
  2087. "345 read-write thread" TIMED_WAITING
  2088.     at java.lang.Thread.sleep(Native Method)
  2089.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2090.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2091.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2092.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2093.     at java.lang.Thread.run(Thread.java:748)
  2094.  
  2095.     Number of locked synchronizers = 1
  2096.     - java.util.concurrent.ThreadPoolExecutor$Worker@50ec79bb
  2097.  
  2098.  
  2099. "346 read-write thread" RUNNABLE
  2100.     at java.net.SocketInputStream.socketRead0(Native Method)
  2101.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2102.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2103.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2104.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2105.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2106.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2107.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2108.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2109.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2110.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2111.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2112.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2113.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2114.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2115.     at java.lang.Thread.run(Thread.java:748)
  2116.  
  2117.     Number of locked synchronizers = 1
  2118.     - java.util.concurrent.ThreadPoolExecutor$Worker@796f95dc
  2119.  
  2120.  
  2121. "347 read-write thread" TIMED_WAITING
  2122.     at java.lang.Thread.sleep(Native Method)
  2123.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2124.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2125.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2126.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2127.     at java.lang.Thread.run(Thread.java:748)
  2128.  
  2129.     Number of locked synchronizers = 1
  2130.     - java.util.concurrent.ThreadPoolExecutor$Worker@dac1c16
  2131.  
  2132.  
  2133. "348 read-write thread" RUNNABLE
  2134.     at java.net.SocketInputStream.socketRead0(Native Method)
  2135.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2136.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2137.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2138.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2139.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2140.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2141.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2142.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2143.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2144.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2145.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2146.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2147.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2148.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2149.     at java.lang.Thread.run(Thread.java:748)
  2150.  
  2151.     Number of locked synchronizers = 1
  2152.     - java.util.concurrent.ThreadPoolExecutor$Worker@1e3150a1
  2153.  
  2154.  
  2155. "349 read-write thread" TIMED_WAITING
  2156.     at java.lang.Thread.sleep(Native Method)
  2157.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2158.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2159.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2160.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2161.     at java.lang.Thread.run(Thread.java:748)
  2162.  
  2163.     Number of locked synchronizers = 1
  2164.     - java.util.concurrent.ThreadPoolExecutor$Worker@4a5e052a
  2165.  
  2166.  
  2167. "35 read-write thread" TIMED_WAITING
  2168.     at java.lang.Thread.sleep(Native Method)
  2169.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2170.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2171.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2172.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2173.     at java.lang.Thread.run(Thread.java:748)
  2174.  
  2175.     Number of locked synchronizers = 1
  2176.     - java.util.concurrent.ThreadPoolExecutor$Worker@1ecc7ae8
  2177.  
  2178.  
  2179. "350 read-write thread" RUNNABLE
  2180.     at java.net.SocketInputStream.socketRead0(Native Method)
  2181.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2182.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2183.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2184.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2185.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2186.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2187.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2188.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2189.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2190.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2191.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2192.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2193.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2194.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2195.     at java.lang.Thread.run(Thread.java:748)
  2196.  
  2197.     Number of locked synchronizers = 1
  2198.     - java.util.concurrent.ThreadPoolExecutor$Worker@677b9061
  2199.  
  2200.  
  2201. "351 read-write thread" TIMED_WAITING
  2202.     at java.lang.Thread.sleep(Native Method)
  2203.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2204.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2205.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2206.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2207.     at java.lang.Thread.run(Thread.java:748)
  2208.  
  2209.     Number of locked synchronizers = 1
  2210.     - java.util.concurrent.ThreadPoolExecutor$Worker@7fbe543a
  2211.  
  2212.  
  2213. "352 read-write thread" RUNNABLE
  2214.     at java.net.SocketInputStream.socketRead0(Native Method)
  2215.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2216.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2217.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2218.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2219.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2220.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2221.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2222.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2223.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2224.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2225.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2226.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2227.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2228.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2229.     at java.lang.Thread.run(Thread.java:748)
  2230.  
  2231.     Number of locked synchronizers = 1
  2232.     - java.util.concurrent.ThreadPoolExecutor$Worker@71baf2a0
  2233.  
  2234.  
  2235. "353 read-write thread" TIMED_WAITING
  2236.     at java.lang.Thread.sleep(Native Method)
  2237.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2238.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2239.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2240.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2241.     at java.lang.Thread.run(Thread.java:748)
  2242.  
  2243.     Number of locked synchronizers = 1
  2244.     - java.util.concurrent.ThreadPoolExecutor$Worker@19ad31d4
  2245.  
  2246.  
  2247. "356 read-write thread" RUNNABLE
  2248.     at java.net.SocketInputStream.socketRead0(Native Method)
  2249.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2250.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2251.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2252.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2253.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2254.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2255.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2256.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2257.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2258.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2259.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2260.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2261.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2262.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2263.     at java.lang.Thread.run(Thread.java:748)
  2264.  
  2265.     Number of locked synchronizers = 1
  2266.     - java.util.concurrent.ThreadPoolExecutor$Worker@29602fb4
  2267.  
  2268.  
  2269. "357 read-write thread" TIMED_WAITING
  2270.     at java.lang.Thread.sleep(Native Method)
  2271.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2272.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2273.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2274.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2275.     at java.lang.Thread.run(Thread.java:748)
  2276.  
  2277.     Number of locked synchronizers = 1
  2278.     - java.util.concurrent.ThreadPoolExecutor$Worker@33e93d88
  2279.  
  2280.  
  2281. "360 read-write thread" TIMED_WAITING
  2282.     at java.lang.Thread.sleep(Native Method)
  2283.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2284.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2285.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2286.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2287.     at java.lang.Thread.run(Thread.java:748)
  2288.  
  2289.     Number of locked synchronizers = 1
  2290.     - java.util.concurrent.ThreadPoolExecutor$Worker@8919d4e
  2291.  
  2292.  
  2293. "361 read-write thread" TIMED_WAITING
  2294.     at java.lang.Thread.sleep(Native Method)
  2295.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2296.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2297.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2298.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2299.     at java.lang.Thread.run(Thread.java:748)
  2300.  
  2301.     Number of locked synchronizers = 1
  2302.     - java.util.concurrent.ThreadPoolExecutor$Worker@10c92cc0
  2303.  
  2304.  
  2305. "368 read-write thread" RUNNABLE
  2306.     at java.net.SocketInputStream.socketRead0(Native Method)
  2307.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2308.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2309.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2310.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2311.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2312.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2313.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2314.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2315.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2316.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2317.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2318.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2319.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2320.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2321.     at java.lang.Thread.run(Thread.java:748)
  2322.  
  2323.     Number of locked synchronizers = 1
  2324.     - java.util.concurrent.ThreadPoolExecutor$Worker@68dc698e
  2325.  
  2326.  
  2327. "369 read-write thread" TIMED_WAITING
  2328.     at java.lang.Thread.sleep(Native Method)
  2329.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2330.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2331.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2332.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2333.     at java.lang.Thread.run(Thread.java:748)
  2334.  
  2335.     Number of locked synchronizers = 1
  2336.     - java.util.concurrent.ThreadPoolExecutor$Worker@79970ac9
  2337.  
  2338.  
  2339. "370 read-write thread" RUNNABLE
  2340.     at java.net.SocketInputStream.socketRead0(Native Method)
  2341.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2342.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2343.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2344.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2345.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2346.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2347.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2348.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2349.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2350.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2351.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2352.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2353.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2354.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2355.     at java.lang.Thread.run(Thread.java:748)
  2356.  
  2357.     Number of locked synchronizers = 1
  2358.     - java.util.concurrent.ThreadPoolExecutor$Worker@58e9149e
  2359.  
  2360.  
  2361. "371 read-write thread" TIMED_WAITING
  2362.     at java.lang.Thread.sleep(Native Method)
  2363.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2364.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2365.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2366.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2367.     at java.lang.Thread.run(Thread.java:748)
  2368.  
  2369.     Number of locked synchronizers = 1
  2370.     - java.util.concurrent.ThreadPoolExecutor$Worker@6c6cd404
  2371.  
  2372.  
  2373. "372 read-write thread" RUNNABLE
  2374.     at java.net.SocketInputStream.socketRead0(Native Method)
  2375.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2376.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2377.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2378.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2379.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2380.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2381.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2382.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2383.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2384.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2385.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2386.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2387.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2388.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2389.     at java.lang.Thread.run(Thread.java:748)
  2390.  
  2391.     Number of locked synchronizers = 1
  2392.     - java.util.concurrent.ThreadPoolExecutor$Worker@35c4cbe1
  2393.  
  2394.  
  2395. "373 read-write thread" TIMED_WAITING
  2396.     at java.lang.Thread.sleep(Native Method)
  2397.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2398.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2399.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2400.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2401.     at java.lang.Thread.run(Thread.java:748)
  2402.  
  2403.     Number of locked synchronizers = 1
  2404.     - java.util.concurrent.ThreadPoolExecutor$Worker@827a30b
  2405.  
  2406.  
  2407. "374 read-write thread" RUNNABLE
  2408.     at java.net.SocketInputStream.socketRead0(Native Method)
  2409.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2410.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2411.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2412.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2413.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2414.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2415.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2416.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2417.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2418.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2419.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2420.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2421.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2422.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2423.     at java.lang.Thread.run(Thread.java:748)
  2424.  
  2425.     Number of locked synchronizers = 1
  2426.     - java.util.concurrent.ThreadPoolExecutor$Worker@426770c7
  2427.  
  2428.  
  2429. "375 read-write thread" TIMED_WAITING
  2430.     at java.lang.Thread.sleep(Native Method)
  2431.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2432.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2433.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2434.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2435.     at java.lang.Thread.run(Thread.java:748)
  2436.  
  2437.     Number of locked synchronizers = 1
  2438.     - java.util.concurrent.ThreadPoolExecutor$Worker@288c977a
  2439.  
  2440.  
  2441. "376 read-write thread" RUNNABLE (in native)
  2442.     at java.net.SocketInputStream.socketRead0(Native Method)
  2443.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2444.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2445.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2446.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2447.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2448.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2449.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2450.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2451.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2452.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2453.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2454.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2455.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2456.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2457.     at java.lang.Thread.run(Thread.java:748)
  2458.  
  2459.     Number of locked synchronizers = 1
  2460.     - java.util.concurrent.ThreadPoolExecutor$Worker@1a90652d
  2461.  
  2462.  
  2463. "377 read-write thread" TIMED_WAITING
  2464.     at java.lang.Thread.sleep(Native Method)
  2465.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2466.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2467.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2468.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2469.     at java.lang.Thread.run(Thread.java:748)
  2470.  
  2471.     Number of locked synchronizers = 1
  2472.     - java.util.concurrent.ThreadPoolExecutor$Worker@6529cd33
  2473.  
  2474.  
  2475. "378 read-write thread" RUNNABLE
  2476.     at java.net.SocketInputStream.socketRead0(Native Method)
  2477.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2478.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2479.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2480.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2481.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2482.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2483.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2484.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2485.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2486.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2487.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2488.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2489.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2490.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2491.     at java.lang.Thread.run(Thread.java:748)
  2492.  
  2493.     Number of locked synchronizers = 1
  2494.     - java.util.concurrent.ThreadPoolExecutor$Worker@8695600
  2495.  
  2496.  
  2497. "379 read-write thread" RUNNABLE
  2498.     at java.net.SocketInputStream.socketRead0(Native Method)
  2499.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2500.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2501.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2502.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2503.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2504.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2505.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2506.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2507.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2508.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2509.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2510.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2511.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2512.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2513.     at java.lang.Thread.run(Thread.java:748)
  2514.  
  2515.     Number of locked synchronizers = 1
  2516.     - java.util.concurrent.ThreadPoolExecutor$Worker@5b23c2ac
  2517.  
  2518.  
  2519. "380 read-write thread" RUNNABLE
  2520.     at java.net.SocketInputStream.socketRead0(Native Method)
  2521.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2522.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2523.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2524.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2525.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2526.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2527.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2528.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2529.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2530.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2531.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2532.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2533.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2534.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2535.     at java.lang.Thread.run(Thread.java:748)
  2536.  
  2537.     Number of locked synchronizers = 1
  2538.     - java.util.concurrent.ThreadPoolExecutor$Worker@46eb3ed4
  2539.  
  2540.  
  2541. "381 read-write thread" TIMED_WAITING
  2542.     at java.lang.Thread.sleep(Native Method)
  2543.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2544.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2545.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2546.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2547.     at java.lang.Thread.run(Thread.java:748)
  2548.  
  2549.     Number of locked synchronizers = 1
  2550.     - java.util.concurrent.ThreadPoolExecutor$Worker@14a400fc
  2551.  
  2552.  
  2553. "382 read-write thread" RUNNABLE
  2554.     at java.net.SocketInputStream.socketRead0(Native Method)
  2555.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2556.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2557.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2558.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2559.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2560.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2561.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2562.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2563.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2564.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2565.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2566.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2567.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2568.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2569.     at java.lang.Thread.run(Thread.java:748)
  2570.  
  2571.     Number of locked synchronizers = 1
  2572.     - java.util.concurrent.ThreadPoolExecutor$Worker@7005cbef
  2573.  
  2574.  
  2575. "383 read-write thread" TIMED_WAITING
  2576.     at java.lang.Thread.sleep(Native Method)
  2577.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2578.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2579.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2580.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2581.     at java.lang.Thread.run(Thread.java:748)
  2582.  
  2583.     Number of locked synchronizers = 1
  2584.     - java.util.concurrent.ThreadPoolExecutor$Worker@449296f3
  2585.  
  2586.  
  2587. "384 read-write thread" RUNNABLE
  2588.     at java.net.SocketInputStream.socketRead0(Native Method)
  2589.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2590.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2591.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2592.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2593.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2594.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2595.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2596.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2597.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2598.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2599.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2600.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2601.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2602.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2603.     at java.lang.Thread.run(Thread.java:748)
  2604.  
  2605.     Number of locked synchronizers = 1
  2606.     - java.util.concurrent.ThreadPoolExecutor$Worker@5b99a8c7
  2607.  
  2608.  
  2609. "385 read-write thread" TIMED_WAITING
  2610.     at java.lang.Thread.sleep(Native Method)
  2611.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2612.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2613.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2614.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2615.     at java.lang.Thread.run(Thread.java:748)
  2616.  
  2617.     Number of locked synchronizers = 1
  2618.     - java.util.concurrent.ThreadPoolExecutor$Worker@24a8507c
  2619.  
  2620.  
  2621. "392 read-write thread" TIMED_WAITING
  2622.     at java.lang.Thread.sleep(Native Method)
  2623.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2624.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2625.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2626.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2627.     at java.lang.Thread.run(Thread.java:748)
  2628.  
  2629.     Number of locked synchronizers = 1
  2630.     - java.util.concurrent.ThreadPoolExecutor$Worker@187ff54e
  2631.  
  2632.  
  2633. "393 read-write thread" RUNNABLE
  2634.     at java.net.SocketInputStream.socketRead0(Native Method)
  2635.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2636.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2637.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2638.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2639.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2640.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2641.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2642.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2643.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2644.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2645.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2646.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2647.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2648.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2649.     at java.lang.Thread.run(Thread.java:748)
  2650.  
  2651.     Number of locked synchronizers = 1
  2652.     - java.util.concurrent.ThreadPoolExecutor$Worker@7f239643
  2653.  
  2654.  
  2655. "394 read-write thread" RUNNABLE
  2656.     at java.net.SocketInputStream.socketRead0(Native Method)
  2657.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2658.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2659.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2660.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2661.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2662.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2663.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2664.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2665.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2666.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2667.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2668.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2669.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2670.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2671.     at java.lang.Thread.run(Thread.java:748)
  2672.  
  2673.     Number of locked synchronizers = 1
  2674.     - java.util.concurrent.ThreadPoolExecutor$Worker@70f0d44b
  2675.  
  2676.  
  2677. "395 read-write thread" TIMED_WAITING
  2678.     at java.lang.Thread.sleep(Native Method)
  2679.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2680.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2681.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2682.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2683.     at java.lang.Thread.run(Thread.java:748)
  2684.  
  2685.     Number of locked synchronizers = 1
  2686.     - java.util.concurrent.ThreadPoolExecutor$Worker@a125f1c
  2687.  
  2688.  
  2689. "396 read-write thread" RUNNABLE
  2690.     at java.net.SocketInputStream.socketRead0(Native Method)
  2691.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2692.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2693.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2694.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2695.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2696.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2697.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2698.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2699.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2700.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2701.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2702.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2703.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2704.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2705.     at java.lang.Thread.run(Thread.java:748)
  2706.  
  2707.     Number of locked synchronizers = 1
  2708.     - java.util.concurrent.ThreadPoolExecutor$Worker@617bb94a
  2709.  
  2710.  
  2711. "397 read-write thread" TIMED_WAITING
  2712.     at java.lang.Thread.sleep(Native Method)
  2713.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2714.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2715.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2716.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2717.     at java.lang.Thread.run(Thread.java:748)
  2718.  
  2719.     Number of locked synchronizers = 1
  2720.     - java.util.concurrent.ThreadPoolExecutor$Worker@13a114e
  2721.  
  2722.  
  2723. "398 read-write thread" RUNNABLE
  2724.     at java.net.SocketInputStream.socketRead0(Native Method)
  2725.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2726.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2727.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2728.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2729.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2730.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2731.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2732.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2733.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2734.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2735.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2736.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2737.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2738.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2739.     at java.lang.Thread.run(Thread.java:748)
  2740.  
  2741.     Number of locked synchronizers = 1
  2742.     - java.util.concurrent.ThreadPoolExecutor$Worker@522f522
  2743.  
  2744.  
  2745. "399 read-write thread" TIMED_WAITING
  2746.     at java.lang.Thread.sleep(Native Method)
  2747.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2748.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2749.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2750.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2751.     at java.lang.Thread.run(Thread.java:748)
  2752.  
  2753.     Number of locked synchronizers = 1
  2754.     - java.util.concurrent.ThreadPoolExecutor$Worker@28e82337
  2755.  
  2756.  
  2757. "4 read-write thread" TIMED_WAITING
  2758.     at java.lang.Thread.sleep(Native Method)
  2759.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2760.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2761.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2762.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2763.     at java.lang.Thread.run(Thread.java:748)
  2764.  
  2765.     Number of locked synchronizers = 1
  2766.     - java.util.concurrent.ThreadPoolExecutor$Worker@5515b1c
  2767.  
  2768.  
  2769. "40 read-write thread" RUNNABLE
  2770.     at java.net.SocketInputStream.socketRead0(Native Method)
  2771.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2772.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2773.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2774.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2775.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2776.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2777.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2778.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2779.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2780.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2781.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2782.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2783.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2784.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2785.     at java.lang.Thread.run(Thread.java:748)
  2786.  
  2787.     Number of locked synchronizers = 1
  2788.     - java.util.concurrent.ThreadPoolExecutor$Worker@477853f9
  2789.  
  2790.  
  2791. "400 read-write thread" RUNNABLE
  2792.     at java.net.SocketInputStream.socketRead0(Native Method)
  2793.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2794.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2795.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2796.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2797.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2798.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2799.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2800.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2801.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2802.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2803.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2804.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2805.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2806.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2807.     at java.lang.Thread.run(Thread.java:748)
  2808.  
  2809.     Number of locked synchronizers = 1
  2810.     - java.util.concurrent.ThreadPoolExecutor$Worker@501432d2
  2811.  
  2812.  
  2813. "401 read-write thread" TIMED_WAITING
  2814.     at java.lang.Thread.sleep(Native Method)
  2815.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2816.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2817.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2818.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2819.     at java.lang.Thread.run(Thread.java:748)
  2820.  
  2821.     Number of locked synchronizers = 1
  2822.     - java.util.concurrent.ThreadPoolExecutor$Worker@37defbc5
  2823.  
  2824.  
  2825. "402 read-write thread" RUNNABLE
  2826.     at java.net.SocketInputStream.socketRead0(Native Method)
  2827.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2828.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2829.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2830.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2831.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2832.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2833.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2834.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2835.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2836.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2837.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2838.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2839.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2840.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2841.     at java.lang.Thread.run(Thread.java:748)
  2842.  
  2843.     Number of locked synchronizers = 1
  2844.     - java.util.concurrent.ThreadPoolExecutor$Worker@722ed95f
  2845.  
  2846.  
  2847. "403 read-write thread" TIMED_WAITING
  2848.     at java.lang.Thread.sleep(Native Method)
  2849.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2850.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2851.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2852.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2853.     at java.lang.Thread.run(Thread.java:748)
  2854.  
  2855.     Number of locked synchronizers = 1
  2856.     - java.util.concurrent.ThreadPoolExecutor$Worker@20079dbc
  2857.  
  2858.  
  2859. "404 read-write thread" RUNNABLE
  2860.     at java.net.SocketInputStream.socketRead0(Native Method)
  2861.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2862.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2863.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2864.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2865.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2866.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2867.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2868.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2869.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2870.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2871.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2872.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2873.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2874.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2875.     at java.lang.Thread.run(Thread.java:748)
  2876.  
  2877.     Number of locked synchronizers = 1
  2878.     - java.util.concurrent.ThreadPoolExecutor$Worker@20ba3f11
  2879.  
  2880.  
  2881. "405 read-write thread" TIMED_WAITING
  2882.     at java.lang.Thread.sleep(Native Method)
  2883.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2884.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2885.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2886.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2887.     at java.lang.Thread.run(Thread.java:748)
  2888.  
  2889.     Number of locked synchronizers = 1
  2890.     - java.util.concurrent.ThreadPoolExecutor$Worker@5b29ac63
  2891.  
  2892.  
  2893. "408 read-write thread" RUNNABLE
  2894.     at java.net.SocketInputStream.socketRead0(Native Method)
  2895.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2896.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2897.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2898.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2899.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2900.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2901.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2902.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2903.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2904.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2905.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2906.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2907.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2908.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2909.     at java.lang.Thread.run(Thread.java:748)
  2910.  
  2911.     Number of locked synchronizers = 1
  2912.     - java.util.concurrent.ThreadPoolExecutor$Worker@1237a53d
  2913.  
  2914.  
  2915. "409 read-write thread" TIMED_WAITING
  2916.     at java.lang.Thread.sleep(Native Method)
  2917.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2918.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2919.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2920.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2921.     at java.lang.Thread.run(Thread.java:748)
  2922.  
  2923.     Number of locked synchronizers = 1
  2924.     - java.util.concurrent.ThreadPoolExecutor$Worker@331e0391
  2925.  
  2926.  
  2927. "41 read-write thread" RUNNABLE
  2928.     at java.net.SocketInputStream.socketRead0(Native Method)
  2929.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2930.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2931.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2932.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2933.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2934.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2935.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2936.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2937.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2938.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2939.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2940.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2941.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2942.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2943.     at java.lang.Thread.run(Thread.java:748)
  2944.  
  2945.     Number of locked synchronizers = 1
  2946.     - java.util.concurrent.ThreadPoolExecutor$Worker@2805a516
  2947.  
  2948.  
  2949. "410 read-write thread" RUNNABLE
  2950.     at java.net.SocketInputStream.socketRead0(Native Method)
  2951.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2952.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2953.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2954.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2955.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2956.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2957.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2958.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2959.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2960.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2961.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2962.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2963.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2964.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2965.     at java.lang.Thread.run(Thread.java:748)
  2966.  
  2967.     Number of locked synchronizers = 1
  2968.     - java.util.concurrent.ThreadPoolExecutor$Worker@6fcf71a3
  2969.  
  2970.  
  2971. "411 read-write thread" TIMED_WAITING
  2972.     at java.lang.Thread.sleep(Native Method)
  2973.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  2974.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  2975.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2976.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2977.     at java.lang.Thread.run(Thread.java:748)
  2978.  
  2979.     Number of locked synchronizers = 1
  2980.     - java.util.concurrent.ThreadPoolExecutor$Worker@6c1380c6
  2981.  
  2982.  
  2983. "412 read-write thread" RUNNABLE
  2984.     at java.net.SocketInputStream.socketRead0(Native Method)
  2985.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  2986.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  2987.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  2988.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  2989.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  2990.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  2991.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  2992.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  2993.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  2994.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  2995.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  2996.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  2997.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2998.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2999.     at java.lang.Thread.run(Thread.java:748)
  3000.  
  3001.     Number of locked synchronizers = 1
  3002.     - java.util.concurrent.ThreadPoolExecutor$Worker@4c1e7716
  3003.  
  3004.  
  3005. "413 read-write thread" TIMED_WAITING
  3006.     at java.lang.Thread.sleep(Native Method)
  3007.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3008.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3009.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3010.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3011.     at java.lang.Thread.run(Thread.java:748)
  3012.  
  3013.     Number of locked synchronizers = 1
  3014.     - java.util.concurrent.ThreadPoolExecutor$Worker@14250e17
  3015.  
  3016.  
  3017. "416 read-write thread" RUNNABLE
  3018.     at java.net.SocketInputStream.socketRead0(Native Method)
  3019.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3020.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3021.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3022.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3023.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3024.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3025.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3026.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3027.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3028.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3029.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3030.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3031.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3032.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3033.     at java.lang.Thread.run(Thread.java:748)
  3034.  
  3035.     Number of locked synchronizers = 1
  3036.     - java.util.concurrent.ThreadPoolExecutor$Worker@365a3b42
  3037.  
  3038.  
  3039. "417 read-write thread" TIMED_WAITING
  3040.     at java.lang.Thread.sleep(Native Method)
  3041.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3042.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3043.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3044.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3045.     at java.lang.Thread.run(Thread.java:748)
  3046.  
  3047.     Number of locked synchronizers = 1
  3048.     - java.util.concurrent.ThreadPoolExecutor$Worker@11e47917
  3049.  
  3050.  
  3051. "42 read-write thread" RUNNABLE
  3052.     at java.net.SocketInputStream.socketRead0(Native Method)
  3053.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3054.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3055.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3056.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3057.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3058.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3059.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3060.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3061.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3062.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3063.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3064.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3065.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3066.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3067.     at java.lang.Thread.run(Thread.java:748)
  3068.  
  3069.     Number of locked synchronizers = 1
  3070.     - java.util.concurrent.ThreadPoolExecutor$Worker@73b7baf4
  3071.  
  3072.  
  3073. "422 read-write thread" RUNNABLE
  3074.     at java.net.SocketInputStream.socketRead0(Native Method)
  3075.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3076.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3077.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3078.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3079.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3080.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3081.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3082.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3083.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3084.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3085.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3086.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3087.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3088.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3089.     at java.lang.Thread.run(Thread.java:748)
  3090.  
  3091.     Number of locked synchronizers = 1
  3092.     - java.util.concurrent.ThreadPoolExecutor$Worker@75a4514
  3093.  
  3094.  
  3095. "423 read-write thread" TIMED_WAITING
  3096.     at java.lang.Thread.sleep(Native Method)
  3097.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3098.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3099.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3100.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3101.     at java.lang.Thread.run(Thread.java:748)
  3102.  
  3103.     Number of locked synchronizers = 1
  3104.     - java.util.concurrent.ThreadPoolExecutor$Worker@7c9fad3c
  3105.  
  3106.  
  3107. "424 read-write thread" TIMED_WAITING
  3108.     at java.lang.Thread.sleep(Native Method)
  3109.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3110.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3111.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3112.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3113.     at java.lang.Thread.run(Thread.java:748)
  3114.  
  3115.     Number of locked synchronizers = 1
  3116.     - java.util.concurrent.ThreadPoolExecutor$Worker@2955517b
  3117.  
  3118.  
  3119. "425 read-write thread" RUNNABLE
  3120.     at java.net.SocketInputStream.socketRead0(Native Method)
  3121.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3122.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3123.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3124.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3125.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3126.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3127.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3128.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3129.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3130.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3131.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3132.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3133.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3134.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3135.     at java.lang.Thread.run(Thread.java:748)
  3136.  
  3137.     Number of locked synchronizers = 1
  3138.     - java.util.concurrent.ThreadPoolExecutor$Worker@5ff1a25c
  3139.  
  3140.  
  3141. "426 read-write thread" RUNNABLE
  3142.     at java.net.SocketInputStream.socketRead0(Native Method)
  3143.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3144.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3145.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3146.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3147.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3148.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3149.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3150.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3151.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3152.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3153.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3154.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3155.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3156.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3157.     at java.lang.Thread.run(Thread.java:748)
  3158.  
  3159.     Number of locked synchronizers = 1
  3160.     - java.util.concurrent.ThreadPoolExecutor$Worker@7a8d92d5
  3161.  
  3162.  
  3163. "427 read-write thread" RUNNABLE
  3164.     at java.net.SocketInputStream.socketRead0(Native Method)
  3165.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3166.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3167.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3168.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3169.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3170.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3171.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3172.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3173.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3174.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3175.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3176.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3177.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3178.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3179.     at java.lang.Thread.run(Thread.java:748)
  3180.  
  3181.     Number of locked synchronizers = 1
  3182.     - java.util.concurrent.ThreadPoolExecutor$Worker@6a5e3f2a
  3183.  
  3184.  
  3185. "428 read-write thread" TIMED_WAITING
  3186.     at java.lang.Thread.sleep(Native Method)
  3187.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3188.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3189.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3190.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3191.     at java.lang.Thread.run(Thread.java:748)
  3192.  
  3193.     Number of locked synchronizers = 1
  3194.     - java.util.concurrent.ThreadPoolExecutor$Worker@78d417ca
  3195.  
  3196.  
  3197. "429 read-write thread" RUNNABLE
  3198.     at java.net.SocketInputStream.socketRead0(Native Method)
  3199.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3200.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3201.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3202.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3203.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3204.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3205.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3206.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3207.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3208.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3209.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3210.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3211.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3212.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3213.     at java.lang.Thread.run(Thread.java:748)
  3214.  
  3215.     Number of locked synchronizers = 1
  3216.     - java.util.concurrent.ThreadPoolExecutor$Worker@536a59f6
  3217.  
  3218.  
  3219. "43 read-write thread" TIMED_WAITING
  3220.     at java.lang.Thread.sleep(Native Method)
  3221.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3222.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3223.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3224.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3225.     at java.lang.Thread.run(Thread.java:748)
  3226.  
  3227.     Number of locked synchronizers = 1
  3228.     - java.util.concurrent.ThreadPoolExecutor$Worker@769f9c81
  3229.  
  3230.  
  3231. "430 read-write thread" RUNNABLE
  3232.     at java.net.SocketInputStream.socketRead0(Native Method)
  3233.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3234.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3235.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3236.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3237.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3238.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3239.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3240.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3241.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3242.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3243.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3244.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3245.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3246.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3247.     at java.lang.Thread.run(Thread.java:748)
  3248.  
  3249.     Number of locked synchronizers = 1
  3250.     - java.util.concurrent.ThreadPoolExecutor$Worker@b586e16
  3251.  
  3252.  
  3253. "431 read-write thread" TIMED_WAITING
  3254.     at java.lang.Thread.sleep(Native Method)
  3255.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3256.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3257.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3258.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3259.     at java.lang.Thread.run(Thread.java:748)
  3260.  
  3261.     Number of locked synchronizers = 1
  3262.     - java.util.concurrent.ThreadPoolExecutor$Worker@518534e4
  3263.  
  3264.  
  3265. "432 read-write thread" TIMED_WAITING
  3266.     at java.lang.Thread.sleep(Native Method)
  3267.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3268.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3269.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3270.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3271.     at java.lang.Thread.run(Thread.java:748)
  3272.  
  3273.     Number of locked synchronizers = 1
  3274.     - java.util.concurrent.ThreadPoolExecutor$Worker@29a1510d
  3275.  
  3276.  
  3277. "433 read-write thread" RUNNABLE
  3278.     at java.net.SocketInputStream.socketRead0(Native Method)
  3279.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3280.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3281.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3282.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3283.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3284.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3285.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3286.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3287.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3288.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3289.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3290.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3291.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3292.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3293.     at java.lang.Thread.run(Thread.java:748)
  3294.  
  3295.     Number of locked synchronizers = 1
  3296.     - java.util.concurrent.ThreadPoolExecutor$Worker@1f6cffc0
  3297.  
  3298.  
  3299. "434 read-write thread" TIMED_WAITING
  3300.     at java.lang.Thread.sleep(Native Method)
  3301.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3302.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3303.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3304.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3305.     at java.lang.Thread.run(Thread.java:748)
  3306.  
  3307.     Number of locked synchronizers = 1
  3308.     - java.util.concurrent.ThreadPoolExecutor$Worker@3ce6ec19
  3309.  
  3310.  
  3311. "435 read-write thread" RUNNABLE
  3312.     at java.net.SocketInputStream.socketRead0(Native Method)
  3313.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3314.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3315.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3316.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3317.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3318.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3319.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3320.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3321.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3322.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3323.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3324.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3325.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3326.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3327.     at java.lang.Thread.run(Thread.java:748)
  3328.  
  3329.     Number of locked synchronizers = 1
  3330.     - java.util.concurrent.ThreadPoolExecutor$Worker@629f073d
  3331.  
  3332.  
  3333. "436 read-write thread" TIMED_WAITING
  3334.     at java.lang.Thread.sleep(Native Method)
  3335.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3336.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3337.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3338.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3339.     at java.lang.Thread.run(Thread.java:748)
  3340.  
  3341.     Number of locked synchronizers = 1
  3342.     - java.util.concurrent.ThreadPoolExecutor$Worker@3a48c4a5
  3343.  
  3344.  
  3345. "439 read-write thread" RUNNABLE
  3346.     at java.net.SocketInputStream.socketRead0(Native Method)
  3347.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3348.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3349.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3350.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3351.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3352.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3353.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3354.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3355.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3356.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3357.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3358.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3359.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3360.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3361.     at java.lang.Thread.run(Thread.java:748)
  3362.  
  3363.     Number of locked synchronizers = 1
  3364.     - java.util.concurrent.ThreadPoolExecutor$Worker@b485c75
  3365.  
  3366.  
  3367. "440 read-write thread" TIMED_WAITING
  3368.     at java.lang.Thread.sleep(Native Method)
  3369.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3370.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3371.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3372.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3373.     at java.lang.Thread.run(Thread.java:748)
  3374.  
  3375.     Number of locked synchronizers = 1
  3376.     - java.util.concurrent.ThreadPoolExecutor$Worker@15703c83
  3377.  
  3378.  
  3379. "447 read-write thread" RUNNABLE
  3380.     at java.net.SocketInputStream.socketRead0(Native Method)
  3381.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3382.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3383.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3384.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3385.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3386.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3387.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3388.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3389.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3390.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3391.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3392.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3393.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3394.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3395.     at java.lang.Thread.run(Thread.java:748)
  3396.  
  3397.     Number of locked synchronizers = 1
  3398.     - java.util.concurrent.ThreadPoolExecutor$Worker@1cd3a808
  3399.  
  3400.  
  3401. "448 read-write thread" TIMED_WAITING
  3402.     at java.lang.Thread.sleep(Native Method)
  3403.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3404.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3405.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3406.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3407.     at java.lang.Thread.run(Thread.java:748)
  3408.  
  3409.     Number of locked synchronizers = 1
  3410.     - java.util.concurrent.ThreadPoolExecutor$Worker@5db8b357
  3411.  
  3412.  
  3413. "449 read-write thread" RUNNABLE
  3414.     at java.net.SocketInputStream.socketRead0(Native Method)
  3415.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3416.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3417.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3418.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3419.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3420.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3421.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3422.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3423.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3424.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3425.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3426.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3427.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3428.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3429.     at java.lang.Thread.run(Thread.java:748)
  3430.  
  3431.     Number of locked synchronizers = 1
  3432.     - java.util.concurrent.ThreadPoolExecutor$Worker@40ebfdef
  3433.  
  3434.  
  3435. "450 read-write thread" TIMED_WAITING
  3436.     at java.lang.Thread.sleep(Native Method)
  3437.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3438.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3439.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3440.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3441.     at java.lang.Thread.run(Thread.java:748)
  3442.  
  3443.     Number of locked synchronizers = 1
  3444.     - java.util.concurrent.ThreadPoolExecutor$Worker@162ba7f
  3445.  
  3446.  
  3447. "451 read-write thread" RUNNABLE
  3448.     at java.net.SocketInputStream.socketRead0(Native Method)
  3449.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3450.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3451.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3452.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3453.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3454.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3455.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3456.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3457.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3458.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3459.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3460.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3461.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3462.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3463.     at java.lang.Thread.run(Thread.java:748)
  3464.  
  3465.     Number of locked synchronizers = 1
  3466.     - java.util.concurrent.ThreadPoolExecutor$Worker@1b0e25d0
  3467.  
  3468.  
  3469. "452 read-write thread" TIMED_WAITING
  3470.     at java.lang.Thread.sleep(Native Method)
  3471.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3472.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3473.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3474.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3475.     at java.lang.Thread.run(Thread.java:748)
  3476.  
  3477.     Number of locked synchronizers = 1
  3478.     - java.util.concurrent.ThreadPoolExecutor$Worker@40ef7d70
  3479.  
  3480.  
  3481. "453 read-write thread" RUNNABLE
  3482.     at java.net.SocketInputStream.socketRead0(Native Method)
  3483.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3484.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3485.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3486.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3487.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3488.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3489.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3490.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3491.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3492.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3493.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3494.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3495.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3496.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3497.     at java.lang.Thread.run(Thread.java:748)
  3498.  
  3499.     Number of locked synchronizers = 1
  3500.     - java.util.concurrent.ThreadPoolExecutor$Worker@2a5cc2bd
  3501.  
  3502.  
  3503. "454 read-write thread" TIMED_WAITING
  3504.     at java.lang.Thread.sleep(Native Method)
  3505.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3506.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3507.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3508.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3509.     at java.lang.Thread.run(Thread.java:748)
  3510.  
  3511.     Number of locked synchronizers = 1
  3512.     - java.util.concurrent.ThreadPoolExecutor$Worker@3a8f2d9f
  3513.  
  3514.  
  3515. "458 read-write thread" RUNNABLE
  3516.     at java.net.SocketInputStream.socketRead0(Native Method)
  3517.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3518.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3519.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3520.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3521.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3522.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3523.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3524.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3525.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3526.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3527.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3528.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3529.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3530.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3531.     at java.lang.Thread.run(Thread.java:748)
  3532.  
  3533.     Number of locked synchronizers = 1
  3534.     - java.util.concurrent.ThreadPoolExecutor$Worker@2ffead1
  3535.  
  3536.  
  3537. "461 read-write thread" RUNNABLE
  3538.     at java.net.SocketInputStream.socketRead0(Native Method)
  3539.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3540.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3541.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3542.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3543.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3544.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3545.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3546.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3547.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3548.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3549.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3550.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3551.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3552.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3553.     at java.lang.Thread.run(Thread.java:748)
  3554.  
  3555.     Number of locked synchronizers = 1
  3556.     - java.util.concurrent.ThreadPoolExecutor$Worker@55bef348
  3557.  
  3558.  
  3559. "462 read-write thread" TIMED_WAITING
  3560.     at java.lang.Thread.sleep(Native Method)
  3561.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3562.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3563.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3564.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3565.     at java.lang.Thread.run(Thread.java:748)
  3566.  
  3567.     Number of locked synchronizers = 1
  3568.     - java.util.concurrent.ThreadPoolExecutor$Worker@72b8ed57
  3569.  
  3570.  
  3571. "463 read-write thread" TIMED_WAITING
  3572.     at java.lang.Thread.sleep(Native Method)
  3573.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3574.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3575.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3576.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3577.     at java.lang.Thread.run(Thread.java:748)
  3578.  
  3579.     Number of locked synchronizers = 1
  3580.     - java.util.concurrent.ThreadPoolExecutor$Worker@59f99c1d
  3581.  
  3582.  
  3583. "465 read-write thread" RUNNABLE (in native)
  3584.     at java.net.SocketInputStream.socketRead0(Native Method)
  3585.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3586.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3587.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3588.     at java.net.SocketInputStream.read(SocketInputStream.java:224)
  3589.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3590.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3591.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3592.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3593.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3594.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3595.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3596.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3597.     at java.lang.Thread.run(Thread.java:748)
  3598.  
  3599.     Number of locked synchronizers = 1
  3600.     - java.util.concurrent.ThreadPoolExecutor$Worker@30afb974
  3601.  
  3602.  
  3603. "466 read-write thread" TIMED_WAITING
  3604.     at java.lang.Thread.sleep(Native Method)
  3605.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3606.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3607.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3608.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3609.     at java.lang.Thread.run(Thread.java:748)
  3610.  
  3611.     Number of locked synchronizers = 1
  3612.     - java.util.concurrent.ThreadPoolExecutor$Worker@d1b202e
  3613.  
  3614.  
  3615. "467 read-write thread" RUNNABLE
  3616.     at java.net.SocketInputStream.socketRead0(Native Method)
  3617.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3618.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3619.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3620.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3621.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3622.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3623.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3624.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3625.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3626.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3627.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3628.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3629.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3630.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3631.     at java.lang.Thread.run(Thread.java:748)
  3632.  
  3633.     Number of locked synchronizers = 1
  3634.     - java.util.concurrent.ThreadPoolExecutor$Worker@3e32656a
  3635.  
  3636.  
  3637. "468 read-write thread" TIMED_WAITING
  3638.     at java.lang.Thread.sleep(Native Method)
  3639.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3640.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3641.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3642.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3643.     at java.lang.Thread.run(Thread.java:748)
  3644.  
  3645.     Number of locked synchronizers = 1
  3646.     - java.util.concurrent.ThreadPoolExecutor$Worker@79830e53
  3647.  
  3648.  
  3649. "469 read-write thread" RUNNABLE
  3650.     at java.net.SocketInputStream.socketRead0(Native Method)
  3651.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3652.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3653.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3654.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3655.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3656.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3657.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3658.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3659.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3660.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3661.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3662.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3663.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3664.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3665.     at java.lang.Thread.run(Thread.java:748)
  3666.  
  3667.     Number of locked synchronizers = 1
  3668.     - java.util.concurrent.ThreadPoolExecutor$Worker@2d7b7a7e
  3669.  
  3670.  
  3671. "470 read-write thread" TIMED_WAITING
  3672.     at java.lang.Thread.sleep(Native Method)
  3673.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3674.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3675.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3676.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3677.     at java.lang.Thread.run(Thread.java:748)
  3678.  
  3679.     Number of locked synchronizers = 1
  3680.     - java.util.concurrent.ThreadPoolExecutor$Worker@4a975f
  3681.  
  3682.  
  3683. "471 read-write thread" RUNNABLE
  3684.     at java.net.SocketInputStream.socketRead0(Native Method)
  3685.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3686.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3687.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3688.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3689.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3690.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3691.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3692.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3693.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3694.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3695.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3696.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3697.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3698.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3699.     at java.lang.Thread.run(Thread.java:748)
  3700.  
  3701.     Number of locked synchronizers = 1
  3702.     - java.util.concurrent.ThreadPoolExecutor$Worker@38bca5ce
  3703.  
  3704.  
  3705. "472 read-write thread" TIMED_WAITING
  3706.     at java.lang.Thread.sleep(Native Method)
  3707.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3708.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3709.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3710.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3711.     at java.lang.Thread.run(Thread.java:748)
  3712.  
  3713.     Number of locked synchronizers = 1
  3714.     - java.util.concurrent.ThreadPoolExecutor$Worker@46e4ff12
  3715.  
  3716.  
  3717. "473 read-write thread" TIMED_WAITING
  3718.     at java.lang.Thread.sleep(Native Method)
  3719.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3720.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3721.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3722.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3723.     at java.lang.Thread.run(Thread.java:748)
  3724.  
  3725.     Number of locked synchronizers = 1
  3726.     - java.util.concurrent.ThreadPoolExecutor$Worker@367f0e74
  3727.  
  3728.  
  3729. "474 read-write thread" TIMED_WAITING
  3730.     at java.lang.Thread.sleep(Native Method)
  3731.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3732.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3733.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3734.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3735.     at java.lang.Thread.run(Thread.java:748)
  3736.  
  3737.     Number of locked synchronizers = 1
  3738.     - java.util.concurrent.ThreadPoolExecutor$Worker@34069c3b
  3739.  
  3740.  
  3741. "56 read-write thread" RUNNABLE
  3742.     at java.net.SocketInputStream.socketRead0(Native Method)
  3743.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3744.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3745.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3746.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3747.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3748.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3749.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3750.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3751.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3752.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3753.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3754.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3755.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3756.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3757.     at java.lang.Thread.run(Thread.java:748)
  3758.  
  3759.     Number of locked synchronizers = 1
  3760.     - java.util.concurrent.ThreadPoolExecutor$Worker@b44cc0
  3761.  
  3762.  
  3763. "57 read-write thread" TIMED_WAITING
  3764.     at java.lang.Thread.sleep(Native Method)
  3765.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3766.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3767.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3768.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3769.     at java.lang.Thread.run(Thread.java:748)
  3770.  
  3771.     Number of locked synchronizers = 1
  3772.     - java.util.concurrent.ThreadPoolExecutor$Worker@1cd8385d
  3773.  
  3774.  
  3775. "58 read-write thread" TIMED_WAITING
  3776.     at java.lang.Thread.sleep(Native Method)
  3777.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3778.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3779.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3780.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3781.     at java.lang.Thread.run(Thread.java:748)
  3782.  
  3783.     Number of locked synchronizers = 1
  3784.     - java.util.concurrent.ThreadPoolExecutor$Worker@5b441a93
  3785.  
  3786.  
  3787. "59 read-write thread" RUNNABLE
  3788.     at java.net.SocketInputStream.socketRead0(Native Method)
  3789.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3790.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3791.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3792.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3793.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3794.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3795.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3796.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3797.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3798.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3799.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3800.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3801.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3802.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3803.     at java.lang.Thread.run(Thread.java:748)
  3804.  
  3805.     Number of locked synchronizers = 1
  3806.     - java.util.concurrent.ThreadPoolExecutor$Worker@2a5fa2b7
  3807.  
  3808.  
  3809. "6 read-write thread" TIMED_WAITING
  3810.     at java.lang.Thread.sleep(Native Method)
  3811.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3812.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3813.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3814.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3815.     at java.lang.Thread.run(Thread.java:748)
  3816.  
  3817.     Number of locked synchronizers = 1
  3818.     - java.util.concurrent.ThreadPoolExecutor$Worker@3166bc35
  3819.  
  3820.  
  3821. "60 read-write thread" TIMED_WAITING
  3822.     at java.lang.Thread.sleep(Native Method)
  3823.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3824.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3825.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3826.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3827.     at java.lang.Thread.run(Thread.java:748)
  3828.  
  3829.     Number of locked synchronizers = 1
  3830.     - java.util.concurrent.ThreadPoolExecutor$Worker@20c8ef5c
  3831.  
  3832.  
  3833. "62 read-write thread" TIMED_WAITING
  3834.     at java.lang.Thread.sleep(Native Method)
  3835.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3836.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3837.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3838.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3839.     at java.lang.Thread.run(Thread.java:748)
  3840.  
  3841.     Number of locked synchronizers = 1
  3842.     - java.util.concurrent.ThreadPoolExecutor$Worker@6851496c
  3843.  
  3844.  
  3845. "63 read-write thread" TIMED_WAITING
  3846.     at java.lang.Thread.sleep(Native Method)
  3847.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3848.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3849.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3850.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3851.     at java.lang.Thread.run(Thread.java:748)
  3852.  
  3853.     Number of locked synchronizers = 1
  3854.     - java.util.concurrent.ThreadPoolExecutor$Worker@3bc3db14
  3855.  
  3856.  
  3857. "64 read-write thread" TIMED_WAITING
  3858.     at java.lang.Thread.sleep(Native Method)
  3859.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3860.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3861.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3862.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3863.     at java.lang.Thread.run(Thread.java:748)
  3864.  
  3865.     Number of locked synchronizers = 1
  3866.     - java.util.concurrent.ThreadPoolExecutor$Worker@7b91cfd4
  3867.  
  3868.  
  3869. "65 read-write thread" RUNNABLE
  3870.     at java.net.SocketInputStream.socketRead0(Native Method)
  3871.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3872.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3873.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3874.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3875.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3876.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3877.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3878.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3879.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3880.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3881.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3882.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3883.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3884.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3885.     at java.lang.Thread.run(Thread.java:748)
  3886.  
  3887.     Number of locked synchronizers = 1
  3888.     - java.util.concurrent.ThreadPoolExecutor$Worker@5e2fb0c9
  3889.  
  3890.  
  3891. "7 read-write thread" TIMED_WAITING
  3892.     at java.lang.Thread.sleep(Native Method)
  3893.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3894.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3895.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3896.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3897.     at java.lang.Thread.run(Thread.java:748)
  3898.  
  3899.     Number of locked synchronizers = 1
  3900.     - java.util.concurrent.ThreadPoolExecutor$Worker@201fe06c
  3901.  
  3902.  
  3903. "70 read-write thread" RUNNABLE
  3904.     at java.net.SocketInputStream.socketRead0(Native Method)
  3905.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3906.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3907.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3908.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3909.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3910.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3911.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3912.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3913.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3914.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3915.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3916.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3917.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3918.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3919.     at java.lang.Thread.run(Thread.java:748)
  3920.  
  3921.     Number of locked synchronizers = 1
  3922.     - java.util.concurrent.ThreadPoolExecutor$Worker@37e1b88
  3923.  
  3924.  
  3925. "71 read-write thread" TIMED_WAITING
  3926.     at java.lang.Thread.sleep(Native Method)
  3927.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3928.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3929.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3930.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3931.     at java.lang.Thread.run(Thread.java:748)
  3932.  
  3933.     Number of locked synchronizers = 1
  3934.     - java.util.concurrent.ThreadPoolExecutor$Worker@21f24375
  3935.  
  3936.  
  3937. "72 read-write thread" RUNNABLE
  3938.     at java.net.SocketInputStream.socketRead0(Native Method)
  3939.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3940.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3941.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3942.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3943.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3944.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3945.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3946.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3947.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3948.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3949.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3950.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3951.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3952.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3953.     at java.lang.Thread.run(Thread.java:748)
  3954.  
  3955.     Number of locked synchronizers = 1
  3956.     - java.util.concurrent.ThreadPoolExecutor$Worker@2bfbdc56
  3957.  
  3958.  
  3959. "73 read-write thread" TIMED_WAITING
  3960.     at java.lang.Thread.sleep(Native Method)
  3961.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3962.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3963.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3964.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3965.     at java.lang.Thread.run(Thread.java:748)
  3966.  
  3967.     Number of locked synchronizers = 1
  3968.     - java.util.concurrent.ThreadPoolExecutor$Worker@38d5644e
  3969.  
  3970.  
  3971. "76 read-write thread" TIMED_WAITING
  3972.     at java.lang.Thread.sleep(Native Method)
  3973.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  3974.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  3975.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3976.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3977.     at java.lang.Thread.run(Thread.java:748)
  3978.  
  3979.     Number of locked synchronizers = 1
  3980.     - java.util.concurrent.ThreadPoolExecutor$Worker@31e39545
  3981.  
  3982.  
  3983. "77 read-write thread" RUNNABLE
  3984.     at java.net.SocketInputStream.socketRead0(Native Method)
  3985.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  3986.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  3987.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  3988.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  3989.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  3990.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  3991.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  3992.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  3993.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  3994.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  3995.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  3996.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  3997.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3998.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3999.     at java.lang.Thread.run(Thread.java:748)
  4000.  
  4001.     Number of locked synchronizers = 1
  4002.     - java.util.concurrent.ThreadPoolExecutor$Worker@6e29dd33
  4003.  
  4004.  
  4005. "82 read-write thread" RUNNABLE
  4006.     at java.net.SocketInputStream.socketRead0(Native Method)
  4007.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  4008.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  4009.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  4010.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  4011.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  4012.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  4013.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  4014.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  4015.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  4016.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  4017.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  4018.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  4019.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4020.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4021.     at java.lang.Thread.run(Thread.java:748)
  4022.  
  4023.     Number of locked synchronizers = 1
  4024.     - java.util.concurrent.ThreadPoolExecutor$Worker@4d4afd69
  4025.  
  4026.  
  4027. "83 read-write thread" TIMED_WAITING
  4028.     at java.lang.Thread.sleep(Native Method)
  4029.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  4030.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  4031.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4032.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4033.     at java.lang.Thread.run(Thread.java:748)
  4034.  
  4035.     Number of locked synchronizers = 1
  4036.     - java.util.concurrent.ThreadPoolExecutor$Worker@d0bc91c
  4037.  
  4038.  
  4039. "86 read-write thread" RUNNABLE
  4040.     at java.net.SocketInputStream.socketRead0(Native Method)
  4041.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  4042.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  4043.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  4044.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  4045.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  4046.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  4047.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  4048.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  4049.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  4050.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  4051.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  4052.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  4053.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4054.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4055.     at java.lang.Thread.run(Thread.java:748)
  4056.  
  4057.     Number of locked synchronizers = 1
  4058.     - java.util.concurrent.ThreadPoolExecutor$Worker@6b37a7c2
  4059.  
  4060.  
  4061. "87 read-write thread" RUNNABLE
  4062.     at java.net.SocketInputStream.socketRead0(Native Method)
  4063.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  4064.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  4065.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  4066.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  4067.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  4068.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  4069.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  4070.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  4071.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  4072.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  4073.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  4074.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  4075.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4076.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4077.     at java.lang.Thread.run(Thread.java:748)
  4078.  
  4079.     Number of locked synchronizers = 1
  4080.     - java.util.concurrent.ThreadPoolExecutor$Worker@1ba927c0
  4081.  
  4082.  
  4083. "90 read-write thread" RUNNABLE
  4084.     at java.net.SocketInputStream.socketRead0(Native Method)
  4085.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  4086.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  4087.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  4088.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  4089.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  4090.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  4091.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  4092.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  4093.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  4094.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  4095.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  4096.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  4097.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4098.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4099.     at java.lang.Thread.run(Thread.java:748)
  4100.  
  4101.     Number of locked synchronizers = 1
  4102.     - java.util.concurrent.ThreadPoolExecutor$Worker@65f25d74
  4103.  
  4104.  
  4105. "91 read-write thread" TIMED_WAITING
  4106.     at java.lang.Thread.sleep(Native Method)
  4107.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  4108.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  4109.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4110.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4111.     at java.lang.Thread.run(Thread.java:748)
  4112.  
  4113.     Number of locked synchronizers = 1
  4114.     - java.util.concurrent.ThreadPoolExecutor$Worker@14e1c2e5
  4115.  
  4116.  
  4117. "94 read-write thread" RUNNABLE
  4118.     at java.net.SocketInputStream.socketRead0(Native Method)
  4119.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  4120.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  4121.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  4122.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  4123.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  4124.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  4125.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  4126.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  4127.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  4128.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  4129.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  4130.     at net.minecraft.network.TcpConnection$$Lambda$18/2145580768.run(Unknown Source)
  4131.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4132.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4133.     at java.lang.Thread.run(Thread.java:748)
  4134.  
  4135.     Number of locked synchronizers = 1
  4136.     - java.util.concurrent.ThreadPoolExecutor$Worker@5b9cdbc4
  4137.  
  4138.  
  4139. "95 read-write thread" TIMED_WAITING
  4140.     at java.lang.Thread.sleep(Native Method)
  4141.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  4142.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  4143.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4144.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4145.     at java.lang.Thread.run(Thread.java:748)
  4146.  
  4147.     Number of locked synchronizers = 1
  4148.     - java.util.concurrent.ThreadPoolExecutor$Worker@7d8d2303
  4149.  
  4150.  
  4151. "96 read-write thread" TIMED_WAITING
  4152.     at java.lang.Thread.sleep(Native Method)
  4153.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  4154.     at net.minecraft.network.TcpConnection$$Lambda$19/651225402.run(Unknown Source)
  4155.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4156.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4157.     at java.lang.Thread.run(Thread.java:748)
  4158.  
  4159.     Number of locked synchronizers = 1
  4160.     - java.util.concurrent.ThreadPoolExecutor$Worker@34477839
  4161.  
  4162.  
  4163. "Async ChunkLoader" TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@8cb8bbe
  4164.     at sun.misc.Unsafe.park(Native Method)
  4165.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@8cb8bbe
  4166.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  4167.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  4168.     at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  4169.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  4170.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  4171.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4172.     at nallar.tickthreading.util.FakeServerThread.run(FakeServerThread.java:16)
  4173.  
  4174.  
  4175. "Command Reader" RUNNABLE (in native)
  4176.     at java.io.FileInputStream.readBytes(Native Method)
  4177.     at java.io.FileInputStream.read(FileInputStream.java:255)
  4178.     at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  4179.     at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  4180.     -  locked java.io.BufferedInputStream@6d7665c0
  4181.     at java.io.FilterInputStream.read(FilterInputStream.java:83)
  4182.     at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
  4183.     at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
  4184.     -  locked org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1@23964a75
  4185.     at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
  4186.     -  locked org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1@23964a75
  4187.     at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
  4188.     at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167)
  4189.     at net.minecraft.server.dedicated.DedicatedServerCommandThread.run(DedicatedServerCommandThread.java:38)
  4190.  
  4191.  
  4192. "Craft Scheduler Thread - 351" RUNNABLE
  4193.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  4194.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  4195.     -  locked java.net.SocksSocketImpl@6bf35bc2
  4196.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  4197.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  4198.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  4199.     at java.net.Socket.connect(Socket.java:607)
  4200.     at java.net.Socket.connect(Socket.java:556)
  4201.     at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  4202.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  4203.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  4204.     -  locked sun.net.www.http.HttpClient@4b9b8601
  4205.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  4206.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  4207.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  4208.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
  4209.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  4210.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
  4211.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
  4212.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
  4213.     -  locked sun.net.www.protocol.http.HttpURLConnection@293e62d7
  4214.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
  4215.     -  locked sun.net.www.protocol.http.HttpURLConnection@293e62d7
  4216.     at org.mcstats.multiverse.Metrics.postPlugin(Metrics.java:436)
  4217.     at org.mcstats.multiverse.Metrics.access$400(Metrics.java:64)
  4218.     at org.mcstats.multiverse.Metrics$1.run(Metrics.java:245)
  4219.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java:67)
  4220.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  4221.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4222.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4223.     at java.lang.Thread.run(Thread.java:748)
  4224.  
  4225.     Number of locked synchronizers = 1
  4226.     - java.util.concurrent.ThreadPoolExecutor$Worker@5e4fe704
  4227.  
  4228.  
  4229. "Craft Scheduler Thread - 356" RUNNABLE
  4230.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  4231.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  4232.     -  locked java.net.SocksSocketImpl@6dc9b025
  4233.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  4234.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  4235.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  4236.     at java.net.Socket.connect(Socket.java:607)
  4237.     at java.net.Socket.connect(Socket.java:556)
  4238.     at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  4239.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  4240.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  4241.     -  locked sun.net.www.http.HttpClient@7853528f
  4242.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  4243.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  4244.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  4245.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
  4246.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  4247.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
  4248.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
  4249.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
  4250.     -  locked sun.net.www.protocol.http.HttpURLConnection@44483aa9
  4251.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
  4252.     -  locked sun.net.www.protocol.http.HttpURLConnection@44483aa9
  4253.     at me.confuser.banmanager.MetricsLite.postPlugin(MetricsLite.java:363)
  4254.     at me.confuser.banmanager.MetricsLite.access$200(MetricsLite.java:51)
  4255.     at me.confuser.banmanager.MetricsLite$1.run(MetricsLite.java:180)
  4256.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java:67)
  4257.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  4258.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4259.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4260.     at java.lang.Thread.run(Thread.java:748)
  4261.  
  4262.     Number of locked synchronizers = 1
  4263.     - java.util.concurrent.ThreadPoolExecutor$Worker@6f7c93bd
  4264.  
  4265.  
  4266. "Craft Scheduler Thread - 362" RUNNABLE
  4267.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  4268.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  4269.     -  locked java.net.SocksSocketImpl@56c878f3
  4270.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  4271.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  4272.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  4273.     at java.net.Socket.connect(Socket.java:607)
  4274.     at java.net.Socket.connect(Socket.java:556)
  4275.     at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  4276.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  4277.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  4278.     -  locked sun.net.www.http.HttpClient@19a4b07c
  4279.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  4280.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  4281.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  4282.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
  4283.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  4284.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
  4285.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
  4286.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
  4287.     -  locked sun.net.www.protocol.http.HttpURLConnection@6fb8158f
  4288.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
  4289.     -  locked sun.net.www.protocol.http.HttpURLConnection@6fb8158f
  4290.     at com.rogue.playtime.metrics.Metrics.postPlugin(Metrics.java:436)
  4291.     at com.rogue.playtime.metrics.Metrics.access$400(Metrics.java:64)
  4292.     at com.rogue.playtime.metrics.Metrics$1.run(Metrics.java:245)
  4293.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java:67)
  4294.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  4295.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4296.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4297.     at java.lang.Thread.run(Thread.java:748)
  4298.  
  4299.     Number of locked synchronizers = 1
  4300.     - java.util.concurrent.ThreadPoolExecutor$Worker@f68a287
  4301.  
  4302.  
  4303. "Craft Scheduler Thread - 363" RUNNABLE
  4304.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  4305.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  4306.     -  locked java.net.SocksSocketImpl@1dea4927
  4307.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  4308.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  4309.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  4310.     at java.net.Socket.connect(Socket.java:607)
  4311.     at java.net.Socket.connect(Socket.java:556)
  4312.     at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  4313.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  4314.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  4315.     -  locked sun.net.www.http.HttpClient@22ca940b
  4316.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  4317.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  4318.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  4319.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
  4320.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  4321.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
  4322.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
  4323.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
  4324.     -  locked sun.net.www.protocol.http.HttpURLConnection@7d2feb86
  4325.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
  4326.     -  locked sun.net.www.protocol.http.HttpURLConnection@7d2feb86
  4327.     at me.fromgate.playeffect.MetricsLite.postPlugin(MetricsLite.java:340)
  4328.     at me.fromgate.playeffect.MetricsLite.access$3(MetricsLite.java:278)
  4329.     at me.fromgate.playeffect.MetricsLite$1.run(MetricsLite.java:173)
  4330.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java:67)
  4331.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  4332.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4333.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4334.     at java.lang.Thread.run(Thread.java:748)
  4335.  
  4336.     Number of locked synchronizers = 1
  4337.     - java.util.concurrent.ThreadPoolExecutor$Worker@3612e097
  4338.  
  4339.  
  4340. "Craft Scheduler Thread - 364", "Craft Scheduler Thread - 366", "Craft Scheduler Thread - 373", "Craft Scheduler Thread - 374", "Craft Scheduler Thread - 376", "Craft Scheduler Thread - 377" TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@38c73f14
  4341.     at sun.misc.Unsafe.park(Native Method)
  4342.     -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@38c73f14
  4343.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  4344.     at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  4345.     at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  4346.     at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  4347.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  4348.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  4349.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4350.     at java.lang.Thread.run(Thread.java:748)
  4351.  
  4352.  
  4353. "Craft Scheduler Thread - 372" RUNNABLE
  4354.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  4355.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  4356.     -  locked java.net.SocksSocketImpl@7dc5b668
  4357.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  4358.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  4359.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  4360.     at java.net.Socket.connect(Socket.java:607)
  4361.     at java.net.Socket.connect(Socket.java:556)
  4362.     at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  4363.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  4364.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  4365.     -  locked sun.net.www.http.HttpClient@351151c0
  4366.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  4367.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  4368.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  4369.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
  4370.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  4371.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
  4372.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
  4373.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
  4374.     -  locked sun.net.www.protocol.http.HttpURLConnection@4cf26915
  4375.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
  4376.     -  locked sun.net.www.protocol.http.HttpURLConnection@4cf26915
  4377.     at net.coreprotect.Metrics.postPlugin(Metrics.java:340)
  4378.     at net.coreprotect.Metrics.access$3(Metrics.java:278)
  4379.     at net.coreprotect.Metrics$1.run(Metrics.java:173)
  4380.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java:67)
  4381.     at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  4382.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4383.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4384.     at java.lang.Thread.run(Thread.java:748)
  4385.  
  4386.     Number of locked synchronizers = 1
  4387.     - java.util.concurrent.ThreadPoolExecutor$Worker@ad1fe65
  4388.  
  4389.  
  4390. "Deadlock Detector" RUNNABLE
  4391.     at sun.management.ThreadImpl.dumpThreads0(Native Method)
  4392.     at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
  4393.     at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
  4394.     at nallar.tickthreading.minecraft.DeadLockDetector.checkForDeadlocks(DeadLockDetector.java:178)
  4395.     at nallar.tickthreading.minecraft.DeadLockDetector$1.run(DeadLockDetector.java:37)
  4396.     at java.lang.Thread.run(Thread.java:748)
  4397.  
  4398.  
  4399. "DestroyJavaVM", "Signal Dispatcher" RUNNABLE
  4400.  
  4401.  
  4402. "File IO Thread" TIMED_WAITING
  4403.     at java.lang.Thread.sleep(Native Method)
  4404.     at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(ThreadedFileIOBase.java:61)
  4405.     at net.minecraft.world.storage.ThreadedFileIOBase.run(ThreadedFileIOBase.java:27)
  4406.     at java.lang.Thread.run(Thread.java:748)
  4407.  
  4408.  
  4409. "Finalizer" WAITING on java.lang.ref.ReferenceQueue$Lock@254a084d
  4410.     at java.lang.Object.wait(Native Method)
  4411.     -  waiting on java.lang.ref.ReferenceQueue$Lock@254a084d
  4412.     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  4413.     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  4414.     at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  4415.  
  4416.  
  4417. "Listen thread" RUNNABLE
  4418.     at java.net.PlainSocketImpl.socketAccept(Native Method)
  4419.     at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
  4420.     at java.net.ServerSocket.implAccept(ServerSocket.java:560)
  4421.     at java.net.ServerSocket.accept(ServerSocket.java:528)
  4422.     at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:73)
  4423.  
  4424.  
  4425. "OkHttp TaskRunner" TIMED_WAITING on okhttp3.internal.concurrent.TaskRunner@4dccd000
  4426.     at java.lang.Object.wait(Native Method)
  4427.     -  waiting on okhttp3.internal.concurrent.TaskRunner@4dccd000
  4428.     at java.lang.Object.wait(Object.java:460)
  4429.     at okhttp3.internal.concurrent.TaskRunner$RealBackend.coordinatorWait(TaskRunner.kt:294)
  4430.     at okhttp3.internal.concurrent.TaskRunner.awaitTaskToRun(TaskRunner.kt:218)
  4431.     at okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:59)
  4432.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  4433.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4434.     at java.lang.Thread.run(Thread.java:748)
  4435.  
  4436.     Number of locked synchronizers = 1
  4437.     - java.util.concurrent.ThreadPoolExecutor$Worker@34c01362
  4438.  
  4439.  
  4440. "PermissionsEx-Cleaner" WAITING on java.util.TaskQueue@1bc562fb
  4441.     at java.lang.Object.wait(Native Method)
  4442.     -  waiting on java.util.TaskQueue@1bc562fb
  4443.     at java.lang.Object.wait(Object.java:502)
  4444.     at java.util.TimerThread.mainLoop(Timer.java:526)
  4445.     at java.util.TimerThread.run(Timer.java:505)
  4446.  
  4447.  
  4448. "Reference Handler" WAITING on java.lang.ref.Reference$Lock@775471c3
  4449.     at java.lang.Object.wait(Native Method)
  4450.     -  waiting on java.lang.ref.Reference$Lock@775471c3
  4451.     at java.lang.Object.wait(Object.java:502)
  4452.     at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  4453.     at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  4454.  
  4455.  
  4456. "Server thread" RUNNABLE
  4457.     at com.denr01.dropprotect.DamageTracker.Reset(DamageTracker.java:32)
  4458.     at com.denr01.dropprotect.DropProtect.onExit(DropProtect.java:38)
  4459.     at sun.reflect.GeneratedMethodAccessor532.invoke(Unknown Source)
  4460.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  4461.     at java.lang.reflect.Method.invoke(Method.java:498)
  4462.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:435)
  4463.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  4464.     at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:48)
  4465.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
  4466.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java)
  4467.     at net.minecraft.server.management.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:395)
  4468.     at net.minecraft.network.NetServerHandler.func_72515_a(NetServerHandler.java:982)
  4469.     at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:359)
  4470.     at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:233)
  4471.     at net.minecraft.network.NetworkListenThread.func_71747_b_net_minecraft_network_NetworkListenThread_networkTick_p0(NetworkListenThread.java:37)
  4472.     -  locked net.minecraft.server.dedicated.DedicatedServerListenThread@429fcf74
  4473.     at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java)
  4474.     -  locked net.minecraft.server.dedicated.DedicatedServerListenThread@429fcf74
  4475.     at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:34)
  4476.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:396)
  4477.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  4478.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:275)
  4479.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:164)
  4480.     at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  4481.  
  4482.  
  4483. "Snooper Timer" TIMED_WAITING on java.util.TaskQueue@846b6eb
  4484.     at java.lang.Object.wait(Native Method)
  4485.     -  waiting on java.util.TaskQueue@846b6eb
  4486.     at java.util.TimerThread.mainLoop(Timer.java:552)
  4487.     at java.util.TimerThread.run(Timer.java:505)
  4488.  
  4489.  
  4490. "Spigot Metrics Thread" RUNNABLE (in native)
  4491.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  4492.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  4493.     -  locked java.net.SocksSocketImpl@3f0e2407
  4494.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  4495.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  4496.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  4497.     at java.net.Socket.connect(Socket.java:607)
  4498.     at java.net.Socket.connect(Socket.java:556)
  4499.     at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  4500.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  4501.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  4502.     -  locked sun.net.www.http.HttpClient@40a4399a
  4503.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  4504.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  4505.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  4506.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
  4507.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  4508.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
  4509.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
  4510.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
  4511.     -  locked sun.net.www.protocol.http.HttpURLConnection@23a6fdbc
  4512.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
  4513.     -  locked sun.net.www.protocol.http.HttpURLConnection@23a6fdbc
  4514.     at org.spigotmc.Metrics.postPlugin(Metrics.java:430)
  4515.     at org.spigotmc.Metrics.access$400(Metrics.java:68)
  4516.     at org.spigotmc.Metrics$1.run(Metrics.java:240)
  4517.     at java.util.TimerThread.mainLoop(Timer.java:555)
  4518.     at java.util.TimerThread.run(Timer.java:505)
  4519.  
  4520.  
  4521. "Thread-17" TIMED_WAITING
  4522.     at java.lang.Thread.sleep(Native Method)
  4523.     at net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:14)
  4524.     at java.lang.Thread.run(Thread.java:748)
  4525.  
  4526.  
  4527. "Thread-18" TIMED_WAITING
  4528.     at java.lang.Thread.sleep(Native Method)
  4529.     at net.coreprotect.consumer.Consumer.run(Consumer.java:47)
  4530.     at java.lang.Thread.run(Thread.java:748)
  4531.  
  4532.  
  4533. "Thread-21" RUNNABLE
  4534.     at java.net.PlainDatagramSocketImpl.receive0(Native Method)
  4535.     -  locked java.net.PlainDatagramSocketImpl@7ef07975
  4536.     at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
  4537.     -  locked java.net.PlainDatagramSocketImpl@7ef07975
  4538.     at java.net.DatagramSocket.receive(DatagramSocket.java:812)
  4539.     -  locked java.net.DatagramPacket@4f8786ce
  4540.     -  locked java.net.DatagramSocket@4307647f
  4541.     at net.minecraft.network.rcon.RConThreadQuery.run(RConThreadQuery.java:318)
  4542.     at java.lang.Thread.run(Thread.java:748)
  4543.  
  4544.  
  4545. "Thread-22" RUNNABLE
  4546.     at java.net.PlainSocketImpl.socketAccept(Native Method)
  4547.     at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
  4548.     at java.net.ServerSocket.implAccept(ServerSocket.java:560)
  4549.     at java.net.ServerSocket.accept(ServerSocket.java:528)
  4550.     at net.minecraft.network.rcon.RConThreadMain.run(RConThreadMain.java:97)
  4551.     at java.lang.Thread.run(Thread.java:748)
  4552.  
  4553.  
  4554. "Thread-8" TIMED_WAITING
  4555.     at java.lang.Thread.sleep(Native Method)
  4556.     at me.Kepa2012.ipbl.ConnectionHandler.lambda$init$1(ConnectionHandler.java:153)
  4557.     at me.Kepa2012.ipbl.ConnectionHandler$$Lambda$16/591879626.run(Unknown Source)
  4558.     at java.lang.Thread.run(Thread.java:748)
  4559.  
  4560.  
  4561. "Timer-0" TIMED_WAITING on java.util.TaskQueue@2bd7e48e
  4562.     at java.lang.Object.wait(Native Method)
  4563.     -  waiting on java.util.TaskQueue@2bd7e48e
  4564.     at java.util.TimerThread.mainLoop(Timer.java:552)
  4565.     at java.util.TimerThread.run(Timer.java:505)
  4566.  
  4567.  
  4568. "Timer-1" TIMED_WAITING on java.util.TaskQueue@4b82cc06
  4569.     at java.lang.Object.wait(Native Method)
  4570.     -  waiting on java.util.TaskQueue@4b82cc06
  4571.     at java.util.TimerThread.mainLoop(Timer.java:552)
  4572.     at java.util.TimerThread.run(Timer.java:505)
  4573.  
  4574.  
  4575. "Timer-2" TIMED_WAITING on java.util.TaskQueue@25a9ffa2
  4576.     at java.lang.Object.wait(Native Method)
  4577.     -  waiting on java.util.TaskQueue@25a9ffa2
  4578.     at java.util.TimerThread.mainLoop(Timer.java:552)
  4579.     at java.util.TimerThread.run(Timer.java:505)
  4580.  
  4581.  
  4582. "pool-10-thread-1", "pool-10-thread-10", "pool-10-thread-2", "pool-10-thread-3", "pool-10-thread-4", "pool-10-thread-5", "pool-10-thread-6", "pool-10-thread-8", "pool-10-thread-9" WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4ac6d516
  4583.     at sun.misc.Unsafe.park(Native Method)
  4584.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4ac6d516
  4585.     at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  4586.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  4587.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  4588.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  4589.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  4590.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  4591.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4592.     at java.lang.Thread.run(Thread.java:748)
  4593.  
  4594.  
  4595. "pool-10-thread-7" TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4ac6d516
  4596.     at sun.misc.Unsafe.park(Native Method)
  4597.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4ac6d516
  4598.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  4599.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  4600.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  4601.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  4602.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  4603.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  4604.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4605.     at java.lang.Thread.run(Thread.java:748)
  4606.  
  4607.  
  4608. "pool-2-thread-1" WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5dfafb26
  4609.     at sun.misc.Unsafe.park(Native Method)
  4610.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5dfafb26
  4611.     at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  4612.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  4613.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  4614.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  4615.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  4616.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  4617.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4618.     at java.lang.Thread.run(Thread.java:748)
  4619.  
  4620.  
  4621. "pool-9-thread-1" TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1df5bc05
  4622.     at sun.misc.Unsafe.park(Native Method)
  4623.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1df5bc05
  4624.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  4625.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  4626.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  4627.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  4628.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  4629.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  4630.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4631.     at java.lang.Thread.run(Thread.java:748)
  4632.  
  4633.  
  4634. "process reaper" TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@56409186
  4635.     at sun.misc.Unsafe.park(Native Method)
  4636.     -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@56409186
  4637.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  4638.     at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  4639.     at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  4640.     at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  4641.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  4642.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  4643.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  4644.     at java.lang.Thread.run(Thread.java:748)
  4645.  
  4646.  
  4647. "threadLongpollListener" RUNNABLE
  4648.     at java.net.SocketInputStream.socketRead0(Native Method)
  4649.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  4650.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  4651.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  4652.     at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
  4653.     at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
  4654.     at sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1095)
  4655.     at sun.security.ssl.SSLSocketImpl.access$200(SSLSocketImpl.java:72)
  4656.     at sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:815)
  4657.     -  locked sun.security.ssl.SSLSocketImpl$AppInputStream@3e1372dd
  4658.     at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  4659.     at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
  4660.     at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  4661.     -  locked java.io.BufferedInputStream@542dce52
  4662.     at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
  4663.     at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
  4664.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1593)
  4665.     -  locked sun.net.www.protocol.https.DelegateHttpsURLConnection@992da2d
  4666.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
  4667.     -  locked sun.net.www.protocol.https.DelegateHttpsURLConnection@992da2d
  4668.     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
  4669.     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
  4670.     at com.petersamokhin.bots.sdk.utils.web.Connection.getRequestResponse(Connection.java:39)
  4671.     at com.petersamokhin.bots.sdk.longpoll.LongPoll.startListening(LongPoll.java:213)
  4672.     at com.petersamokhin.bots.sdk.longpoll.LongPoll.access$000(LongPoll.java:16)
  4673.     at com.petersamokhin.bots.sdk.longpoll.LongPoll$1.run(LongPoll.java:69)
  4674.     at java.lang.Thread.run(Thread.java:748)
  4675.  
  4676.  
  4677. Attempting to recover without restarting.
  4678. 04-20 13:31:08 [SEVERE] [TickThreading] Failed to recover from the deadlock.
  4679. 04-20 13:31:10 [INFO] [TickThreading] Attempting to save
  4680. 04-20 13:31:10 [INFO] [TickThreading] Saving all player data.
  4681. 04-20 13:31:10 [INFO] [TickThreading] Done saving player data, now saving 7 worlds.
  4682. 04-20 13:31:10 [INFO] [TickThreading] World save completed, flushing world data to disk.
  4683. 04-20 13:31:15 [INFO] [TickThreading] Flushed world data to disk.
  4684. 04-20 13:31:15 [INFO] [TickThreading] Saved, now attempting to stop the server and disconnect players cleanly
  4685. 04-20 13:36:10 [SEVERE] [TickThreading] Froze while attempting to stop - halting server.
  4686.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement