[blinkpy] Add a special case for killpg on macOS
Calling killpg() on a process group whose leader is defunct causes a permission error on macOS, in which case we try to collect the defunct process. (On Linux, this would be a no-op. kill() a zombie process is always a no-op on both macOS and Linux.) Fixed: 1140363 Change-Id: I3253f315c40fecd3b9ebb4ebe4d0d18bcf0636d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488369 Auto-Submit: Robert Ma <robertma@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#819203}
Showing
Please register or sign in to comment