On Tue, Jan 2, 2018 at 6:28 PM, <yla...@apache.org> wrote: > Author: ylavic > Date: Tue Jan 2 17:28:53 2018 > New Revision: 1819858 > > URL: http://svn.apache.org/viewvc?rev=1819858&view=rev > Log: > poll, port: re-add the wakeup pipe to the pollset after it triggered. > > Just like user fds (file, socket), otherwise it's one shot only (PR-61786).
I can't really compile/test this (no Solaris at hand), reasoning based on code inspection... > > Corresponding test committed in r1819857. May someone with the {hard,soft}ware test at r1819857 and then at r1819858 (this commit) to see if it makes a difference? I expect "testpoll" to wait indefinitely before at r1819857, and work as usual at r1819858... Thanks!