RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1913294 - podman exec is fragile in the presence of signals [rhel-8.3.0.z]
Summary: podman exec is fragile in the presence of signals [rhel-8.3.0.z]
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: podman
Version: 8.2
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: 8.0
Assignee: Jindrich Novy
QA Contact: Alex Jia
URL:
Whiteboard:
Depends On: 1841485
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-06 13:14 UTC by RHEL Program Management Team
Modified: 2021-02-16 14:30 UTC (History)
19 users (show)

Fixed In Version: podman-1.6.4-24.el8_3
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1841485
Environment:
Last Closed: 2021-02-16 14:30:28 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2021:0546 0 None None None 2021-02-16 14:30:30 UTC

Comment 10 Alex Jia 2021-01-20 16:24:27 UTC
Verified on podman-1.6.4-24.module+el8.3.0+9348+d780f094.x86_64.

[root@kvm-06-guest24 ~]# rpm -q podman runc
podman-1.6.4-24.module+el8.3.0+9348+d780f094.x86_64
runc-1.0.0-64.rc10.module+el8.3.0+9348+d780f094.x86_64

[root@kvm-06-guest24 ~]# sh -x run.sh
+ IMAGE=quay.io/libpod/alpine
+ podman run --name myctr1 -td quay.io/libpod/alpine
Trying to pull quay.io/libpod/alpine...
Getting image source signatures
Copying blob 9d16cba9fb96 done
Copying config 9617696764 done
Writing manifest to image destination
Storing signatures
865b070c451d05ff84b687b034c88816d00f0fe9004e8a1fdc6fef51a2247e41
+ podman run --name myctr2 -td quay.io/libpod/alpine
42773677ee04297952566331e2e4790561149e12cc5a6f0ea9467846966fc184
+ timeout 5 podman exec myctr1 sleep 10
+ podman kill myctr1
865b070c451d05ff84b687b034c88816d00f0fe9004e8a1fdc6fef51a2247e41
+ podman inspect myctr1
+ grep Exec -A3
        "ExecIDs": [
            "ab49f1bb1d170f24f4993b353761bba581424115b1d2b4d7b8b4d8db663cc2c9"
        ],
        "GraphDriver": {
+ podman rm myctr1
865b070c451d05ff84b687b034c88816d00f0fe9004e8a1fdc6fef51a2247e41
+ timeout 5 podman exec myctr2 sleep 10
+ podman stop myctr2
42773677ee04297952566331e2e4790561149e12cc5a6f0ea9467846966fc184
+ podman inspect myctr2
+ grep Exec -A3
        "ExecIDs": [],
        "GraphDriver": {
            "Name": "overlay",
            "Data": {
+ podman rm myctr2
42773677ee04297952566331e2e4790561149e12cc5a6f0ea9467846966fc184

Comment 14 errata-xmlrpc 2021-02-16 14:30:28 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (container-tools:2.0 bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:0546


Note You need to log in before you can comment on or make changes to this bug.