open
actions create zombie xdg-open processes
#5999
-
Open1 actions do not perform wait() and directly use Environment
Reproduction
Potential solutionsThe double-fork method, intially create a spawner, which immediately spawns the subprocess Note: There's other solutions listed at this stackoverflow. I was concerned when a zombie xdg-open had helix pinning a core at 100% after ghostty exited. Footnotes |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This makes sense, as in we should at least not just fire-and-forget |
Beta Was this translation helpful? Give feedback.
#5988 should fix this once merged.