Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 104545
Status: resolved
Priority: 0/
Queue: libnet

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

Bug Information
Severity: Normal
Broken in:
  • 3.06
  • 3.08
Fixed in: (no value)



Subject: pop3_ipv6.t hangs
perl 5.16.2 ithreads Debian 6 $ perl -Mblib t/pop3_ipv6.t # server on [::1]:48867 1..1 # created Net::POP3 object not ok 1 - IPv6 POP3 connect failed # Failed test 'IPv6 POP3 connect failed' # at t/pop3_ipv6.t line 39. -- Alexandr Ciornii, http://chorny.net
On Tue May 19 10:42:01 2015, CHORNY wrote: Show quoted text
> perl 5.16.2 ithreads > Debian 6 > > $ perl -Mblib t/pop3_ipv6.t > # server on [::1]:48867 > 1..1 > # created Net::POP3 object > not ok 1 - IPv6 POP3 connect failed > # Failed test 'IPv6 POP3 connect failed' > # at t/pop3_ipv6.t line 39. > >
I was able to overcome this by getting the most recent version of IO::Socket::IP which is 0.21.
On Mon May 16 13:38:04 2016, DAV wrote: Show quoted text
> On Tue May 19 10:42:01 2015, CHORNY wrote:
> > perl 5.16.2 ithreads > > Debian 6 > > > > $ perl -Mblib t/pop3_ipv6.t > > # server on [::1]:48867 > > 1..1 > > # created Net::POP3 object > > not ok 1 - IPv6 POP3 connect failed > > # Failed test 'IPv6 POP3 connect failed' > > # at t/pop3_ipv6.t line 39. > > > >
> > I was able to overcome this by getting the most recent version of > IO::Socket::IP which is 0.21.
CHORNY: Are you able to confirm whether upgrading IO::Socket::IP to 0.21 fixes your problem too? If so then I'll add this as a prerequisite.
On Fri Jul 01 03:36:17 2016, SHAY wrote: Show quoted text
> On Mon May 16 13:38:04 2016, DAV wrote:
> > On Tue May 19 10:42:01 2015, CHORNY wrote:
> > > perl 5.16.2 ithreads > > > Debian 6 > > > > > > $ perl -Mblib t/pop3_ipv6.t > > > # server on [::1]:48867 > > > 1..1 > > > # created Net::POP3 object > > > not ok 1 - IPv6 POP3 connect failed > > > # Failed test 'IPv6 POP3 connect failed' > > > # at t/pop3_ipv6.t line 39. > > > > > >
> > > > I was able to overcome this by getting the most recent version of > > IO::Socket::IP which is 0.21.
> > CHORNY: Are you able to confirm whether upgrading IO::Socket::IP to > 0.21 fixes your problem too? If so then I'll add this as a > prerequisite.
Hangs with IO::Socket::IP 0.24, does not hang with 0.25. -- Alexandr Ciornii, http://chorny.net
On Fri Jul 01 05:24:33 2016, CHORNY wrote: Show quoted text
> On Fri Jul 01 03:36:17 2016, SHAY wrote:
> > On Mon May 16 13:38:04 2016, DAV wrote:
> > > On Tue May 19 10:42:01 2015, CHORNY wrote:
> > > > perl 5.16.2 ithreads > > > > Debian 6 > > > > > > > > $ perl -Mblib t/pop3_ipv6.t > > > > # server on [::1]:48867 > > > > 1..1 > > > > # created Net::POP3 object > > > > not ok 1 - IPv6 POP3 connect failed > > > > # Failed test 'IPv6 POP3 connect failed' > > > > # at t/pop3_ipv6.t line 39. > > > > > > > >
> > > > > > I was able to overcome this by getting the most recent version of > > > IO::Socket::IP which is 0.21.
> > > > CHORNY: Are you able to confirm whether upgrading IO::Socket::IP to > > 0.21 fixes your problem too? If so then I'll add this as a > > prerequisite.
> > Hangs with IO::Socket::IP 0.24, does not hang with 0.25. > >
Thanks. So hopefully this is fixed (or, at least, worked around) by: https://github.com/steve-m-hay/perl-libnet/commit/2e2c495046bf48fd154f6ea6f59236817963a003 and will be in the next release.