https://bugs.openldap.org/show_bug.cgi?id=9920
--- Comment #31 from Howard Chu hyc@openldap.org --- Created attachment 1033 --> https://bugs.openldap.org/attachment.cgi?id=1033&action=edit valgrind output from OpenLDAP test008
I've added encryption support to OpenLDAP slapd so that we can test multithreaded access using our existing test suite. There are a number of data races showing up in valgrind, both in LMDB itself and in OpenSSL. We'll avoid using OpenSSL in our sample crypto code going forward.
The valgrind output is attached for reference. This is run against a slapd configured for test008, with crypto options enabled.