mirror of
https://github.com/containers/podman.git
synced 2026-03-25 18:13:22 -04:00
When a pause process dies and its PID gets recycled by an unrelated process, the stale pause.pid file causes join failures. Detect this by checking /proc/<pid>/environ for _PODMAN_PAUSE=1 after a failed join attempt. Closes: https://github.com/containers/podman/issues/28157 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>