https://bugs.openldap.org/show_bug.cgi?id=10513
--- Comment #3 from Howard Chu hyc@openldap.org --- A more detailed backtrace with full debug symbols would be helpful.
On a fresh build of 2.6.10 using this slapd.conf:
tests> cat testrun/slapd.4.conf
include ./schema/core.schema include ./schema/cosine.schema include ./schema/inetorgperson.schema include ./schema/openldap.schema include ./schema/nis.schema
modulepath ../servers/slapd/overlays/ moduleload syncprov.la modulepath ../servers/slapd/back-ldap/ moduleload back_ldap.la
TLSCertificateFile localhost.crt TLSCertificateKeyFile localhost.key TLSCACertificateFile cacert.pem
database mdb suffix "dc=example,dc=com" rootdn "cn=consumer,dc=example,dc=com" rootpw secret directory testrun/db.4.a index objectClass eq index cn,sn,uid pres,eq,sub index entryUUID,entryCSN eq
syncrepl rid=1 provider=ldaps://localhost:9011/ binddn="cn=Manager,dc=example,dc=com" bindmethod=simple credentials=secret tls_reqsan=demand searchbase="dc=example,dc=com" type=refreshAndPersist retry="5 5 300 +"
mirrormode true overlay syncprov
database monitor ####
And issuing this command: ../servers/slapd/slapd -f testrun/slapd.4.conf -h ldap://:9014 -s0 -dsync & sleep 4 ; kill %
I just see a normal shutdown. You'll need to provide detailed exact steps to reproduce it.