The syncrepl provider can be considered as the most common trigger of the
slab memory allocator bug just because it is a long running one. Any such
thread could be hit as unstable because of it. With the new buddy slab
allocator, it is quite certain that the problem already does not exist. If
you're interested, it would be very helpful to try the new buddy allocator
together with the new syncrepl provider since it did yet go through serious
tests.
- Jong-Hyuk
----- Original Message -----
From: <hyc@symas.com>
To: <openldap-its@OpenLDAP.org>
Sent: Wednesday, December 08, 2004 12:04 PM
Subject: Re: (ITS#3404) sockber stack SEGVs
Also I should note that I've rewritten the syncrepl provider in CVS
HEAD. The new implementation will be part of OpenLDAP 2.3. The
implementation for OpenLDAP 2.2 is being deleted from CVS HEAD. This is
relevant because the syncrepl provider seemed to be the most common
cause of triggering this bug. If you're interested, it would be good to
give the new syncrepl provider code in HEAD some in-depth testing.