https://bugs.openldap.org/show_bug.cgi?id=9930
--- Comment #7 from Ondřej Kuzník ondra@mistotebe.net --- On Sat, Oct 15, 2022 at 08:17:40PM +0000, openldap-its@openldap.org wrote:
Probably need Ondrej to look into that, it seems that syncrepl called runqueue_stoptask for a task that wasn't currently running.
The task isn't running because do_syncrepl() is being called in response to traffic on the socket but si->si_ld == NULL, so we haven't actually sent any requests yet. What's more, not sure I can see a way to have si->si_conn active without a si->si_ld set up as well? Certainly looks that's not supposed to happen.
Thanks,