Subject: | regression in 0.65, eats all the cpu |
Using the example from the synopsis in IO::Async::Listener, just connecting to the server will destroy a cpu. It begins running this message in strace, non-stop:
poll([{fd=8, events=POLLIN}, {fd=7, events=POLLIN}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN|POLLOUT}], 5, 782) = 1 ([{fd=9, revents=POLLOUT}])
This does not happen with 0.64.
This is running in Perl 5.20.2.