-
-
Notifications
You must be signed in to change notification settings - Fork 129
Multiprocessing Process spawned by the app is orphaned on exit #505
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hello, I have observed that when I exit the script, either through the tray symbol or Ctrl+C in the terminal the processes spawned for multiprocessing is orphaned and continues to run.
Attaching the outputs of ps auxf below.
To Reproduce
Steps to reproduce the behavior:
- Launch the app
- Exit
- Check processes running on the system
- The process keeps running
Expected behavior
The application should stop completely and kill the forkserver processes launched as well
Screenshots
When running:
After exiting:
Desktop (please complete the following information):
- OS: Arch Linux
- Version: 2.9.0-2 (installed from official repos)
Error Messages
Process that keeps running:
/usr/bin/python -c from multiprocessing.forkserver import main; main(4, 7, ['__main__'], **{'sys_path': ['/usr/bin', '/usr/lib/python314.zip', '/usr/lib/python3.14', '/usr/lib/python3.14/lib-dynload', '/usr/lib/python3.14/site-packages'], 'main_path': '/usr/bin/jellyfin-mpv-shim', 'authkey_r': 11})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working