[patch] Re: dlopen() and dlclose() are not MT-safe? YES,
esp. for libthr
joerg at britannica.bec.de
joerg at britannica.bec.de
Fri Mar 24 12:12:41 UTC 2006
On Fri, Mar 24, 2006 at 08:54:34PM +0900, Kazuaki Oda wrote:
> * The current implementation of rtld has a problem both with
> libpthread and libthr. It works only with libc_r.
It doesn't work correctly with libc_r. Concurrent dlopen and dlclose of
the same shared object doesn't work fully corretly ATM, but the patch
isn't the best approach either.
Joerg
More information about the freebsd-hackers
mailing list