Howard Chu wrote:
jwm@horde.net wrote:
Full_Name: John Morrissey Version: 2.3.41 OS: Linux URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (66.133.190.110)
OK, the backtraces helped a lot. Thread 6 hit the assertion while trying to close the connection, and thread 5 was already trying to close the connection. And Thread 5 was waiting for thread 2 to wake up and give up the connection handle. Seems like a bug in connection.c, aggravated by the presence of persistent searches on the connection.
Please try the patch in slapd/connection.c 1.416 and report your results, thanks.