Re: Broken dwarf unwinding - wrong stack pointer register value?

From: Andi Kleen
Date: Mon Oct 22 2018 - 09:58:20 EST


Milian Wolff <milian.wolff@xxxxxxxx> writes:
>
> After more digging, it turns out that I've apparently chased a red herring.
> I'm running archlinux which isn't shipping debug symbols for libm.

64bit executables normally have unwind information even when stripped.
Unless someone forcefully stripped those too.

You can checkout with objdump --sections.

-Andi