Hello,
After changing my databases from hdb to mdb I'm having problems with it.
My problem is that after a few days of slapd running without any problem (this time it has been more than a week), then it suddenly dies and whenever I restart it, it dies immediately.
I have run slapd with -d 16000 and last debug message it shows is:
569decb8 <= root access granted 569decb8 => access_allowed: search access granted by manage(=mwrscxd) ../../../../../servers/slapd/back-mdb/../../../libraries/liblmdb/mdb.c:5276: Assertion 'NUMKEYS(mp) > 1' failed in mdb_page_search_root()
In order to be able to run again, I have to delete the database and start slapd with no db (so it reloads it completely with syncrepl).
I'm running openldap 2.4.43 (compiled by me) in a ubuntu 14.04 server.
Any help?