From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D32AD3858D32; Mon, 29 Jan 2024 17:20:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D32AD3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706548832; bh=5z9Y7U62z64gQExJCvjkkry+CcOBc5D0vaw/izWftOg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fAsLGrqruNeHuYEtpyM2zBETgenFSeB2zH0ng0w/C54ZP80vS1ZuscTHBmxVRLTDQ Usmpq4S+qIxOdDDUATwUp8vSMRgsRpyij3eAnAaXL9ikbIOCyVPrWZB+STzAYUkc4b BCDqWPG5SCS8oaD/T5wWcaulH4k2Q2kp1iGO1NTI= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/31306] [gdb/dap] segfault in new_threadstate during gdb.dap/eof.exp Date: Mon, 29 Jan 2024 17:20:32 +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: 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=3D31306 --- Comment #4 from Tom Tromey --- (In reply to Tom de Vries from comment #2) > Could be a dup or PR31172. The tentative patch posted there makes this PR > less likely to occur, but it still does. Which almost looks like a runna= ble > was posted while quitting. Could it be the runnable that is posted to cause the quit? io.py does: if obj is None: # This is an exit request. The stream is already # flushed, so all that's left to do is request an # exit. send_gdb("quit") break --=20 You are receiving this mail because: You are on the CC list for the bug.=