Copilot CLI 1.0.71 leaves child processes as zombies on Linux

radtka2-mdt · ghdev · 2026-07-17

Bug in Copilot CLI 1.0.71 leaves child processes unreaped

A GitHub issue reports that copilot-cli 1.0.71 fails to reap finished subprocesses on Linux. The exited children remain as zombies (state=Z) under the Copilot PID, so each tool call can leak processes over time.

Reported impact

Reproduction

The reporter notes the issue is not NFS/fsync latency: the affected children have already exited (wchan=0) and are only cleared when the owning Copilot process exits.

Original post →

More from coding & agent

coding & agent channel →