Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A907C9B7B for ; Mon, 25 Jun 2012 16:58:37 +0000 (UTC) Received: (qmail 84387 invoked by uid 500); 25 Jun 2012 16:58:35 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 83720 invoked by uid 500); 25 Jun 2012 16:58:34 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 83438 invoked by uid 99); 25 Jun 2012 16:58:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 16:58:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of john.manko@gmail.com designates 209.85.214.177 as permitted sender) Received: from [209.85.214.177] (HELO mail-ob0-f177.google.com) (209.85.214.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 16:58:26 +0000 Received: by obbta17 with SMTP id ta17so9938397obb.22 for ; Mon, 25 Jun 2012 09:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RSEQ2buutVRI6VITHblqgpmuDeuIMeXKVkOKxCMBK3M=; b=wY4UaRvBrrAVfsMhpoMAwf2Dpz5Hozpv1QaZ5NY78uheJLfX/nmURcGJTnrwS8kHdt IC30a95pVHCoj4JQC2bS42T2cFuctbyP3pPlYmnZVza19mYRrOzcH825HHbQvMGLzqUl TkzKVxPlS5Rchg5u8kcPvFLm8f29QhylgfAeoTebXW6HH90tx9MAbbu8nJ3zK3UUj7m3 aHrJ64TTry6BVVEc9aphRU93yeeW4KEgAN3puTCen67zgQr+nFFbdRzPwDyE5aOqTutk UxNngApMGs7cg61qc0u1AEZ1a5PCjhh828peRhMuZuvPkzaICdW2qMrpb2xSHI8PHFSm leYQ== MIME-Version: 1.0 Received: by 10.182.207.98 with SMTP id lv2mr13030921obc.13.1340643485866; Mon, 25 Jun 2012 09:58:05 -0700 (PDT) Received: by 10.76.127.199 with HTTP; Mon, 25 Jun 2012 09:58:05 -0700 (PDT) Date: Mon, 25 Jun 2012 12:58:05 -0400 Message-ID: Subject: mod_perl segfaults, can't start Apache From: John Manko To: modperl@perl.apache.org Content-Type: multipart/alternative; boundary=e89a8f5024eabeda3204c34ee2c6 --e89a8f5024eabeda3204c34ee2c6 Content-Type: text/plain; charset=ISO-8859-1 mod_perl is failing with Apache, and I'm having trouble figuring out why. I'm running under Gentoo. mod_perl version 2.0.7 apache version 2.2.22-r1, build with threads and worker MPM libperl version 5.10.1-r1 perl version 5.16.0 with ithreads support # /etc/init.d/apache2 start * Starting apache2 ... * start-stop-daemon: failed to start `/usr/sbin/apache2' # dmesg apache2[12697]: segfault at c ip b5d4974a sp bffce4d0 error 4 in mod_perl.so[b5d24000+45000] Any ideas on what to look for to determine the problem? --e89a8f5024eabeda3204c34ee2c6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable mod_perl is failing with Apache, and I'm having trouble figuring out wh= y.=A0 I'm running under Gentoo.

mod_perl version 2.0.7
apache= version 2.2.22-r1, build with threads and worker MPM
libperl version 5.= 10.1-r1
perl version 5.16.0 with ithreads support


# /etc/init.d/apache2 = start
=A0* Starting apache2 ...
=A0* start-stop-daemon: failed to s= tart `/usr/sbin/apache2'

# dmesg
apache2[12697]: segfault a= t c ip b5d4974a sp bffce4d0 error 4 in mod_perl.so[b5d24000+45000]

Any ideas on what to look for to determine the problem?
--e89a8f5024eabeda3204c34ee2c6--