-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
launcher process doesn't exit #838
Comments
I observe this sometime in my dev env. I guess this might be related to database operation not disposed after quit? I need to take more time to investigate it. |
I guess it's an issue from electron. The main process actually exits(but I think it can be just an wrapper), but (maybe) child processes become zombie(actually the window doesn't disappear), but I think the task freezing is another issue I'll let you know if the freeze on exit disappears with latest electron(I can use the launcher with latest electron in nixpkgs) |
I tried using xmcl with latest electron: at least the launcher doesn't freeze when terminating, but the task freezing exists though |
I can find out exactly what Linux distribution you have ? |
@paring-chan could u try the latest commit build? I added some missing dispositions for some resources. These resources might block process exit. |
I'm on NixOS Unstable with KDE Plasma Wayland 6.2 |
it didn't fix Additional informationI think this can be caused by AppImage(or NixOS's appimage related something) because manually opening the app with electron cli doesn't make that issue The main command actually exits(./xmcl-xxx.AppImage), but the windows don't close and becomes can't be killed The process becomes completely unresponsive and even can't killed while shutting down the system(hangs infinitely |
Is there an existing issue for this?
Launcher Version
v0.47.10
Operating System
Linux
Architecture
x64
Current Behavior
while running some tasks on the launcher(installing, launching, etc), it occasionally freezes and doesn't respond if I hit cancel button. Then the process won't be killed even with SIGKILL
Expected Behavior
No response
Steps To Reproduce
Anything else?
I'm using KDE Plasma 6.2.2 on Wayland and system is running with NixOS
The text was updated successfully, but these errors were encountered: