-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman coredumps when commiting through varlink with wrong arguments #3897
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.
remote
Problem is in podman-remote
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Aug 28, 2019
1 task
marusak
added a commit
to marusak/cockpit-podman
that referenced
this issue
Aug 28, 2019
See containers/podman#3897 I haven't done naughty, since this is not that super important thing to test and also things that follow are more important for us to test. Once it is fixed, this commit should be reverted.
KKoukiou
pushed a commit
to cockpit-project/cockpit-podman
that referenced
this issue
Aug 28, 2019
See containers/podman#3897 I haven't done naughty, since this is not that super important thing to test and also things that follow are more important for us to test. Once it is fixed, this commit should be reverted.
baude
added a commit
to baude/podman
that referenced
this issue
Aug 29, 2019
when using an upper case image name for container commit, we observed panics due to a channel closing early. Fixes: containers#3897 Signed-off-by: baude <[email protected]>
marusak
added a commit
to marusak/cockpit-podman
that referenced
this issue
Jan 7, 2020
Issue containers/podman#3897 has been fixed a few months ago, it reached Fedora 30 and 31 as well as RHEL 8.2.
marusak
added a commit
to marusak/cockpit-podman
that referenced
this issue
Jan 7, 2020
Issue containers/podman#3897 has been fixed a few months ago, it reached Fedora 30 and 31 as well as RHEL 8.2. Closes cockpit-project#284
marusak
added a commit
to marusak/cockpit-podman
that referenced
this issue
Jan 8, 2020
Issue containers/podman#3897 has been fixed a few months ago, it reached Fedora 30 and 31 as well as RHEL 8.2. Closes cockpit-project#284
marusak
added a commit
to cockpit-project/cockpit-podman
that referenced
this issue
Jan 8, 2020
Issue containers/podman#3897 has been fixed a few months ago, it reached Fedora 30 and 31 as well as RHEL 8.2. Closes #284
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
remote
Problem is in podman-remote
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
With new version of podman (
podman-1.5.1-3.fc30.x86_64
) podman coredumps when I am trying to commit and I provide wrong arguments. This works fine when done with commandline directly.Steps to reproduce the issue:
sudo podman run --name c1 fedora
sudo varlink call unix:/run/podman/io.podman/io.podman.Commit '{ "image_name": "FOO", "format": "oci", "name": "c1" }'
I know that the name cannot be uppercase. However it should not coredump. When I do
it ends up with the same error message but podman does not coredump. Also calling the same varlink command on previous version (1.4.0) of podman also does not coredump. So this is current regression.
Describe the results you received:
I see coredump in journal and also
io.podman.service
fails:Describe the results you expected:
I except it to fail with error but service should not fail nor coredump happen.
If needed I can also get proper tracebacks, but it seems it is 100% easily reproducible.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: