SeraphJACK / SimpleLogin

Auth mod based on forge for Minecraft 1.12+
https://www.curseforge.com/minecraft/mc-mods/simple-login
MIT License
49 stars 23 forks source link

Java process will stall when trying to stop it #61

Closed Pendrag00n closed 4 months ago

Pendrag00n commented 4 months ago

This happens around 25% of the time. The process still consumes resources so I suppose it's "doing something" image

SeraphJACK commented 4 months ago

See #39

Pendrag00n commented 1 month ago

This still happens. Forcefully killing the process doesn't seem to bring up any issues though

SeraphJACK commented 1 month ago

Do you read #39 ?

Pendrag00n commented 1 month ago

Yes, but it doesn't seem to help at all. Also, using jps to find out the PID of the instance will always render a different PID (I don't really know why) so I used pgrep java I also couldn't find anything using jstack. Maybe I missed it? jarvis

SeraphJACK commented 1 month ago

No you found it, it's just on your screenshot: pool-3-thread-1 is not a daemon so whoever spawned it is responsible for the process not exiting. SimpleLogin won't spawn such a process, so you need to find out which mod it is.

于 2024年6月25日 GMT+08:00 19:07:09,Pendrag00n @.***> 写道:

Yes, but it doesn't seem to help at all. Also, using jps to find out the PID of the instance will always render a different PID (I don't really know why) so I used pgrep java I also couldn't find anything using jstack. Maybe I missed it? jarvis

-- Reply to this email directly or view it on GitHub: https://github.com/SeraphJACK/SimpleLogin/issues/61#issuecomment-2188643717 You are receiving this because you modified the open/close state.

Message ID: @.***> SeraphJACK