From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 831F13858D37; Wed, 21 Sep 2022 11:47:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 831F13858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663760868; bh=eR8yBamivrDXgDIk8ITUC4t3ogiq9dWIFcDcqgN8fhg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yjr3ZJnHxYBCQAgkDtuvLr+w4BEAB05cDbpnmWykmqu0BzB6JNG7uRkvDFROSh8dR 51M0BPCAnvNkv0fvK+25OABpt+wsHATsF8rbXcoELsg1LzB2nac74tS4SDbtHxCf1W MF9OYNENu6sO14clgkVc5XfnDePCCsr+FI9SZn/U= From: "nickkirkby at protonmail dot ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/106996] SIGSEGV in mapping_symbol_for_insn Date: Wed, 21 Sep 2022 11:47:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nickkirkby at protonmail dot ch X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106996 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 l= ink 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 =3D=3D NULL || info->symtab =3D=3D NULL || bfd_asymbol_flavour (*info->symtab) != =3D bfd_target_elf_flavour) return false;=