From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 50AA93858CDB; Thu, 23 Mar 2023 21:50:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 50AA93858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679608218; bh=Tvg/AK0BKB87hiq5N/BmNWoA7FCqPUCrgHHjNncm/v8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yuXcCBVj5+7XzSKUAzNKb03STmxcGHRB1uEDvBpEjMIjV0TsgO3gf9cElZNyU0MG4 RwrVxueeEF80an9b5FTXrOZwqBi8MUWZKsZrBeHHw+I1cPJs5qlBvY0K+f7+9P/Gzd Vd1SzvGe2LMzzps/ZdlhuiByrdrBaI1RPn+7C8wA= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30268] [gdb/dap] ERROR: timeout reading json header Date: Thu, 23 Mar 2023 21:50:18 +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=3D30268 --- Comment #2 from Tom de Vries --- (In reply to Tom Tromey from comment #1) > This trace looks a lot like the race, and: >=20 > {"type": "event", "event": "output", "body": {"category": "stdout", > "output": " File > \"/data/vries/gdb/leap-15-4/build/gdb/data-directory/python/gdb/dap/serve= r. > py\", line 115, in main_loop\n"}, "seq": 7} >=20 > the line number here seems wrong, like it's from the version without > the race patch. Did you maybe not "make" after applying? The > test suite picks up the Python code from data-directory so a build > is needed before running the tests. /me facepalms. Yes, that's what happened, sorry for the confusion. After rebuilding, the tests pass reliably. So we can close this PR once the patch is committed. --=20 You are receiving this mail because: You are on the CC list for the bug.=