podman stats crash with network mode host #5652
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman panics / crashes with segfault when one pod is running and podman pod stats or podman stats is run when pod is in host network mode
Steps to reproduce the issue:
podman pod create --network host -n test
podman run -it --rm --pod test centos:8 /bin/bash
podman pod stats test
Describe the results you received:
Describe the results you expected:
podman should show status
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
Google Cloud
CentOS Linux release 8.1.1911 (Core)
kernel-ml 5.5.13-1.el8.elrepo.x86_64 (same problem happening with centos 8 default kernel as well)
The text was updated successfully, but these errors were encountered: