remove zombie process in file seeking
authorJoey Hess <joeyh@joeyh.name>
Fri, 25 Sep 2020 15:38:42 +0000 (11:38 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 25 Sep 2020 15:38:42 +0000 (11:38 -0400)
commitf624876dc21fed141eee368c86f4b209852ab91c
treed0356c0cc41251138856d87059cb698d1694c8ae
parent5117ae8aec96670bf17da7f834dc71e13d068cb9
remove zombie process in file seeking

This was the last one marked as a zombie. There might be others I don't
know about, but except for in the hypothetical case of a thread dying
due to an async exception before it can wait on a process it started, I
don't know of any.

It would probably be safe to remove the reapZombies now, but let's wait
and so that in its own commit in case it turns out to cause problems.

This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
CmdLine/Seek.hs
Command/Multicast.hs
Command/Sync.hs
Git/Command.hs
Utility/Path.hs