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

Re: Memory leak?



At 12:07 PM 9/14/99 -0600, Jeff Romine wrote:
>Are you running single or multi-threaded?  I have yet to build a
>multi-threaded version under Solaris that doesn't leak or crash.

Newer versions of Solaris provide preemptive threading subsystems.
OpenLDAP 1.x is designed to be used with non-preemptive threading
subsystems.  I suggest you use --without-threads or a user-land
thread package such as GNU Pth (http://www.gnu.org/software/pth/),
Portable Threads, FSU Threads, or such.

Kurt