Bug 2209809
| Summary: | [abrt] podman: runtime.raise(): podman killed by SIGABRT | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | telometto | ||||||||||||||||||||||||||
| Component: | podman | Assignee: | Paul Holzinger <pholzing> | ||||||||||||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 38 | CC: | bbaude, container-sig, debarshir, dwalsh, go-sig, jnovy, lsm5, mheon, patrick, pehunt, rh.container.bot, santiago, telometto | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/883d0a5f25792ef5a0b5ebf0e8acf3fbff42969 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:86d4b53c6066b5b8ae7f0324d877fef5b0adaf64;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2023-10-04 08:47:18 UTC | Type: | --- | ||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
telometto
2023-05-24 21:17:57 UTC
Created attachment 1966697 [details]
File: proc_pid_status
Created attachment 1966698 [details]
File: maps
Created attachment 1966699 [details]
File: limits
Created attachment 1966700 [details]
File: cgroup
Created attachment 1966701 [details]
File: mountinfo
Created attachment 1966702 [details]
File: os_info
Created attachment 1966703 [details]
File: cpuinfo
Created attachment 1966704 [details]
File: core_backtrace
Created attachment 1966705 [details]
File: var_log_messages
Created attachment 1966706 [details]
File: backtrace
Created attachment 1966707 [details]
File: open_fds
Created attachment 1966708 [details]
File: environ
Thanks for the report. I can reproduce and will open a PR with a fix later. I tried to run podman system df, but it just printed panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x5[...]4] followed by a huge stacktrace. reporter: libreport-2.17.11 type: CCpp reason: podman killed by SIGABRT journald_cursor: s=9a7a550263b44ce2aae567ae74362384;i=2ed5bf;b=495687c854b44eb285bece6e621a97c9;m=1fa751bcf;t=606cd2960709e;x=bb1dc410676d8ac1 executable: /usr/bin/podman cmdline: podman system df cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-org.gnome.Terminal.slice/vte-spawn-b6bbd342-4597-4fc2-832e-0692e5f04d05.scope rootdir: / uid: 1000 kernel: 6.5.5-200.fc38.x86_64 package: podman-5:4.7.0-1.fc38 runlevel: N 5 backtrace_rating: 4 crash_function: runtime.raise This bug was fixed, looks like we forgot to close it. @xspielinbox+redhat Please file a new bug, either here or better on github as there is more activity there and include the stack trace as this tells us were it happens. This situation happend when I tried to create image with following content of Dockerfile:
---cut-here---
FROM alpine AS A
FROM A AS B
RUN exit 1
FROM A AS C
RUN for i in $(seq 0 100); do echo "hello world ${i}" > file-${i}; done
FROM A AS D
RUN exit 0
---cut-here---
reporter: libreport-2.17.11
type: CCpp
reason: podman killed by SIGABRT
journald_cursor: s=bee6a339ebc6431db7c099a71a8c4420;i=58ca3f;b=e855cef5913a48f8adc2ba079efa60fb;m=634fd6005;t=616604659c2c5;x=385313acd2722923
executable: /usr/bin/podman
cmdline: docker build . --skip-unused-stages=false --jobs=0
cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-org.gnome.Terminal.slice/vte-spawn-cad08a4e-4b1b-4fa7-a700-d291fb0fb938.scope
rootdir: /
uid: 1000
kernel: 6.8.6-100.fc38.x86_64
package: podman-5:4.9.4-1.fc38
runlevel: N 5
backtrace_rating: 4
crash_function: runtime.raise
|