From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0BC603858D28; Wed, 25 Jan 2023 01:52:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BC603858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674611557; bh=bxjyLxqS38fDG/xSVuhplmjLxwEWjPpDd6bgA52WeK4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BncyJmWkbnt8wYyvWtNlsAOpMTiYbjI2TuCj2SzMdNXFIqz+bGkZgks+yZG2i30Gu J4gtTj4M9WcNjQOdBHYdEjk/qQDZ+AVdpZxZXPlh0/raD/BwHaG2TEozvvnS+OoUsZ +Tsyq8gbKQZvElk4jp6vcKO3pxWLlAQFLNSo1TVc= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/30045] GDB crashes when command is used during layout Date: Wed, 25 Jan 2023 01:52:36 +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: tromey at sourceware dot org 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 #5 from Tom Tromey --- Sorry, I'm not totally sure. I'm not a windows expert and when I do debug on windows I use cygwin and just use 'ps'. Another option is to debug gdb with itself: gdb gdb (gdb) set prompt (outer) # <- make sure you put a space after that pare= n :) (outer) run /your/program (gdb) # in the inner gdb, reproduce the bug... (outer) bt --=20 You are receiving this mail because: You are on the CC list for the bug.=