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

Re: SLAPD dies/locks up



>>>>> "Turbo" == Turbo Fredriksson <turbo@nocrew.org> writes:

    Turbo> I'm having trouble here. When doing a search from
    Turbo> netscape/outlook OR ldapsearch to the ldap server, the
    Turbo> slapd locks up, and it have to be restarted.

With a little more investigation, and adding my own debug lines,
I came up with the 'source of the evil'...

It's the return(select()) line...


        return( select( tblsize, &sip->si_use_readfds, &sip->si_use_writefds,
            NULL, timeout ));

Seems the select() locks for some reason... Any idea what I should
do next, to find out WHY?

--