Bug#602832: libsocket-getaddrinfo-perl: Segfaults on lenny
Dominic Hargreaves
dom at earth.li
Mon Nov 8 16:25:44 UTC 2010
Package: libsocket-getaddrinfo-perl
Version: 0.16-1
Severity: important
Hi,
I haven't checked on squeeze, but rebuilding this on lenny this
module causes a segfault running the simple test script:
#!/usr/bin/perl
use strict;
use warnings;
use Socket::GetAddrInfo qw( :newapi getaddrinfo );
use Data::Dumper;
my ( $err, @addr ) = getaddrinfo( "www.larted.org.uk" );
foreach ( @addr ) {
print Dumper $_;
}
Rebuilding 0.19-1 instead seems to work okay; the script outputs
the expected dumps.
I'll leave it to you to decide whether 0.19 should be pushed
to squeeze as a result, to make backporters' lives easier.
Cheers,
Dominic.
-- System Information:
Debian Release: squeeze/sid
APT prefers stable
APT policy: (500, 'stable'), (10, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libsocket-getaddrinfo-perl depends on:
ii libc6 2.7-18lenny6 GNU C Library: Shared libraries
ii perl 5.10.0-19lenny2 Larry Wall's Practical Extraction
ii perl-base [perlapi-5.10. 5.10.0-19lenny2 minimal Perl system
libsocket-getaddrinfo-perl recommends no packages.
libsocket-getaddrinfo-perl suggests no packages.
-- no debconf information
More information about the pkg-perl-maintainers
mailing list