-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
amfora leaves zombie processes #219
Comments
Can you provide more information on why this is an issue? Edit: I see how zombie processes should be avoided in general. I believe this can be solved by just adding |
i have this in http = ['sh', '-c', 'printf %s "${0}" | xclip -selection c']
# ...
[[mediatype-handlers]]
cmd = ['sxiv', '-a', '--']
types = ["image"] and after opening some links and images remain zombies processes i'm using setsid(2) in |
Thanks. I will fix this, although not necessarily in the next release. |
Let me know if you still experience this issue. The fix is now available in the master branch, and will be in the v1.10.0 release. |
thank you, now it's fixed |
as described in documentation cmd.Start doesn't wait for process completion and it's causes zombie processes
The text was updated successfully, but these errors were encountered: