Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 103140
Status: rejected
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: PLOCKABY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.65
Fixed in: (no value)



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.
Duplicate of RT103445 -- Paul Evans