From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2FFB385840C; Tue, 23 Jan 2024 16:42:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2FFB385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706028137; bh=fS03VooN/1X2c3CAezf1C9tTDObWX77z9bm72KudR3g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N6/tXhoK15bmibpoZBk0ah7a7Yc1tJswYB9hNYvyAUHtu2jfZWFROk3b7iHj7wLtI 3JlcTdPwnpEsTfL3GJM2nvbRTd0atN5ApSWfeX8EzdyUuaexolY8g3S1UHjDLRsxNp J6Vi3mu2QFR2q7X3Ow83SyIeOKQOzCR3hJUvYP7c= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/31275] [gdb/dap, gdb.dap/pause.exp] ERROR: timeout reading json header Date: Tue, 23 Jan 2024 16:42:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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=3D31275 --- Comment #3 from Tom Tromey --- I wonder what's going on here: "During handling of the above exception, another exception occurred:\n" What I think should happen is that the work on the main thread should be interrupted by a KeyboardInterrupt; then this should be forwarded to the server thread (via the result queue). Then finally the server thread should post the "cancelled" response. >From the stack trace this seems to be partly correct but, for some reason, we get this "another exception" error -- but without details really. --=20 You are receiving this mail because: You are on the CC list for the bug.=