Bug 1422159

Summary: glibc: fork is not async-signal-safe
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: glibcAssignee: Carlos O'Donell <codonell>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: arjun.is, codonell, dj, fweimer, law, mfabian, pfrankli, siddhesh
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of:
: 1422161 (view as bug list) Environment:
Last Closed: 2019-10-15 13:58:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1422161    

Description Florian Weimer 2017-02-14 15:47:08 UTC
POSIX requires that fork is async-signal-safe.  Our current implementation is not.

Comment 1 Carlos O'Donell 2019-10-15 13:58:03 UTC
We are going to track this upstream here:
https://sourceware.org/bugzilla/show_bug.cgi?id=4737