Re: svn commit: r1906889 - in /apr/apr/trunk: ./ build/ include/ include/arch/win32/ test/ threadproc/beos/ threadproc/netware/ threadproc/os2/ threadproc/unix/ threadproc/win32/
Rainer Jung <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 17.03.23 um 14:12 schrieb Yann Ylavic: > 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. Yes, it contained everything until r1908442. configure output contains: ac_cv_define_POLLIN=yes ac_cv_func_poll=yes ac_cv_header_poll_h=yes ac_cv_header_sys_poll_h=yes apr_cv_epoll=yes apr_cv_epoll_create1=yes #define HAVE_POLL 1 #define HAVE_EPOLL 1 #define HAVE_EPOLL_CREATE1 1 #define HAVE_POLL_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_POLLIN 1 #define WAITIO_USES_POLL 1 Thanks and regards, Rainer