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: [email protected]
          Reporter: [email protected]
  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.

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to