This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 11/23/19 10:38 AM, Carlos O'Donell wrote:
Current localedef uses posix_spawnp, which uses vfork, which blocks all signals while it starts the child. Should we be setting the signal mask appropriately for posix_spawnp so SIGPIPE can reach gzip? Is that what we're getting at?
Yes, that sounds like it. The localedef fix should be independent of how posix_spawnp is implemented, though.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |