Hi, On Tue, Sep 11, 2018 at 12:36:08PM +0200, Lukas Tribus wrote: > On Tue, 11 Sep 2018 at 11:55, David King <[email protected]> wrote: > > > > Apologies, i forgot to mention this is running on FreeBSD 11.1 > > > > I've just run the same tests on Centos and there is no issue > > Could you retry with the current development tree (1.9) from git? > There are a number of fixes waiting to be backported to 1.8 and also a > number of already backported fixes (but post 1.8.13). > >
I just tested, and it seems to happen with the latest 1.8, but not with 1.9. Not using kqueue (by using -dk) seems to work around the issue. It's quite interesting it doesn't happen on Centos, it means it is probably kqueue-specific (or that it works by accident with epoll/poll/select). I'm investigating. Regards, Olivier

