[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd stuck in mutex_lock() in BDB (ITS#2972)



 > Was the server running continuously before this problem developed, or had it
 > been restarted recently?

No, it was running for weeks and started from a clean state.

 > Well, there's definitely something wrong there, but to really track it down
 > would require a much greater level of detail - enabling full debug symbols in
 > the BerkeleyDB library so we can examine individual variables in each thread
 > stack to try to identify which thread owns the offending read lock.

Unfortunately, the problem occurs infrequently. If I can compile the BerkeleyDB
library with full debug symbols, I will give it a try. Do I also need to compile
OpenLDAP with full debug symbols?

Thanks for looking into this.