From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E8A763858D37; Tue, 1 Nov 2022 15:03:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8A763858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667315035; bh=DBCF1QSfqIB2mF1Gh710E26mMUQbl1ElwpXqYgD5uxc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G859VB4ma9lBZ64m79UELzUCOaVUjbpuvDFzYyRH/dxsoIodGmZQsH2hoOhWftKKe +ZzIDalddfeU3n8cwEKYTv6x/7tfsm3Z5XK6682c3jKKfofQ+hTFRG53flbj3uUOVN uuzbCNlJ6FFiAVG0Oj8eQO2PvLQ/U/47rMcW/XsA= From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/29740] Race condition between pthread_exit and fork Date: Tue, 01 Nov 2022 15:03:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D29740 Andreas Schwab changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #2 from Andreas Schwab --- The child may only call async-signal-safe functions, which pthread_create isn't. --=20 You are receiving this mail because: You are on the CC list for the bug.=