From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 921633858429; Sun, 19 Sep 2021 02:52:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 921633858429 From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/18810] internal error in inline_frame_this_id Date: Sun, 19 Sep 2021 02:52:29 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simark at simark dot ca 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 02:52:29 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D18810 Simon Marchi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simark at simark dot ca --- Comment #4 from Simon Marchi --- (In reply to Sean Anderson from comment #3) > Hi, >=20 > I am experiencing a similar problem when the stack has been corrupted: >=20 > $ gdb-multiarch vmlinux > GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2 > Copyright (C) 2020 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > Type "show copying" and "show warranty" for details. > This GDB was configured as "x86_64-linux-gnu". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > . > Find the GDB manual and other documentation resources online at: > . >=20 > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from vmlinux... > gdb$ target extended-remote :3333 > Remote debugging using :3333 > memtest (size=3D, start_phys=3D, > pattern=3D) at mm/memtest.c:49 > 49 *p =3D pattern; > gdb$ bt > #0 memtest (size=3D, start_phys=3D, > pattern=3D) at mm/memtest.c:49 > #1 do_one_pass (end=3D, start=3D, > pattern=3D) at mm/memtest.c:78 > #2 early_memtest (/build/gdb-OxeNvS/gdb-9.2/gdb/inline-frame.c:155: > internal-error: void inline_frame_this_id(frame_info*, void**, frame_id*): > Assertion `frame_id_p (*this_id)' failed. > A problem internal to GDB has been detected, > further debugging may prove unreliable. >=20 > This is a bug, please report it. For instructions, see: > . >=20 > Aborted (core dumped) Can you please try master + this patch? It sounds related. https://sourceware.org/pipermail/gdb-patches/2021-August/181385.html It might be a bit easier to grab the patch from here: https://pi.simark.ca/gdb-patches/20210809154122.3468792-1-andrew.burgess@em= becosm.com/ --=20 You are receiving this mail because: You are on the CC list for the bug.=