Subject: | t/tcpip2ssl stalls on third test |
grab latest source either via CPAN shell or manually.
During the 'make test' portion of the build, we hang after test two of tcpip2ssl - the third test
indicates that a timeout should occur after 10s, but it does not, the test hangs indefinitely. It
is not a busy wait: the CPU is not pegged. The hang is in the "Connect" method - it never
reaches the next line of the test script. if I manually skip that test, all other tests pass.
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.4.6
BuildVersion: 8I127
perl -v
This is perl, v5.8.6 built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
Copyright 1987-2004, 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.