From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 86E783858404; Fri, 29 Mar 2024 07:41:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86E783858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711698085; bh=QUsV9k+B/pmxqJnao847k5HoC2/sDCJidaV0KSpOOTs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BzIcRDt88EZRit5AVd0mO8Hsy8zaZDH3ku/HaWNMdiGTYj3ccudpkEN4sq5UlHdyh NmsYsDPqwKgxHji9TLjUoTYVCDZednRg1rieMOU76PQNhTk0qVYwuCcBrr/IQLJigz s9ETd2XHJ0aBuWLWLntV2190fWIfOpLtImyD4Www= From: "wingo at igalia dot com" To: gdb-prs@sourceware.org Subject: [Bug backtrace/31560] Segfault when computing backtrace Date: Fri, 29 Mar 2024 07:41:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: backtrace X-Bugzilla-Version: 14.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wingo at igalia dot com X-Bugzilla-Status: UNCONFIRMED 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: 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=3D31560 --- Comment #6 from Andy Wingo --- (In reply to Simon Marchi from comment #5) > block::scope is called with a nullptr "this" from > cp_lookup_transparent_type. So that would probably be fixed by this comm= it > in master: >=20 > https://gitlab.com/gnutools/binutils-gdb/-/commit/ > 576745e26c0ec76a53ba45b20af464628a50b3e4 >=20 > It has been cherry-picked to the 14 branch, and is in 14.2: >=20 > https://gitlab.com/gnutools/binutils-gdb/-/commit/ > bc23ea51f8a83e9524dfb553baa8baacb29e68a9 >=20 > Can you check if that fixes your problem? Just checked and yes it does fix the problem! Thank you!! --=20 You are receiving this mail because: You are on the CC list for the bug.=