but then again `cat` or `yes` behave the same, so it's probably expected
behaviour
On 7/26/21 4:00 PM, Matej Vasek wrote:
I am able to reproduce this with main
5ef78c0bfa88c5423422774325bc4a89f23805b9.
bash -o pipefail -c 'podman images | head'
of course you probably need to have more than 10 images locally
On 7/26/21 2:45 PM, Daniel Walsh wrote:
> On 7/25/21 07:27, Manvendra Bhangui wrote:
>> Not a big deal. podman crashes when output is fed to any program
>> that closes input before reading the full output from podman
>> Maybe SIGPIPE needs to be handled
>>
>> $ podman images|head
>> REPOSITORY TAG IMAGE ID
>> CREATED SIZE
>> localhost/tinydnssec alpine d28977cc2347 40
>> minutes ago 98.5 MB
>> localhost/indimail alpine 9c520b04ccda 2
>> days ago 547 MB
>> localhost/indimail-mta alpine 3ced90144c5b 3
>> days ago 252 MB
>> localhost/indimail-mta tumbleweed 999a86c2bc61
>> 12 days ago 413 MB
>> localhost/indimail-mta leap15.3 899596f466a1
>> 12 days ago 500 MB
>> localhost/indimail-mta debian10 f3a8194282d7 3
>> weeks ago 306 MB
>>
registry.opensuse.org/opensuse/leap
>> <
http://registry.opensuse.org/opensuse/leap> 15.3
>> accc3d285fe7 3 weeks ago 108 MB
>>
registry.opensuse.org/opensuse/leap
>> <
http://registry.opensuse.org/opensuse/leap> latest
>> accc3d285fe7 3 weeks ago 108 MB
>> docker.io/library/almalinux <
http://docker.io/library/almalinux>
>> 8 7a497d63e726 3 weeks ago 216 MB
>>
>> signal 13 received but handler not on signal stack
>> fatal error: non-Go code set up signal handler without SA_ONSTACK flag
>>
>> runtime stack:
>> runtime.throw(0x558c5d761f18, 0x39)
>> /usr/lib/golang/src/runtime/panic.go:1117 +0x74
>> fp=0xc000658cb8 sp=0xc000658c88 pc=0x558c5c3a9d34
>> runtime.sigNotOnStack(0xd)
>> /usr/lib/golang/src/runtime/signal_unix.go:918 +0x85
>> fp=0xc000658cd8 sp=0xc000658cb8 pc=0x558c5c3c1e65
>> runtime.adjustSignalStack(0xc00000000d, 0xc000184400, 0xc000658d58,
>> 0x558c5dc4bf00)
>> /usr/lib/golang/src/runtime/signal_unix.go:509 +0x285
>> fp=0xc000658d30 sp=0xc000658cd8 pc=0x558c5c3c0d05
>> runtime.sigtrampgo(0xd, 0xc000658f30, 0xc000658e00)
>> /usr/lib/golang/src/runtime/signal_unix.go:449 +0x13f
>> fp=0xc000658da8 sp=0xc000658d30 pc=0x558c5c3c097f
>> runtime: unexpected return pc for runtime.sigtramp called from
>> 0x7f08d4cf1320
>> stack: frame={sp:0xc000658da8, fp:0xc000658e00}
>> stack=[0xc000650cd8,0xc0006590d8)
>> 000000c000658ca8: 000000c000658cc8 0000558c5c3c1e65
>> <runtime.sigNotOnStack+133>
>> 000000c000658cb8: 0000558c5d761f18 0000000000000039
>>
>> Full output here
>>
>>
https://termbin.com/x7gr <
https://termbin.com/x7gr>
>>
>> --
>> Regards Manvendra -
http://www.indimail.org <
http://www.indimail.org>
>> GPG Pub Key
>>
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC7CBC760014D250C
>> <
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC7CBC760014D250C>
>>
>> _______________________________________________
>> Podman mailing list --podman(a)lists.podman.io
>> To unsubscribe send an email topodman-leave(a)lists.podman.io
>
> Weird. is this repeatable? I am not able to recreate.
>
>
>
> _______________________________________________
> Podman mailing list --podman(a)lists.podman.io
> To unsubscribe send an email topodman-leave(a)lists.podman.io