DescriptionValentin Rothberg
2022-08-30 11:22:26 UTC
Description of problem:
`podman kill` (Podman v4.2 only) can deadlock on low-performance machines or machines under extremely high load as reported upstream.
[1] https://github.com/containers/podman/issues/15492
Version-Release number of selected component (if applicable):
Podman v4.2.x
How reproducible:
I never managed to reproduce, neither did upstream CI or gating tests. According to upstream report [1] it's easy to reproduce low-performance ARM machines.
Steps to Reproduce:
Kill a running container via `podman kill`.
Actual results:
Deadlock.
Expected results:
Container gets killed.
Additional info:
An upstream fix has already been merged: https://github.com/containers/podman/pull/15494
The fix is trivial as it's merely removing a number of lines.