mirror of
https://github.com/containers/podman.git
synced 2025-08-02 17:22:30 +08:00

When running podman top, the processes collected can exit befor psgo gets information on the processes. This can cause some weird errors and creates some CI flakes. psgo now properly ignores this situation rather then returning errors Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>