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

Bug#236882: apache-perl: I can reproduce this segfault as well



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

I've tracked it down to this bit of code in HTML::Mason::ApacheHandler

    my $c = $r ? $r : Apache->server;
    @val = HAS_TABLE_API ? $c->dir_config->get($p) : $c->dir_config($p);

It's the call to ->dir_config that appears to call the segfault.  I'm
immediately suspicious of the patch from bug 226131 that was applied
to the mod_perl code, as it related to dir_config.  But the patch
really does look inoccuous.


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

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: autarch@houseabsolute.urth.org



Reply to: