From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 62AAA3858C32; Tue, 27 Feb 2024 17:38:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62AAA3858C32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709055521; bh=XWvpdotfCSPxVecLsPS7siZ3pBuzFUHNjc6HDhyu+u0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kxrskmgjt9/usi+b5xN2GudEYS/ieafPEGMLH5em5dVp/xaCV/961aM4o1bkLw4W4 qqFq/FNYszbvGyfQlyXHkyAeBEXSDzHYLFkmgAZfCLYL4c79SxKS3Op/uYFAwfP+PD b7V/2rn8HF05vex3vOBHysVdRCkE3Dacj8aJTMmY= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug python/31172] gdb.post_event SIGSEGV in batch mode Date: Tue, 27 Feb 2024 17:38:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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=3D31172 --- Comment #4 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D6313c05640cf= 6e2f6b1b1b8e66789b34b45f19c7 commit 6313c05640cf6e2f6b1b1b8e66789b34b45f19c7 Author: Tom Tromey Date: Fri Feb 23 13:26:02 2024 -0700 Add final cleanup for runnables This changes run-on-main-thread.c to clear 'runnables' in a final cleanup. This avoids an issue where a pending runnable could require Python, but be run after the Python interpreter was finalized. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31172 --=20 You are receiving this mail because: You are on the CC list for the bug.=