Re: [systemd-devel] Does coredumpctl info support minidebuginfo / gnu_debugdata ?

2023-11-28 Thread Etienne Cordonnier
I found the issue in the yocto based distribution: elfutils / libdw was compiled without xz support, and was thus unable to extract the minidebuginfo symbol names. On Ubuntu / Fedora, I don't know exactly what the issue is. Etienne On Tue, Nov 21, 2023 at 11:53 PM Etienne Cordonnier wrote: >

Re: [systemd-devel] Does coredumpctl info support minidebuginfo / gnu_debugdata ?

2023-11-21 Thread Etienne Cordonnier
Thanks for your reply. I have tested with Fedora 39 and indeed coredumpctl info shows function names when a binary provided by a Fedora package crashes. However, when I compile a test binary on Fedora, even with debug symbols enabled (I tried -g and -ggdb), and I then send kill -SEGV my binary,

Re: [systemd-devel] Does coredumpctl info support minidebuginfo / gnu_debugdata ?

2023-11-17 Thread Lennart Poettering
On Do, 16.11.23 18:37, Etienne Cordonnier (ecordonn...@snap.com) wrote: > Hello, > I am testing a yocto based system, where it seems that "coredumpctl info" > isn't able to use minidebuginfo / gnu_debugdata to extract a symbolized > call-stack. I saw in the code that coredumpctl uses elfutils /

[systemd-devel] Does coredumpctl info support minidebuginfo / gnu_debugdata ?

2023-11-16 Thread Etienne Cordonnier
Hello, I am testing a yocto based system, where it seems that "coredumpctl info" isn't able to use minidebuginfo / gnu_debugdata to extract a symbolized call-stack. I saw in the code that coredumpctl uses elfutils / libdwfl in order to extract a call-stack, and as far as I understand libdwfl