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

Bug#224049: marked as done (libapache-mod-perl: Segmentaion fault when starting apache)



Your message dated Wed, 17 Dec 2003 06:29:51 +0100 (CET)
with message-id <Pine.LNX.4.58.0312170629060.10246@trider-g7.ext.fabbione.net>
and subject line Bug#224049: libapache-mod-perl: Segmentaion fault when starting apache
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Dec 2003 16:27:03 +0000
>From mds@helices.org Mon Dec 15 10:27:02 2003
Return-path: <mds@helices.org>
Received: from 12-248-228-98.client.attbi.com (mail.private.network) [12.248.228.98] 
	by master.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1AVuQ4-00024h-00; Mon, 15 Dec 2003 09:14:00 -0600
Received: (qmail 26963 invoked from network); 15 Dec 2003 15:13:59 -0000
Received: from unknown (HELO bragi.private.network) (192.168.123.150)
  by trout.private.network with SMTP; 15 Dec 2003 15:13:59 -0000
Received: from mds by bragi.private.network with local (Exim 3.36 #1 (Debian))
	id 1AVuQ3-0001rA-00; Mon, 15 Dec 2003 09:13:59 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Michael D. Schleif" <mds@helices.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libapache-mod-perl: Segmentaion fault when starting apache
X-Mailer: reportbug 2.36
Date: Mon, 15 Dec 2003 09:13:59 -0600
Message-Id: <[🔎] E1AVuQ3-0001rA-00@bragi.private.network>
Sender: "Michael D. Schleif" <mds@bragi.private.network>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15
X-Spam-Level: 

Package: libapache-mod-perl
Version: 1.27-4
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux bragi 2.4.21-3-686 #1 Sun Jul 20 16:11:09 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libapache-mod-perl depends on:
ii  apache-common               1.3.27.0-2   Support files for all Apache webse
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libdevel-symdump-perl       2.03-3       Perl module for inspecting perl's 
ii  libperl5.8                  5.8.2-2      Shared Perl library.
ii  liburi-perl                 1.23-1       Manipulates and accesses URI strin
ii  libwww-perl                 5.69-4       WWW client/server library for Perl
ii  perl [libmime-base64-perl]  5.8.2-2      Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.0]   5.8.2-2      The Pathologically Eclectic Rubbis

-- no debconf information

I am having quite a bad time installing mod_perl on my system.  Please,
can you help me?

   # sudo /etc/init.d/apache restart
   Reloading apache modules/etc/init.d/apache: line 70: 19518 Segmentation
   fault      start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON
   failed

   # COLUMNS=120 dpkg -l '*apache*' | grep ^i | cut -c 0-50
   ii  apache                   1.3.27.0-2
   ii  apache-common            1.3.27.0-2
   ii  libapache-mod-jk         3.3.1a-1
   ii  libapache-mod-perl       1.27-4
   ii  libapache-mod-perl-doc   1.29.0.1-1cvs20031206
   ii  libapache-mod-webapp     1.3.0-1.0.ipv6.r1

   # ls -l /usr/lib/apache/1.3/mod_perl.so
   -rw-r--r--    1 root     root       327584 Apr 14  2003
   /usr/lib/apache/1.3/mod_perl.so

   # grep -i perl /etc/apache/httpd.conf | grep mod
   LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so

   # dpkg -L libapache-mod-perl | grep -i read | sort
   /usr/share/doc/libapache-mod-perl/README.gz
   /usr/share/doc/libapache-mod-perl/examples/README

Apache works just fine *without* that LoadModule line, and no other
changes to httpd.conf repeatedly result in this error.

I cannot find a README.Debian, nor have I found any manual instructions
for configuring httpd.conf.  I _did_ manually add the LoadModule line,
since I have had to do that before on other systems.  mod_php install
offers to do that automatically; but, mod_perl installation offered no
such assistance.

I have posted this to debian-user (no response), and
modperl@perl.apache.org, from which I got this response:

   We think it'd be very helpful to get the backtrace of the segfault.
   Please see: http://perl.apache.org/bugs/

Of course, in order to get a backtrace, I need to re-build mod_perl.  I
am not comfortable with that, which is why I use your DEB.

Last night, I did this:

   sudo apt-get -u --purge remove apache apache-common libapache-mod-perl

Then, I did this:

   sudo apt-get -u install apache apache-common info2www \
      libapache-mod-jk libapache-mod-perl libapache-mod-webapp

Even now, as long as this line is in /etc/apache/httpd.conf:

   LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so

   # sudo /usr/sbin/apachectl restart
   /usr/sbin/apachectl: line 171: 22638 Segmentation fault      $HTTPD -t
   >/dev/null 2>&1
   /usr/sbin/apachectl restart: configuration broken, ignoring restart
   /usr/sbin/apachectl restart: (run 'apachectl configtest' for details)

   # sudo /usr/sbin/apachectl configtest
   /usr/sbin/apachectl: line 171: 22641 Segmentation fault      $HTTPD -t


What do you think?



