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

back-meta assert failure



Hi all,

I'm trying to accomplish the same as Perangleo in his post
http://www.openldap.org/lists/openldap-software/200511/msg00213.html

However, when using back-meta to login (with an invalid loginShell attribute) slapd aborts with
slapd: bind.c:224: meta_back_bind: Assertion `tmpmc == mc' failed.


In addition, if have a valid loginShell then slapd will "freeze" at some point. By freeze I mean that slapd accepts connections but doesn't return.

I've cut it down to a minimal configuration that exhibits the first fault. I'm not sure if this configuration suffers from the second fault as it can take hours in our production environment for this to occur.

slapd.conf: ftp://ftp.openldap.org/incoming/slapd_andrew.conf
output from 'slapd -d -1': ftp://ftp.openldap.org/incoming/ldap_crash_andrew.txt


Here's some standard info:

Centos 4.1 Final
Linux node01 2.6.9-11.ELsmp #1 SMP Wed Jun 8 16:59:12 CDT 2005 x86_64
x86_64 x86_64 GNU/Linux

2 x AMD Opteron

Version: CVS HEAD as at 20060804


./configure --prefix=/opt/ldap --enable-bdb --enable-shell --enable-crypt --enable-ldap --enable-meta --disable-relay --enable-wrappers --disable-ipv6


/opt/ldap/libexec/slapd -d -1 &> ldap_crash.txt

Thanks, Andrew

Thanks, Andrew