From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE4F2385800C; Mon, 30 Oct 2023 14:20:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE4F2385800C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698675648; bh=+QPoGJPxxVtx500PqUmUjmIBRN3EUbDKSZFNV6ekIy8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eqv6XtXNpxQrYEulJZO0/gVAXQYojqw3XaYVfu0FGSLmQ1xnED/8YzXGN5u/TToGt DonpX7SNpKRyY7cCHrgbb5cHWFbbMYE3odPSs7Mx4ohGmqkxuQf3Vp7+Ma3ctrMTVX pzl//etL18hclAMZPuiwTqwtCjxPbpvPldmRHshw= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBnZGIvMzEwMDhdIOKAnkxheW91dOKAnSBjcmFzaGVzIGdk?= =?UTF-8?B?YiAxMy4y?= Date: Mon, 30 Oct 2023 14:20:48 +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: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: WAITING 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: everconfirmed cc bug_status cf_reconfirmed_on 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=3D31008 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |tromey at sourceware dot o= rg Status|UNCONFIRMED |WAITING Last reconfirmed| |2023-10-30 --- Comment #2 from Tom Tromey --- (In reply to Zbigniew from comment #0) > Hello, >=20 > I tried to make use out of =E2=80=9Elayout=E2=80=9D command by trying =E2= =80=9Elayout split=E2=80=9D and > =E2=80=9Elayout regs=E2=80=9D =E2=80=94 in both cases gdb crashes spittin= g out =E2=80=9Ememory protection > error=E2=80=9D (and =E2=80=9EA fatal error internal to GDB has been detec= ted, further > debugging is not possible. GDB will now terminate.=E2=80=9D). These both work fine for me on Fedora 38. I tested by running my gdb 13 build on itself, then entering the commands. Did you do something different? Perhaps getting a stack trace from gdb, if that's possible, would be informative. > BTW, one question: ARM32 gdb (10.1.90) doesn't recognize =E2=80=9Elayout= =E2=80=9D at all. Is > it a bug, or it's supposed to not recognize =E2=80=9Elayout=E2=80=9D? This probably means it was built without TUI support. This can happen if, e.g., you don't have curses installed when configuring. --=20 You are receiving this mail because: You are on the CC list for the bug.=