[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Configure error(POSIX thread)



I note that the configure test in 2.0.11 is specifically
designed to detect broken pthread_detach implementations
(such as those in some versions of glibc). OpenLDAP 2.x
relies on pthread_detach() to work per POSIX specifications.
If it doesn't bad things can happen (like thread leakage).

Kurt