From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A7B38385840F; Wed, 26 Jul 2023 17:38:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A7B38385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690393084; bh=gIIyUnVcmBD2tz81hEaNSO2Mr4O6+APFTENTg8urjbA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mOhQOu4vzM+P0nOy6VaKyC9OgdTSiioaDmqFz4zYUJnnBSrWmqJYI+2tgBN7PW9iR oyVmCayGnqqLEFO5ncbMeIjxYVgt/nLJYqQI0ITD/YGPa2MMt0rVPwR/pOoMmH05y7 z4TDrnRsF35404j8BnBlhz0QqFSuTNddyB0+SRPw= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/30686] [gdb/dap] ERROR: eof reading json header in gdb.dap/cond-bp.exp Date: Wed, 26 Jul 2023 17:38:04 +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: 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=3D30686 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #4 from Tom Tromey --- I was able to reproduce this. No idea what is going on here. My stack trace is a bit different: #3 0x000000000078825d in handle_sigsegv (sig=3D11) at ../../binutils-gdb/gdb/event-top.c:962 #4 #5 0x00007f7eb3400731 in _PyUnicode_Ready () from /lib64/libpython3.10.so.= 1.0 #6 0x00007f7eb3270513 in _PyUnicode_JoinArray.cold () from /lib64/libpython3.10.so.1.0 #7 0x00007f7eb332af01 in PyUnicode_Join () from /lib64/libpython3.10.so.1.0 #8 0x00007f7eb33f9252 in join_list_unicode () from /lib64/libpython3.10.so= .1.0 #9 0x00007f7eb3408faa in flush_accumulator () from /lib64/libpython3.10.so= .1.0 #10 0x00007f7eb3408f40 in _PyAccu_FinishAsList () from /lib64/libpython3.10.so.1.0 ... Nothing interesting in the various logs. I wonder if valgrind would say something. --=20 You are receiving this mail because: You are on the CC list for the bug.=