https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106996
nickkirkby at protonmail dot ch changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|UNCONFIRMED |RESOLVED --- Comment #2 from nickkirkby at protonmail dot ch --- (In reply to Richard Biener from comment #1) > isn't that a gdb issue then? It is. Sorry about that. I'm using the wrong bug tracker. I will attach a link to the sourceware bug tracker ASAP. In the meantime, I have a patch that resolves this issue (NULL check): arm-dis.c:11867 if (info->private_data == NULL || info->symtab == NULL || bfd_asymbol_flavour (*info->symtab) != bfd_target_elf_flavour) return false;