From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05443384D1B0; Thu, 23 Mar 2023 18:42:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05443384D1B0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679596941; bh=r2G3/XWmBdrLSasyyzklpgAgfAgOJ/JVu1mQyyAMXWU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DgXcDx7syw/CHONCKTA/j1uDJwk4OYeJMBq+phHurEe6g+3d/NuH2TPZZ4keVkDp4 S1+YgNm3QtozEaRMO6rrv9gWzOFiRmRxM0tfYenLD6zoA1/FAhvupcwgkg5W1NTTeg z0Rgjv8cwif8992vbHAdt40TdC8BMvpPcI6PtHK4= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30268] [gdb/dap] ERROR: timeout reading json header Date: Thu, 23 Mar 2023 18:42:20 +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: tromey at sourceware dot 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: 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=3D30268 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- This trace looks a lot like the race, and: {"type": "event", "event": "output", "body": {"category": "stdout", "output= ": " File \"/data/vries/gdb/leap-15-4/build/gdb/data-directory/python/gdb/dap/server.= py\", line 115, in main_loop\n"}, "seq": 7} 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=