To: david@dasz.at Cc: openldap-its@openldap.org
Please
- rebuild with -DSLAP_NO_SL_MALLOC=1 (you only need to recompile sl_malloc.c)
This is not helpful. As noted in #6691, the offending allocation is memory residing on the stack. Changing any malloc behavior will have no effect on any stack-based memory use.
- run slapd under valgrind --tool=memcheck --leak-check=full and minimal
loglevel (e.g. -d stats)
- send valgrind's output (if anything surfaces)
Thanks, p.