Emmanuel Dreyfus skrev:
I have a setup where slapd regularly fails and assertion and exits: assertion "SLAP_SOCK_IS_ACTIVE( s )" failed: file "daemon.c", line 931, function "slapd_clr_write"
I don't have epoll(4), nor /dev/poll, neitheram I running on win32, so the right definition for me is # define SLAP_SOCK_IS_ACTIVE(fd) FD_ISSET((fd), &slap_daemon.sd_actives)
Any hint? This is OpenLDAP-2.4.9 on NetBSD-4.0. Is it possible that this problem be fixed in a later OpenLDAP version?
Rein