Marcus Rueckert wrote:
this looks also similar to the epoll errors we had before. maybe try to
port the epoll patch to kqueue?
That's what I also though at first, but the fix for epoll was in
iolist_del() and the kqueue code has no such helper function.