[Bug libc/34321] __register_atfork allocates while holding atfork_lock
"adhemerval.zanella at linaro dot org via Glibc-bugs" <[email protected]> Fri, 26 Jun 2026 12:49:39 +0000
| Newsgroups | gmane.comp.lib.glibc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34321 --- Comment #2 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> --- (In reply to H.J. Lu from comment #1) > Is this the same as > > https://sourceware.org/bugzilla/show_bug.cgi?id=34021 This is a different race-condition triggered during the registration of a new atfork handler, while BZ 34021 is during the fork/execution of the handlers. I think we should track them independently. -- You are receiving this mail because: You are on the CC list for the bug.