From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C79C4385841E; Tue, 7 Mar 2023 18:38:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C79C4385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678214306; bh=qwxvMxxxVPYWdv+96oeCyTtbOXVptE5j0a8BzkwU7Ys=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nA0r0pewMUDFzqB2tQNJBh9x5qJY+oTGhN62QACbhG4gk/8zWs9HNhBMM/RdADFfT ixmnQeYWuHBoOH5umQMeT3nMskLdtiXwruR32WJw3e9aTN/gbbez96zoI4cLVXEK9S SmsHBLZj1u7oUBQdqKXqgnRfMD5F9mHHku21trDU= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/17314] Any thread created by Python must block SIGCHLD Date: Tue, 07 Mar 2023 18:38:25 +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: 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=3D17314 --- Comment #4 from Tom Tromey --- This is more a documentation issue at this point. It's pretty easy to block the required signals, see gdb.dap for an example. OTOH on Linux it sure would be nice to get a ptrace file descriptor... --=20 You are receiving this mail because: You are on the CC list for the bug.=