pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: slapd: Error detected by libpthread: Invalid mutex



Matthias Scheler wrote:
Program received signal SIGABRT, Aborted.
0xbb87dfff in kill () from /usr/lib/libc.so.12
(gdb) backtrace
#0  0xbb87dfff in kill () from /usr/lib/libc.so.12
#1  0xbb94adb3 in pthread__errorfunc () from /usr/lib/libpthread.so.0
#2  0xbb9491fe in pthread_mutex_destroy () from /usr/lib/libpthread.so.0
#3 0xbbbbd1eb in ldap_pvt_thread_mutex_destroy () from /usr/pkg/lib/libldap_r-2.3.so.0

It looks like the application is trying to destroy an uninitialized mutex.
It might work if you set the enviroment variable "PTHREAD_DIAGASSERT"
to "A".
That disables the core dump but I still get the error (2 times now).

Jean-Luc



Home | Main Index | Thread Index | Old Index