You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
When you start applications on a linux host with sunshine trough detached command with setsid like setsid steam or setsid gamescope -e -- steam steam://open/bigpicture it will not be truely detached from the parent process meaning when you try to stop the application launched by sunshine it will leave a zombie process that will keep using up pid's until you stop sunshine or restart your pc.
Expected Behavior
Launching an application detached from the parent process should actually detach it and not keep it in a semi attached state were it then just doesn't get a response by the parent process when it tries to die (that results in a zombie process).
Additional Context
Either something has to change how detached commands work or the parent has to actually allow the child process to die instead of leaving it in a limbo.
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
When you start applications on a linux host with sunshine trough detached command with setsid like setsid steam or setsid gamescope -e -- steam steam://open/bigpicture it will not be truely detached from the parent process meaning when you try to stop the application launched by sunshine it will leave a zombie process that will keep using up pid's until you stop sunshine or restart your pc.
Expected Behavior
Launching an application detached from the parent process should actually detach it and not keep it in a semi attached state were it then just doesn't get a response by the parent process when it tries to die (that results in a zombie process).
Additional Context
Either something has to change how detached commands work or the parent has to actually allow the child process to die instead of leaving it in a limbo.
Host Operating System
Linux
Operating System Version
Fedora 41 KDE
Architecture
amd64/x86_64
Sunshine commit or version
v2024.1107.45727
Package
Linux - Fedora Copr
GPU Type
Nvidia
GPU Model
Nividia RTX2070 Super
GPU Driver/Mesa Version
565.57.01
Capture Method
None
Config
No response
Apps
Relevant log output
The text was updated successfully, but these errors were encountered: