Package: libcrypt-ssleay-perl
Version: 0.51-4
Severity: important

This is blah.pl:

#!/usr/bin/perl

use strict;

use LWP::UserAgent;
use Crypt::SSLeay;

my $ua = LWP::UserAgent->new();

$ua->get("https://www.verisign.com";);

When running this simple test program, perl dumps core.

(gdb) bt
#0  0x00002aaaab8a4d09 in SSL_CTX_ctrl () from /usr/lib/libssl.so.0.9.8
#1  0x00002aaaab7632ba in XS_Crypt__SSLeay__CTX_new ()
   from /usr/lib/perl5/auto/Crypt/SSLeay/SSLeay.so
#2  0x00002aaaaac59655 in Perl_pp_entersub () from /usr/lib/libperl.so.5.8
#3  0x00002aaaaac51b3e in Perl_runops_standard () from /usr/lib/libperl.so.5.8
#4  0x00002aaaaabf9ddb in perl_run () from /usr/lib/libperl.so.5.8
#5  0x000000000040180c in main ()

It coredumps similarly on i386. I believe this is a result of switching
to libssl0.9.8.

The test suite in the Crypt::SSLeay source also fails.

Thanks,
Josh

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages libcrypt-ssleay-perl depends on:
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  libssl0.9.8                   0.9.8a-2   SSL shared libraries
ii  liburi-perl                   1.35-1     Manipulates and accesses URI strin
ii  perl [libmime-base64-perl]    5.8.7-7    Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.7]     5.8.7-7    The Pathologically Eclectic Rubbis

libcrypt-ssleay-perl recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to