Re: [patch] Re: dlopen() and dlclose() are not MT-safe? YES, esp. for libthr



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
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages