* Arthur de Jong [2017-06-25 12:50:13 +0200]:
> Another issue is that if a daemon crashes there certainly is a bug
> somewhere. If the service is silently restarted on crashes the bug will
> less likely be reported and fixed leaving a bug around longer.

For what it's worth,
segfault at 10 ip 00007fc34d890234 sp 00007fc34a0f3140 error 4 in 
libpthread-2.19.so[7fc34d886000+18000]
means there is a call to pthread_mutex_lock(NULL) somewhere. The source code
for nslcd itself contains no such call, so I assume the problem is in some
library nslcd is linked against; several of them reference pthread_mutex_lock.
This may deserve a separate bug report; feel free to clone and reassign
as appropriate.

Reply via email to