On Fri, 03 Feb 2012 23:32:30 +0100, Quanah Gibson-Mount
<quanah(a)zimbra.com> wrote:
> --On Friday, February 03, 2012 11:15 PM +0100 Mattias Andersson
> <mattias(a)centaurix.com> wrote:
>
>> On Fri, 03 Feb 2012 20:26:01 +0100, Quanah Gibson-Mount
>> <quanah(a)zimbra.com> wrote:
>>
>>> --On Tuesday, January 31, 2012 10:41 AM +0000 mattias(a)centaurix.com
>>> wrote:
>>>
>>>> On Tue, 31 Jan 2012 03:56:06 +0100, Howard Chu <hyc(a)symas.com> wrote:
>>>>
>>>>> Mattias Andersson wrote:
>>>>>> On Tue, 31 Jan 2012 02:27:05 +0100, Howard Chu<hyc(a)symas.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Please provide a full gdb backtrace from the assertion failure.
>>>>>>> I've
>>>>>>> reproduced this configuration locally but see no crash using
>>>>>>> ldapsearch.
>>>>>>> I don't have the Softerra browser.
>>>>>>
>>>>>> Ok, see attachment. The problem is not reproducible with ldapsearch.
>>>>>
>>>>> Please see if the attached patch alters the behavior. Thanks.
>>>>
>>>> I'm getting an error that MozNSS is not found when I run ./configure.
>>>>
>>>> Mattias
>>>
>>> Hi Mattias,
>>>
>>> Any update? We would like to get a fix for this into OpenLDAP 2.4.29
>>> if
>>> possible.
>>
>> Ok, I didn't apply the patch yet, but now I'm getting a different error
>> than before (before I was using OpenLDAP 2.4.25 from the Ubuntu package
>> repository):
>>
>> cornelian build_unix # /usr/local/libexec/slapd -d 256 -f
>> /etc/ldap/slapd.conf
>> 4f2c5a69 @(#) $OpenLDAP: slapd 2.4.28 (Feb 1 2012 02:31:50) $
>
> Why are you running 2.4.28? I specifically said to download the current
> source from RE24, which at this time includes the patch for your issue.
> When you rebuild, you must replace all the openldap packages, including
> the OpenLDAP libraries, not just the slapd binary, etc.
Ok, I downloaded the current source from RE24 (snapshot), but I'm still
getting the error that I reported initially:
cornelian openldap-ad04676 # /usr/local/libexec/slapd -d 256 -f
/etc/ldap/slapd.conf
4f2c6fe0 @(#) $OpenLDAP: slapd 2.4.29 (Feb 4 2012 00:34:39) $
root@cornelian:/root/openldap/openldap-ad04676/servers/slapd
4f2c6fe0 hdb_monitor_db_open: monitoring disabled; configure monitor
database to enable
4f2c6fe0 slapd starting
4f2c6fe7 conn=1000 fd=12 ACCEPT from IP=83.185.96.215:52240
(IP=0.0.0.0:389)
4f2c6fe7 conn=1000 op=0 BIND dn="" method=128
4f2c6fe7 conn=1000 op=0 RESULT tag=97 err=0 text=
4f2c6fe7 conn=1000 op=1 SRCH base="dc=chalmers,dc=se" scope=0 deref=0
filter="(objectClass=*)"
4f2c6fe7 conn=1000 op=1 SRCH attr=1.1
4f2c6fe7 conn=1000 op=1: back-relay for DN="dc=chalmers,dc=se" would call
self.
slapd: attr.c:236: attr_dup2: Assertion `j < i' failed.
Aborted
Mattias