Skip Menu |

This queue is for tickets about the Coro-PriorityQueue CPAN distribution.

Report information
The Basics
Id: 129180
Status: new
Priority: 0/
Queue: Coro-PriorityQueue

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

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



Subject: Fails on threaded systems
With threaded perls I see the following test failures: ... PERL_DL_NONLAZY=1 "/opt/perl-5.26.2t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Bad symbol for array at /home/cpansand/.cpan/build/2019041413/Coro-PriorityQueue-1.1-4/blib/lib/Coro/PriorityQueue.pm line 39. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 4. t/01-Coro-PriorityQueue.t .. Dubious, test returned 255 (wstat 65280, 0xff00) All 4 subtests passed ...
On 2019-04-14 09:52:24, SREZIC wrote: Show quoted text
> With threaded perls I see the following test failures: > > ... > PERL_DL_NONLAZY=1 "/opt/perl-5.26.2t/bin/perl" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Bad symbol for array at /home/cpansand/.cpan/build/2019041413/Coro- > PriorityQueue-1.1-4/blib/lib/Coro/PriorityQueue.pm line 39. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 4. > t/01-Coro-PriorityQueue.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > All 4 subtests passed > ...
... and sometimes accompanied by a segmenation fault: ... PERL_DL_NONLAZY=1 "/opt/perl-5.24.4t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-Coro-PriorityQueue.t .. All 3 subtests passed ... Test Summary Report ------------------- t/01-Coro-PriorityQueue.t (Wstat: 11 Tests: 3 Failed: 0) Non-zero wait status: 11 ...