Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 89147 invoked from network); 12 May 2005 18:29:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 May 2005 18:29:30 -0000 Received: (qmail 59710 invoked by uid 500); 12 May 2005 18:33:19 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 59695 invoked by uid 500); 12 May 2005 18:33:18 -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 59675 invoked by uid 99); 12 May 2005 18:33:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of emailgrant@gmail.com designates 64.233.162.204 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.204) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 12 May 2005 11:33:18 -0700 Received: by zproxy.gmail.com with SMTP id 18so1261150nzp for ; Thu, 12 May 2005 11:29:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sXAeHSUeG7hP+aX6Yx1Q6TzDTnU1qChjrILJ5nipG1CVS4gNf4OKyKVE9GrfyKHJEp/Wop15VjhrVFaXVqoUKzsHm0btMk8HRAGLwuCKSPqgnY9sZL2WA+bENEMhg/6YLcu+Ki4MscmTNDzlC+7SP39KvUNIEMurZuywpy/NqZE= Received: by 10.36.121.5 with SMTP id t5mr783530nzc; Thu, 12 May 2005 11:29:08 -0700 (PDT) Received: by 10.36.105.10 with HTTP; Thu, 12 May 2005 11:29:08 -0700 (PDT) Message-ID: <49bf44f10505121129a3e231b@mail.gmail.com> Date: Thu, 12 May 2005 11:29:08 -0700 From: Grant Reply-To: Grant To: modperl@perl.apache.org Subject: mod_perl causing seg faults in apache2? Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I've been suffering from intermittent segmentation faults in my apache2 error_log for quite a while now. It seems to be worst during peak traffic hours. Here's what they look like: [notice] child pid 13189 exit signal Segmentation fault (11) I'm getting maybe 100 of these per day. If the user agent is Firefox/Linux it will just stop loading the next page. If it's IE it will display a 404-like browser page. My consultant thinks it's a mod_perl problem. I'm running Gentoo Linux along with apache-2.0.54 and mod_perl-1.99.17. All of my software is 100% up-to-date as per the Gentoo portage tree. These errors have been consistent across 3 different servers. Does anyone have any ideas on this? - Grant