Skip Menu |

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

Report information
The Basics
Id: 68790
Status: resolved
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: szabgab [...] gmail.com
Cc:
AdminCc:

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



Subject: installation of Net-Server-0.99 gets stuck on WindowsXP running Strawberry Perl 5.12.3
Date: Mon, 13 Jun 2011 12:20:20 +0300
To: bug-Net-Server [...] rt.cpan.org
From: Gabor Szabo <szabgab [...] gmail.com>
Show quoted text
cpan> install Net::Server::PreFork
Running install for module 'Net::Server::PreFork' Running make for R/RH/RHANDOM/Net-Server-0.99.tar.gz Has already been unwrapped into directory C:\strawberry\cpan\build\Net-Server-0.99-yfM6Ky Has already been made Running make test C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/Options.t ............... ok t/Port_Configuration.t .... ok t/Server_BASE.t ........... ok t/Server_Fork.t ........... ok t/Server_http.t ........... 4/5 Gabor
Bug seen on Win 7 x64. Manually running test case returns an odd error: 1..5 not ok 1 - Loaded Net::Server::HTTP ok 2 - We can fork 1168 () ok 3 - We can pipe () ok 4 - got the right number of ports (20202) not ok 5 - error during server (Can't locate object method "run" via package "Net::Server::Test" at Server_http.t line 107, <READ> line 1. ) Test hang after this error message but refuse to "exit". It must be forced stop by ^C. R.
Thank you for the report. All tests now have a timeout on the connections. Additionally there have been several cleanups that should provide fixes on win32.