We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glowstone finds rogue threads from this plugin on shutdown (not when forcefully shutting with ^C):
18:16:38 [INFO] CONSOLE: Stopping the server.. 18:16:38 [INFO] The server is shutting down... 18:16:38 [INFO] [WebSandboxMC] Disabling WebSandboxMC v0.4 18:16:38 [INFO] [WebSandboxMC] Goodbye world! 18:16:38 [INFO] Saving world: world 18:16:38 [INFO] Saving world: world_nether 18:16:39 [INFO] Saving world: world_the_end 18:16:47 [INFO] Still running after shutdown, finding rogue threads... 18:16:52 [INFO] [id: 0xeaf238a3, L:/0:0:0:0:0:0:0:0:4081] UNREGISTERED 18:16:52 [WARNING] java.lang.InterruptedException 18:16:52 [WARNING] at java.lang.Object.wait(Native Method) 18:16:52 [WARNING] at java.lang.Object.wait(Object.java:502) 18:16:52 [WARNING] at io.github.satoshinm.WebSandboxMC.dep.io.netty.util.concurrent.DefaultPromise.await(DefaultPromise.java:232) 18:16:52 [WARNING] at io.github.satoshinm.WebSandboxMC.dep.io.netty.channel.DefaultChannelPromise.await(DefaultChannelPromise.java:129) 18:16:52 [WARNING] at io.github.satoshinm.WebSandboxMC.dep.io.netty.channel.DefaultChannelPromise.await(DefaultChannelPromise.java:28) 18:16:52 [WARNING] at io.github.satoshinm.WebSandboxMC.dep.io.netty.util.concurrent.DefaultPromise.sync(DefaultPromise.java:333) 18:16:52 [WARNING] at io.github.satoshinm.WebSandboxMC.dep.io.netty.channel.DefaultChannelPromise.sync(DefaultChannelPromise.java:117) 18:16:52 [WARNING] at io.github.satoshinm.WebSandboxMC.dep.io.netty.channel.DefaultChannelPromise.sync(DefaultChannelPromise.java:28) 18:16:52 [WARNING] at io.github.satoshinm.WebSandboxMC.ws.WebSocketServerThread.run(WebSocketServerThread.java:121) 18:16:53 [INFO] Rogue threads killed, shutting down.
Why are my threads rogue?
The text was updated successfully, but these errors were encountered:
7ab6d9b
No branches or pull requests
Glowstone finds rogue threads from this plugin on shutdown (not when forcefully shutting with ^C):
Why are my threads rogue?
The text was updated successfully, but these errors were encountered: