[Bug 286505] dlopen deadlocks when target library contains IFUNC
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286505] dlopen deadlocks when target library contains IFUNC"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 May 2025 15:40:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286505 --- Comment #4 from Konstantin Belousov <kib@FreeBSD.org> --- So I concluded that the approach is too flawed to try to make it work properly. Instead I decided to fix the thr_rtld locks implementation to allow reader locks while owning the lock for write. This passed the libthr tests. https://reviews.freebsd.org/D50117 -- You are receiving this mail because: You are the assignee for the bug.