From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 224E03858C36; Wed, 15 Feb 2023 21:19:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 224E03858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676495997; bh=jVo1Cab9VA17sjsQZSiiVVFwqrGrsdRYJ0erQH+kg7I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eZqLtdP8fl+hByX2DEjLtHaklqtoqJufwWH297M0sTN4v/oYLHMbMCqRK8bKrFqDR BjFE8rYncJ0ncPbg4lKc7mqSJS/UxEHwEZOe8F54TMPYviYgi59LjK6HlS7p6RpfWW opD+ZxbbXn128GStpJuvfaJ+KcND6i3XUmhZFhZM= From: "pedro at palves dot net" To: gdb-prs@sourceware.org Subject: [Bug mi/26266] SIGINT can cause GDB to skip printing MI stop message. Date: Wed, 15 Feb 2023 21:19:56 +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: pedro at palves dot net 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: 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=3D26266 Pedro Alves changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro at palves dot net --- Comment #1 from Pedro Alves --- I think this series: https://inbox.sourceware.org/gdb-patches/20230210233604.2228450-1-pedro@pal= ves.net/T/#m79098ae4ed85a49c9693a47a0ad7a139f63d47dd finally fixes this problem. I'm not closing this PR as it'd be nice to have a testcase proving it is re= ally fixed, and stays fixed going forward. In the linked discussion, Andrew suggested a way to write it: "I don't have time to test this right now, but if your diagnosis is correct then this should be easy to test. Write a sniffer that sends itself a SIGINT and check you see the problem. This should make it possible to create a reliable test case." --=20 You are receiving this mail because: You are on the CC list for the bug.=