mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-02 16:38:30 +00:00
kill(pid, 0) succeeds for zombies, so a SIGKILLed attach target whose parent had not reaped it yet kept the monitor polling indefinitely - in attach mode the monitor cannot reap it. Liveness now also reads the /proc state and treats Z as dead.