From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 25631388EFAB; Thu, 15 Dec 2022 21:02:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25631388EFAB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671138134; bh=ZCUeFP6zGIabe5xFU/XwfEUnXxJK6qTmnn7dH7Ea3I8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d4yRXmFORgH9uo8tJVi/EBk5/iE4mvFUMek7qFmdtenfVOUP6uvlK8+cmCxdClGHe Xv16Ktk4Y30h628JmB3/NKr9t/kties8cCI+uVsHee0u91CLdJbG89gtDMA+HOp5Al JVsO2eLXcv9XsEl9GFsqxpm6REjpEKewktoZQnSU= From: "seth.pellegrino at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug backtrace/29395] blockframe.c:79: internal-error: get_frame_block: Assertion `bl != NULL' failed. Date: Thu, 15 Dec 2022 21:02:12 +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: 11.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seth.pellegrino at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 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=3D29395 --- Comment #7 from Seth Pellegrino --- (In reply to Simon Marchi from comment #5) > Ok, I got it to crash by installing the Arch Linux packages you provided = on > Arch Linux system, and then: >=20 > $ /usr/bin/gdb /usr/bin/kicad -c kicad-core-gdb-crasher >=20 > I then tried using my own build of GDB, it wouldn't crash. I rebuilt the > Arch package with debug info to understand where it crashes, it's within a > frame-filter implementation. To reproduce the crash, we need this to be > loaded: >=20 > [ ... ] Oh, interesting: so it's something particular about the way the arch packag= e is built? Is that frame-filter something I can turn off to avoid the crash for now? >=20 > PS: I think you'll find the master branch of GDB (to be GDB 13) much fast= er > to initially load the debug info, thanks to Tom Tromey's DWARF reader > refactor. I can really see the difference with binaries of this size, > between 12 and master. Oh neat! I'll have to check that out: I've definitely been feeling the time= it takes to load the debug info loading so far. --=20 You are receiving this mail because: You are on the CC list for the bug.=