Am Freitag 10 Dezember 2010, 09:46:06 schrieb Marc Patermann:
Howard,
Howard Chu schrieb am 09.12.2010 18:21 Uhr:
Marc Patermann wrote:
Marc Patermann schrieb am 09.12.2010 11:40 Uhr:
Howard Chu schrieb am 08.12.2010 18:55 Uhr:
Marc Patermann wrote:
Marc Patermann schrieb am 06.12.2010 16:40 Uhr:
> what could the following possibly be?
This looks like something valgrind ought to be able to diagnose.
OK, I installed valgrind.
Do I just start # valgrind slapadd -q -v -c -l init.ldif or do I have to provide any options to get any helpfull output?
Here is what I get:
That's on the right track, but your slapd binary has no debug symbols so there's not enough information here (like source line numbers for each offending event.) It looks like only the last event is of interest, write 8 bytes past block of 80 bytes.
There is an extra RPM called openldap2-debuginfo-2.4.23-124.1.x86_64.rpm Would it help to install this?
Yes. That should do it. Note: Please make sure that the RPM release number of the debuginfo package exactly matches the release number of the installed openldap2 package. (You might also need the matching openldap2-client-debuginfo).
What else can I do to track this issue down?
valgrind seems like a good choice for now.