[Bug libgcc/124050] libgcc unwinder incorrectly handles signal frames without the machine-specific fallback

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 10 21:42:00 GMT 2026


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124050

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I thought these days most of the time signal frames work through glibc using
the right unwind info for the trampolines.
sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c on x86_64 etc.
MD_FALLBACK_FRAME_STATE_FOR just kicks in when that isn't provided.


More information about the Gcc-bugs mailing list