https://bugs.openldap.org/show_bug.cgi?id=10047
--- Comment #5 from Quanah Gibson-Mount quanah@openldap.org --- (In reply to Quanah Gibson-Mount from comment #4)
For (2) you can change the `mdb_start_index_task( be )` to `mdb_start_index_task( be->be_self )`
That should fix the crash, but slapd shouldn't even need to start the indexer at all. Please verify that the crash is fixed, and I'll patch the slapindex code in a further update.
Ok!
I can confirm slapd can start with just this fix.