mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-07 10:00:07 +00:00
c32c868ab8
Austin Group issue 62 [1] dropped the async-signal-safe requirement for fork and provided a async-signal-safe _Fork replacement that does not run the atfork handlers. It will be included in the next POSIX standard. It allow to close a long standing issue to make fork AS-safe (BZ#4737). As indicated on the bug, besides the internal lock for the atfork handlers itself; there is no guarantee that the handlers itself will not introduce more AS-safe issues. The idea is synchronize fork with the required internal locks to allow children in multithread processes to use mostly of standard function (even though POSIX states only AS-safe function should be used). On signal handles, _Fork should be used intead and only AS-safe functions should be used. For testing, the new tst-_Fork only check basic usage. I also added a new tst-mallocfork3 which uses the same strategy to check for deadlock of tst-mallocfork2 but using threads instead of subprocesses (and it does deadlock if it replaces _Fork with fork). [1] https://austingroupbugs.net/view.php?id=62 |
||
---|---|---|
.. | ||
bits | ||
rv32 | ||
rv64 | ||
sys | ||
atomic-machine.h | ||
clone.S | ||
configure | ||
configure.ac | ||
dl-cache.h | ||
flush-icache.c | ||
getcontext.S | ||
Implies | ||
jmp_buf-macros.h | ||
kernel-features.h | ||
ldconfig.h | ||
ldd-rewrite.sed | ||
localplt.data | ||
makecontext.c | ||
Makefile | ||
readelflib.c | ||
register-dump.h | ||
setcontext.S | ||
shlib-versions | ||
sigcontextinfo.h | ||
swapcontext.S | ||
syscall.c | ||
sysconf.c | ||
sysdep.h | ||
sysdep.S | ||
ucontext_i.sym | ||
ucontext-macros.h | ||
Versions | ||
vfork.S |