From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 093E73858C52; Sun, 5 Feb 2023 00:24:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 093E73858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675556683; bh=hAmXnF/F8vhggkujmPy9T38vqDSYN4EQyg8WMyEfF4Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vOm8cIbzhPGmvkHOjnK337GhGrxDGnfl3yPK7s7Wqd1mwk16Ef4HGg5jBzAI72Hm5 /DIuvp81TRbZAtzgfYxMMYI8FOFUlkPCdgmtZBa0cJt1P3Tovdn/mfRFwPfoZmIiVm JBHRNfh62lJW4pRajMfTGukk8m7c86NSOHDcn9+4= From: "mmoskow1 at stevens dot edu" To: gdb-prs@sourceware.org Subject: [Bug c++/30045] GDB crashes when command is used during layout Date: Sun, 05 Feb 2023 00:24:42 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 Moshe Moskowitz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #17 from Moshe Moskowitz --- Hey, So upon further research, even with the new terminal, while the terminal it= self wasn't crashing, the program running within the TUI would crash, however, a simple online search found that Setting the gdb to "set new-console on" wou= ld fix the issue. Source: https://stackoverflow.com/questions/71432412/gdb-error-in-tui-mode-only-dur= ing-startup-program-exited I built that command into my gdbinit and now it all works without issue. Thank you so much for your responses and assistance. --=20 You are receiving this mail because: You are on the CC list for the bug.=