https://sourceware.org/bugzilla/show_bug.cgi?id=33170
--- Comment #2 from Sam James <sam at gentoo dot org> --- ``` $ gdb --args as SymbolCache.s [...] (gdb) b as_abort Breakpoint 1 at 0x555555581570: file /usr/src/debug/sys-devel/binutils-9999/binutils/gas/messages.c, line 347. Breakpoint 1, as_abort (file=0x5555555db030 "/var/tmp/portage/sys-devel/binutils-9999/work/binutils/gas/gen-sframe.c", line=1276, fn=0x55555561dc90 <__PRETTY_FUNCTION__.7.lto_priv.1> "sframe_xlate_do_restore") at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/messages.c:347 347 { (gdb) bt #0 as_abort (file=0x5555555db030 "/var/tmp/portage/sys-devel/binutils-9999/work/binutils/gas/gen-sframe.c", line=1276, fn=0x55555561dc90 <__PRETTY_FUNCTION__.7.lto_priv.1> "sframe_xlate_do_restore") at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/messages.c:347 #1 0x0000555555565e64 in sframe_xlate_do_restore (xlate_ctx=0x55555566d810, cfi_insn=0x55555591ca10) at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/gen-sframe.c:1276 #2 sframe_do_cfi_insn (xlate_ctx=<optimized out>, cfi_insn=0x55555591ca10) at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/gen-sframe.c:1732 #3 sframe_do_fde (xlate_ctx=0x55555566d810, dw_fde=0x55555591c5c0) at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/gen-sframe.c:1790 #4 create_sframe_all () at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/gen-sframe.c:1858 #5 output_sframe (sframe_seg=<optimized out>) at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/gen-sframe.c:1886 #6 cfi_finish () at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/dw2gencfi.c:2615 #7 0x00005555555bb48d in cfi_finish () at /usr/src/debug/sys-devel/binutils-9999/binutils/libiberty/obstack.c:103 #8 main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/sys-devel/binutils-9999/binutils/gas/as.c:1516 ``` -- You are receiving this mail because: You are on the CC list for the bug.