[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#236882: apache-perl: Segmentation fault on 'use HTML::Mason::ApacheHandler'



Package: apache-perl
Version: 1.3.29.0.2-1
Severity: normal
Followup-For: Bug #236882

I just upgraded from older versions of libhtml-mason-perl and
apache-perl in unstable to the latest.

When running apache-perl I get a segmentation fault.

I've narrowed it down to this minimal example:

 $ cd /tmp
 $ cat httpd.conf 
 PerlRequire httpd.pl
 $ cat httpd.pl 
 #!/usr/bin/perl

 use HTML::Mason::ApacheHandler;

 1;
 $ /usr/sbin/apache-perl -f /tmp/httpd.conf -t
 Segmentation fault
 $ 

Same thing happens with my, previously working, complete httpd.conf,
which I can provide if need be.

If I comment out the 'use HTML::Mason::ApacheHandler;'-line, I get:

 $ cat httpd.conf 
 PerlRequire httpd.pl
 $ cat httpd.pl 
 #!/usr/bin/perl

 #use HTML::Mason::ApacheHandler;

 1;
 $ /usr/sbin/apache-perl -f /tmp/httpd.conf -t
 Syntax OK
 $ 

Going back to apache-perl_1.3.29.0.1-5_i386.deb makes it work again,
no segfault.

Let me know if there is something I can do to pin the problem further
down.

(I mistakenly filed this on libhtml-mason-perl at first; I apologize).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3-asjo-p4
Locale: LANG=C, LC_CTYPE=da_DK

Versions of packages apache-perl depends on:
ii  apache-common               1.3.29.0.2-1 Support files for all Apache webse
ii  debconf                     1.4.13       Debian configuration management sy
ii  dpkg                        1.10.18.1    Package maintenance system for Deb
ii  libapache-mod-perl          1.29.0.2-1   Integration of perl with the Apach
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libdb4.2                    4.2.52-12    Berkeley v4.2 Database Libraries [
ii  libexpat1                   1.95.6-8     XML parsing C library - runtime li
ii  libmagic1                   4.07-2       File type determination library us
ii  libpam0g                    0.76-15      Pluggable Authentication Modules l
ii  libperl5.8                  5.8.3-2      Shared Perl library.
ii  mime-support                3.26-1       MIME files 'mime.types' & 'mailcap

-- debconf information:
  apache-perl/old-pidfile-set: 
  apache-perl/server-port: 80
  apache-perl/init: true
* apache-perl/enable-suexec: false
  apache-perl/document-root: /var/www
* apache-perl/upgrade-from-apache-conflict: 
  apache-perl/server-name: localhost
  apache-perl/server-admin: webmaster@koldfront.dk



Reply to: