Skip Menu |

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

Report information
The Basics
Id: 78175
Status: resolved
Priority: 0/
Queue: IO-Async-Loop-Epoll

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.13
Fixed in:
  • 0.12
  • 0.14



Subject: New Linux::Epoll-based code breaks Net::Async::IRC
Unit tests just time out: $ PERL5LIB=/home/leo/src/perl/IO-Async-Loop-Epoll/blib/lib strace -o perl.strace perl -Mblib t/10irc- basic.t 1..11 ok 1 - defined $irc ok 2 - $irc->is_connected ok 3 - Server stream after initial client message ok 4 - $m defined after server reply ok 5 - $command ok 6 - $msg isa Net::Async::IRC::Message isa Net::Async::IRC::Message ok 7 - $msg->command ok 8 - $msg->prefix ok 9 - $msg->args ok 10 - $hints->{prefix_nick} is not defined Nothing was ready after 10 second wait; called at /usr/share/perl5/IO/Async/Test.pm line 170 # Looks like you planned 11 tests but ran 10. # Looks like your test exited with 255 just after 10. [strace log attached] Initial investigation doesn't appear to be very IRC-specific; this likely breaks a lot of things. -- Paul Evans
Subject: perl.strace
Download perl.strace
application/octet-stream 173.5k

Message body not shown because it is not plain text.

Forgot to delete callback function when unwatching, so stale one was left when watching again. Fixed in source, will release a new version. -- Paul Evans
Now released as 0.14. -- Paul Evans