---------------------------------------
Received: (at 224049-done) by bugs.debian.org; 17 Dec 2003 05:36:49 +0000
>From fabbione@fabbione.net Tue Dec 16 23:36:40 2003
Return-path: <fabbione@fabbione.net>
Received: from port5.ds1-sby.adsl.cybercity.dk (trider-g7.fabbione.net) [212.242.169.198] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AWUFu-0002Ez-00; Tue, 16 Dec 2003 23:29:54 -0600
Received: from trider-g7.ext.fabbione.net (port5.ds1-sby.adsl.cybercity.dk [212.242.169.198])
	by trider-g7.fabbione.net (Postfix) with ESMTP id 355FC17;
	Wed, 17 Dec 2003 06:29:52 +0100 (CET)
Date: Wed, 17 Dec 2003 06:29:51 +0100 (CET)
From: Fabio Massimo Di Nitto <fabbione@fabbione.net>
Sender: fabbione@trider-g7.ext.fabbione.net
To: "Michael D. Schleif" <mds@helices.org>,
	224049-done@bugs.debian.org
Subject: Re: Bug#224049: libapache-mod-perl: Segmentaion fault when starting
 apache
In-Reply-To: <[🔎] E1AVuQ3-0001rA-00@bragi.private.network>
Message-ID: <Pine.LNX.4.58.0312170629060.10246@trider-g7.ext.fabbione.net>
References: <[🔎] E1AVuQ3-0001rA-00@bragi.private.network>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 224049-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=FOOASDF,HAS_BUG_NUMBER 
	autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15
X-Spam-Level: 


This problem has been already fixed in more recent versions of apache.

Fabio

On Mon, 15 Dec 2003, Michael D. Schleif wrote:

> Package: libapache-mod-perl
> Version: 1.27-4
> Severity: grave
> Justification: renders package unusable
>
>
>
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux bragi 2.4.21-3-686 #1 Sun Jul 20 16:11:09 EST 2003 i686
> Locale: LANG=C, LC_CTYPE=C
>
> Versions of packages libapache-mod-perl depends on:
> ii  apache-common               1.3.27.0-2   Support files for all Apache webse
> ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
> ii  libdevel-symdump-perl       2.03-3       Perl module for inspecting perl's
> ii  libperl5.8                  5.8.2-2      Shared Perl library.
> ii  liburi-perl                 1.23-1       Manipulates and accesses URI strin
> ii  libwww-perl                 5.69-4       WWW client/server library for Perl
> ii  perl [libmime-base64-perl]  5.8.2-2      Larry Wall's Practical Extraction
> ii  perl-base [perlapi-5.8.0]   5.8.2-2      The Pathologically Eclectic Rubbis
>
> -- no debconf information
>
> I am having quite a bad time installing mod_perl on my system.  Please,
> can you help me?
>
>    # sudo /etc/init.d/apache restart
>    Reloading apache modules/etc/init.d/apache: line 70: 19518 Segmentation
>    fault      start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON
>    failed
>
>    # COLUMNS=120 dpkg -l '*apache*' | grep ^i | cut -c 0-50
>    ii  apache                   1.3.27.0-2
>    ii  apache-common            1.3.27.0-2
>    ii  libapache-mod-jk         3.3.1a-1
>    ii  libapache-mod-perl       1.27-4
>    ii  libapache-mod-perl-doc   1.29.0.1-1cvs20031206
>    ii  libapache-mod-webapp     1.3.0-1.0.ipv6.r1
>
>    # ls -l /usr/lib/apache/1.3/mod_perl.so
>    -rw-r--r--    1 root     root       327584 Apr 14  2003
>    /usr/lib/apache/1.3/mod_perl.so
>
>    # grep -i perl /etc/apache/httpd.conf | grep mod
>    LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
>
>    # dpkg -L libapache-mod-perl | grep -i read | sort
>    /usr/share/doc/libapache-mod-perl/README.gz
>    /usr/share/doc/libapache-mod-perl/examples/README
>
> Apache works just fine *without* that LoadModule line, and no other
> changes to httpd.conf repeatedly result in this error.
>
> I cannot find a README.Debian, nor have I found any manual instructions
> for configuring httpd.conf.  I _did_ manually add the LoadModule line,
> since I have had to do that before on other systems.  mod_php install
> offers to do that automatically; but, mod_perl installation offered no
> such assistance.
>
> I have posted this to debian-user (no response), and
> modperl@perl.apache.org, from which I got this response:
>
>    We think it'd be very helpful to get the backtrace of the segfault.
>    Please see: http://perl.apache.org/bugs/
>
> Of course, in order to get a backtrace, I need to re-build mod_perl.  I
> am not comfortable with that, which is why I use your DEB.
>
> Last night, I did this:
>
>    sudo apt-get -u --purge remove apache apache-common libapache-mod-perl
>
> Then, I did this:
>
>    sudo apt-get -u install apache apache-common info2www \
>       libapache-mod-jk libapache-mod-perl libapache-mod-webapp
>
> Even now, as long as this line is in /etc/apache/httpd.conf:
>
>    LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
>
>    # sudo /usr/sbin/apachectl restart
>    /usr/sbin/apachectl: line 171: 22638 Segmentation fault      $HTTPD -t
>    >/dev/null 2>&1
>    /usr/sbin/apachectl restart: configuration broken, ignoring restart
>    /usr/sbin/apachectl restart: (run 'apachectl configtest' for details)
>
>    # sudo /usr/sbin/apachectl configtest
>    /usr/sbin/apachectl: line 171: 22641 Segmentation fault      $HTTPD -t
>
>
> What do you think?
>
>
>
>
>

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp00004.html



Reply to: