Subject: | Infinite Loop at t/02-info-retrieving.t When "make test" |
Dear DUPUIS Arnaud,
Hi. This is imacat from Taiwan. I found that your
Game-Planeshift-Info-0.5 gets into infinite loop at
t/02-info-retrieving.t when "make test". It seems to be unable to find
an exit from the loop. Maybe the page you are parsing has changed its
format. Maybe you can take some time to look into it.
The terminal log is attached below. Hope that this helps. Please
tell me if you need any more information, or if I could be of any help.
Thank you.
imacat@rinse tmp/Game-Planeshift-Info-0.5 % perl -v
This is perl, v5.8.8 built for x86_64-linux-thread-multi-ld
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
imacat@rinse tmp/Game-Planeshift-Info-0.5 % ./Build test
t/00-load.................1/1 # Testing Game::Planeshift::Info 0.5, Perl
5.008008, /usr/bin/perl
t/00-load.................ok
t/01-constructor..........ok
t/02-info-retrieving......1/3 Use of uninitialized value in pattern
match (m//) at
/home/imacat/tmp/Game-Planeshift-Info-0.5/blib/lib/Game/Planeshift/Info.pm
line 284.
Use of uninitialized value in concatenation (.) or string at
/home/imacat/tmp/Game-Planeshift-Info-0.5/blib/lib/Game/Planeshift/Info.pm
line 288.
Use of uninitialized value in pattern match (m//) at
/home/imacat/tmp/Game-Planeshift-Info-0.5/blib/lib/Game/Planeshift/Info.pm
line 284.
Use of uninitialized value in concatenation (.) or string at
/home/imacat/tmp/Game-Planeshift-Info-0.5/blib/lib/Game/Planeshift/Info.pm
line 288.
Use of uninitialized value in pattern match (m//) at
/home/imacat/tmp/Game-Planeshift-Info-0.5/blib/lib/Game/Planeshift/Info.pm
line 284.
Use of uninitialized value in concatenation (.) or string at
/home/imacat/tmp/Game-Planeshift-Info-0.5/blib/lib/Game/Planeshift/Info.pm
line 288.
Use of uninitialized value in pattern match (m//) at
/home/imacat/tmp/Game-Planeshift-Info-0.5/blib/lib/Game/Planeshift/Info.pm
line 284.
Use of uninitialized value in concatenation (.) or string at
/home/imacat/tmp/Game-Planeshift-Info-0.5/blib/lib/Game/Planeshift/Info.pm
line 288.
imacat@rinse tmp/Game-Planeshift-Info-0.5 % perl -T -Iblib/lib
-Iblib/arch t/02-info-retrieving.t
1..3
ok 1 - use Game::Planeshift::Info;
ok 2
[Game::Planeshift::Info::_parse_content() DEBUG] entering Stats loop.
[Game::Planeshift::Info::_parse_content() DEBUG] entering Players Online
loop.
Use of uninitialized value in pattern match (m//) at
blib/lib/Game/Planeshift/Info.pm line 284.
Use of uninitialized value in concatenation (.) or string at
blib/lib/Game/Planeshift/Info.pm line 288.
Use of uninitialized value in pattern match (m//) at
blib/lib/Game/Planeshift/Info.pm line 284.
Use of uninitialized value in concatenation (.) or string at
blib/lib/Game/Planeshift/Info.pm line 288.
Use of uninitialized value in pattern match (m//) at
blib/lib/Game/Planeshift/Info.pm line 284.
Use of uninitialized value in concatenation (.) or string at
blib/lib/Game/Planeshift/Info.pm line 288.
Use of uninitialized value in pattern match (m//) at
blib/lib/Game/Planeshift/Info.pm line 284.
Use of uninitialized value in concatenation (.) or string at
blib/lib/Game/Planeshift/Info.pm line 288.
imacat@rinse tmp/Game-Planeshift-Info-0.5 %