Skip to content
New issue

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

Still running after shutdown, finding rogue threads... #7

Closed
satoshinm opened this issue Apr 12, 2017 · 0 comments
Closed

Still running after shutdown, finding rogue threads... #7

satoshinm opened this issue Apr 12, 2017 · 0 comments
Labels

Comments

@satoshinm
Copy link
Owner

satoshinm commented Apr 12, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant