ng0 <[email protected]> skribis: > I just found this upstream issue: https://github.com/tmux/tmux/issues/311 > which has been fixed in tmux 2.5. I think we should take this bug to upstream, > even if it's just to get more insight if it is a tmux bug.
Oh that probably explains why tmux leaves a zombie process, though the root problem here is that PID 1 should reap those processes upon shutdown in the first place. Thanks for the pointer! Ludo’.
