From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0FB30385AF86; Tue, 11 Jul 2023 13:02:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FB30385AF86 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689080520; bh=tuRtybNOeU4EFTJ0WRLCu6dH4ARHhFMU9IJWAQ+ijZI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ABFh6/Goa/hKVrQI6cGClOSMA1dFsqvg+81aI7nUxRtXGYWKsO0Eg1MyNWCzf66Rl ysf+bnKNqgIrXcD7yV9uGDwSYhe1gEa2pVn8SFitjlUnuVzSP5ZFtfGvHs06pvlo20 7BmYAVWpxOhYmSNCDbD3SwqcErizOM0ZGJ4KKJB4= From: "equationssolver at yahoo dot com" To: gdb-prs@sourceware.org Subject: [Bug mi/29002] Console input broken in MI mode Date: Tue, 11 Jul 2023 13:01:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: mi X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: equationssolver at yahoo dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: aburgess at redhat dot com X-Bugzilla-Target-Milestone: 12.1 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29002 hmb changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |equationssolver at yahoo d= ot com --- Comment #8 from hmb --- I'm still encountering an error with the latest 13.2 release of GDB on a Windows host. When using GDB, I'm not receiving responses for the MI comman= ds, causing my IDE (Eclipse) to freeze and become unresponsive. To reproduce the issue, I have the following scenario in PowerShell: $ cat input 1-list-thread-groups 2-list-thread-groups 3-list-thread-groups cat input | arm-none-eabi-gdb.exe --silent --interpreter=3Dmi2 =3Dthread-group-added,id=3D"i1" (gdb) 1^done,groups=3D[{id=3D"i1",type=3D"process"}] (gdb) &"warning: Exception condition detected on fd 0\n" &"error detected on stdin\n" As observed, there is no response for the MI commands numbered 2 and 3." --=20 You are receiving this mail because: You are on the CC list for the bug.=