[Bug 271490] Deadlock between _rtld_atfork_pre and _thr_attr_init
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271490] Deadlock between _rtld_atfork_pre and _thr_attr_init"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 04:26:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271490 --- Comment #3 from Konstantin Belousov <kib@FreeBSD.org> --- Yes, I was too optimistic in stating that in the fork(2) man page. Problem with the complete fix is that all jemalloc(2) locks needs to be taken in pre-fork hook, in the right order. -- You are receiving this mail because: You are the assignee for the bug.