From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 45F88383D82A; Sun, 11 Jul 2021 19:42:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45F88383D82A From: "jonah at kichwacoders dot com" To: gdb-prs@sourceware.org Subject: [Bug mi/28077] -exec-interrupt in non-stop mode causes internal-error / assertion in target_stop Date: Sun, 11 Jul 2021 19:42:32 +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: 11.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jonah at kichwacoders dot com 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2021 19:42:32 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28077 --- Comment #1 from Jonah Graham --- The commit that caused the regression is 1192f124a308601f5fef7a35715ccd6f904e7b17=20 Note that "interrupt" or "-exec-interrupt" without the --thread-group argum= ent does not cause this to fail. Here is my oneliner to check (part of my git bisect script): (sleep .5s ; echo '-gdb-set non-stop on' ; echo '-gdb-set mi-async on' ; e= cho '-file-exec-and-symbols --thread-group i1 loop' ; echo '-exec-run' ; sleep = .5s ; echo '-exec-interrupt --thread-group i1') | gdb/gdb --interpreter=3Dmi2=20 The above asserts, but the below doesn't (without the --thread-group): (sleep .5s ; echo '-gdb-set non-stop on' ; echo '-gdb-set mi-async on' ; e= cho '-file-exec-and-symbols --thread-group i1 loop' ; echo '-exec-run' ; sleep = .5s ; echo '-exec-interrupt') | gdb/gdb --interpreter=3Dmi2 --=20 You are receiving this mail because: You are on the CC list for the bug.=