Closed miabbott closed 2 years ago
Looking latest main, seems fixed already (pointer deref was removed). Looks like https://github.com/containers/podman/commit/13c6fd067cab2fd21f96837c6b6105ebb740fd1d did it. Is a backport desirable? If so, we'll probably need a BZ to justify.
Looking latest main, seems fixed already (pointer deref was removed). Looks like 13c6fd0 did it. Is a backport desirable? If so, we'll probably need a BZ to justify.
Yeah, I think we will want this as part of OCP/RHCOS 4.11. Since we are maintaining separate branches for OCP 4.11 downstream, I believe we have a bit more leeway being able to get the backport in before OCP 4.11 code freeze.
Will create a BZ for this; thanks for the quick reply, Matt!
so will this need a backport or should podman be bumped to the v4.1.0 for ocp 4.11 ?
Closing as it's a downstream issue. We can continue the conversation for sure.
You should bump to podman 4.1 if possible.
/kind bug
Description
The RHCOS team is rebasing RHCOS 4.11 to use RHEL 8.6; as part of our normal build + test operation on
aarch64
we noticed thatpodman
was dumping core.Steps to reproduce the issue:
Not yet entirely clear, but my guess:
aarch64
podman
Describe the results you received:
podman
dumped core (cat journal.txt | grep podman
):Describe the results you expected:
podman
does not dump coreAdditional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:need to get access to
aarch64
platform to reproducePackage info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Sorta; we are limited to using a specific version of
podman
. Testing with newer versison is not feasible at this time.Skimming the Troubleshooting Guide did not show any actionable advice for this situation.
Additional environment details (AWS, VirtualBox, physical, etc.):
aarch64
VM running in qemu viacoreos-assembler
in a privilged pod on the RHT internal OSBS clusterxref: https://github.com/openshift/os/issues/820