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

slapd crashes when setup as slave (ITS#2435)



Full_Name: Stephan Rattai
Version: 2.1.17,2.1.16
OS: linux 2.4.20
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (134.100.101.1)


When I run slapd as slave (with updatedn set) and try to change a user password
on it via slappasswd (yes, I know it does not make sense, tried it anyway) and
no referral ist set, my slapd simply crashes without any comment, the logfile
ist absolutely empty. The last message it sends me when started with -d1 is: 
slapd: result.c:300: send_ldap_response: Assertion `err != 0x0a' failed.
strace output is different on the two systems I tested this on but both end with
a 

--- SIGABRT (Aborted) ---. 

On the Client (slappasswd) I get 

ldap_chkResponseList for msgid=-1, all=1
ldap_chkResponseList returns NULL
ldap_int_select
read1msg: msgid -1, all 1
ber_get_next
ldap_perror
ldappasswd: ldap_result: Can't contact LDAP server (81)

Does anyone see why ?