Bug#537356: perl-base: many perl based programes segfault

Michal Suchanek michal.suchanek at ruk.cuni.cz
Mon Jul 19 12:55:34 UTC 2010


Package: perl-base
Version: 5.10.1-13
Followup-For: Bug #537356


I can reproduce a segfault by running update-mime, by running this
script taken from update-alternatives:

----------------- segfaulting script -----------------------
#!/usr/bin/perl --

BEGIN { # Work-around for bug #479711 in perl
    $ENV{PERL_DL_NONLAZY} = 1;
}

use strict;
use warnings;

use POSIX qw(:errno_h);
use Dpkg;
use Dpkg::Gettext;
------------------------------------------------------------

and by running urxvt (rxvt-unicode).

I noticed the issue because clicking into a rxvt-unicode causes a
segfault. My system is fresh after resume from suspend to disk but I
think it is unrelated because I suspended the system a few times earlier
and did not notice any issues.


-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (900, 'stable'), (700, 'testing'), (500, 'oldstable'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages perl-base depends on:
ii  dpkg                          1.14.29    Debian package management system
ii  libc6                         2.11.2-2   Embedded GNU C Library: Shared lib

perl-base recommends no packages.

Versions of packages perl-base suggests:
ii  perl                          5.10.1-13  Larry Wall's Practical Extraction 

-- debconf-show failed






More information about the Perl-maintainers mailing list