Skip Menu |

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

Report information
The Basics
Id: 127937
Status: open
Priority: 0/
Queue: Net-Async-WebSocket

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

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



Subject: Test suite may segfault
Sometimes t/02server.t or t/03cross.t or both segfault: ... t/02server.t .. All 5 subtests passed ... Test Summary Report ------------------- t/02server.t (Wstat: 11 Tests: 5 Failed: 0) Non-zero wait status: 11 Seen on various linux systems (debian/stretch, centos6, Ubuntu 16.04).
I believe this is likely due to an older version of Linux::Epoll. Test it by forcing a different loop type, e.g. $ IO_ASYNC_LOOP=Poll ./Build test and if that fixes it, upgrade your version of Linux::Epoll. See also https://rt.cpan.org/Ticket/Display.html?id=127127 -- Paul Evans