Re: svn commit: r1906889 - in /apr/apr/trunk: ./ build/ include/ include/arch/win32/ test/ threadproc/beos/ threadproc/netware/ threadproc/os2/ threadproc/unix/ threadproc/win32/
Yann Ylavic <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <CAKQ1sVPFVLx4EaSHuR49mSH_ougFRsJygabM1o3oN0juFgu_3A@mail.gmail.com> |
On Fri, Mar 17, 2023 at 11:20 AM Rainer Jung <[email protected]> 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.