From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E2ED385770A; Mon, 17 Jul 2023 08:22:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E2ED385770A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689582160; bh=LSlig2cvTbVfAMOVPeAUPntRZ+JHwKmyqWaGHFsAHRo=; h=From:To:Subject:Date:From; b=m2CkrG+LoPzRK8yVqD6PQbQnyK35sEXrwUylcLFLVCD4IWIgYOTOOkDVW6wGo9ujr uku8T2qMmDW0+duqge3Q8ThZlcycXtonoO4IdFg3pfynBqENge0F2QLz+bHp8kepGX RjsJ0OmOSgwDzvyWSoVtkVNgBDePYN4GhIJo6gB8= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30644] New: [gdb/dap] ERROR: tcl error sourcing gdb.dap/stop-at-main.exp Date: Mon, 17 Jul 2023 08:22:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D30644 Bug ID: 30644 Summary: [gdb/dap] ERROR: tcl error sourcing gdb.dap/stop-at-main.exp Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: dap Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- Created attachment 14974 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14974&action=3Ded= it gdb.log As noted here ( https://sourceware.org/pipermail/gdb-patches/2023-July/200945.html ), commit 75ec0982978 ("Use correct inferior in Inferior.read_memory et al") breaks test-case gdb.dap/stop-at-main.exp: ... {"request_seq": 2, "type": "response", "command": "launch", "success": true, "seq": 3}PASS: gdb.dap/stop-at-main.exp: startup - launch success >>> {"seq": 3, "type": "request", "command": "configurationDone"} Content-Length: 97^M ^M {"request_seq": 3, "type": "response", "command": "configurationDone", "success": true, "seq": 4}PASS: gdb.dap/stop-at-main.exp: start inferior success ERROR: eof reading json header while executing "error "eof reading json header"" invoked from within "expect { -i exp19 -timeout 10 -re "^Content-Length: (\[0-9\]+)\r\n" { set length $expect_out(1,string) exp_continue } -re "^(\[^\r\n\]+)..." ("uplevel" body line 1) invoked from within "uplevel $body" NONE eof reading json header ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/stop-at-main.exp. ... Unfortunately, the failure comes in the form of an ERROR. --=20 You are receiving this mail because: You are on the CC list for the bug.=