From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 84EE83858D28; Thu, 26 Jan 2023 19:33:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84EE83858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674761632; bh=RV+AQNJ0uk6eJr1cb97tnROVUVQSwPv1k5wRoDCMoJQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BQWtQB9tBwq8tO3hNacjHd0Xi141dtb6iHnHEcVf8qG1pFHIYACyo2Ft6+OsRJOu9 EflI+cc+PwZDF7nPN8A+Zt9ax2RDgXX4PO25IOFt8s5X+X3OOL50/7t5kLHq3S5g6A wJUH3rdA/5pWHjpb1EpT0absNCsiDGR1GGodFi2c= From: "mmoskow1 at stevens dot edu" To: gdb-prs@sourceware.org Subject: [Bug c++/30045] GDB crashes when command is used during layout Date: Thu, 26 Jan 2023 19:33:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: mmoskow1 at stevens dot edu 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=3D30045 --- Comment #9 from Moshe Moskowitz --- (In reply to Tom Tromey from comment #3) > In terminal A, run gdb and enter the TUI. > In terminal B, run gdb but do not enter the TUI, just attach to the > gdb in A. You can do this with 'attach PID', where the PID is > the process ID of the first gdb. > Then in terminal A, reproduce the crash. > In B, type 'bt'. This should work ok if you have a gdb built with > debug symbols. So I was able to use PS to find the PID like you mentioned in a different comment, but once I attach it, terminal A refuses to let me type anything u= ntil I detach and therefore I am unable to recreate the error. https://prnt.sc/bwerx_E9tkhy --=20 You are receiving this mail because: You are on the CC list for the bug.=