From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E0C9385840F; Thu, 1 Dec 2022 10:59:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E0C9385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669892374; bh=R3buhK85hfzk+i/i5CMCJ0VDoFt3YbFYVmJbPmnl7C0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UpSPS9fCKoQGhjLCYs573ipatXVOqm9wChusljW59VtM2hh1rc/85fLllc4Uuni5n QTmw9BElU+AEwUQjJEuVvrLtFToFOHYBi8flpH3Gt36KEmIITL7U/CmxeAUzSo0O7N 1mgoE6nGB0O5tmlhy0XHri5qd1W1N6K30d6MWYkc= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29833] [gdb] FAIL: gdb.server/monitor-exit-quit.exp: monitor exit Date: Thu, 01 Dec 2022 10:59:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D29833 --- Comment #5 from Tom de Vries --- And for contrast, when I run the test-case by itself, and disable the resto= re of set debug event-loop to trace those to the end, I get: ... (gdb) set debug remote 1^M (gdb) PASS: gdb.server/monitor-exit-quit.exp: set debug remote 1 set debug event-loop all^M (gdb) PASS: gdb.server/monitor-exit-quit.exp: set debug event-loop all [event-loop] handle_file_event: invoking fd file handler `ui-1`^M monitor exit^M [remote] Sending packet: $qRcmd,65786974#d7^M [remote] Packet received: OK^M (gdb) PASS: gdb.server/monitor-exit-quit.exp: monitor exit [event-loop] handle_file_event: invoking fd file handler `ui-1`^M set debug remote 0^M (gdb) PASS: gdb.server/monitor-exit-quit.exp: set debug remote 0 [event-loop] handle_file_event: invoking fd file handler `ui-1`^M set confirm off^M (gdb) FAIL: gdb.server/monitor-exit-quit.exp: set confirm off [event-loop] handle_file_event: invoking fd file handler `ui-1`^M quit^M Remote connection closed^M PASS: gdb.server/monitor-exit-quit.exp: quit ... --=20 You are receiving this mail because: You are on the CC list for the bug.=