Subject: | t\local\back.t hangs at line 159 |
Win32 ActivePerl 5.8.4
This is due to line
while ( my $c = $server404->accept() ) {
Turns out its really due to
Show quoted text
>> C:/Perl/lib/IO/Socket.pm:192: getsockname($_[0]);
which is a known (unsolved) bug.
#27352: getsockname of listen socket blocks in child
http://rt.perl.org/rt3/Ticket/Display.html?id=27352