https://bugs.openldap.org/show_bug.cgi?id=9394
Issue ID: 9394 Summary: syncprov: Session log can end up with duplicate entries Product: OpenLDAP Version: 2.4.55 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: overlays Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
Had an incident today where slapd stopped after the following assert was triggered in syncprov.c:
1655 rc = tavl_insert( &sl->sl_entries, se, syncprov_sessionlog_cmp, avl_dup_error ); 1656 assert( rc == LDAP_SUCCESS );
This was due to the same entry being inserted into the sessionlog a second time without the prior instance having been removed.