From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DFF03858C60; Sat, 6 Apr 2024 15:37:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DFF03858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712417857; bh=KGFwb3rgH1EAdWN3WovhtV3xEPqJBT7MQa5nP52eENI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GnN3+iM58dYAkywDjQWqHX5cClmNLMOQot/w7g55lpNZfHj3xD+BooiTB4lAvsl6y 2rzBattlmYA60KFyCUpYn5If8Dx1KPN50WMmtmuZBlsQEdWNJGjZrFVEBYoljUfrjf OqEIUYggC4w7IpcUy+xBzfcQjxjETg3QhVR4RGAc= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29159] gdb crashes when libstdc++ debuginfo is present but .dwz is missing Date: Sat, 06 Apr 2024 15:37:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29159 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- Not sure I am reproducing this correctly, but if I rename $ sudo mv /usr/lib/debug/.dwz/gcc-13.2.1-7.fc38.x86_64{,-xyz} then gdb just rejects the symbol-file, which also seems unfortunate. warning: could not find '.gnu_debugaltlink' file for /usr/lib/debug/usr/bin/gcc-13.2.1-7.fc38.x86_64.debug (gdb) start could not read '.gnu_debugaltlink' section I couldn't interrupt debuginfod quickly enough for that approach to work. Is this really a 'dwz' issue or just a separate debug issue? That wasn't clear to me from the bug. --=20 You are receiving this mail because: You are on the CC list for the bug.=