On Fri, Mar 17, 2023 at 11:20 AM Rainer Jung <rainer.j...@kippdata.de> wrote: > > But: testpoll fails: > > testpoll : Line 897: apr_pollset_poll() didn't sleep > > Unfortunately I don't know when it started. Any idea, what I should > investigate? > > All this is on SLES11, haven't tried the recent APR trunk with newer > Linuxes, but r1908005 worked on them including testpoll tests.
I suppose SLES11 is using epoll implementation, so r1902236 and r1902258 may help. Does your APR contain those? Regards; Yann.