Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 97485 invoked from network); 11 Sep 2009 15:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Sep 2009 15:58:22 -0000 Received: (qmail 88582 invoked by uid 500); 11 Sep 2009 15:58:19 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 88557 invoked by uid 500); 11 Sep 2009 15:58:19 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 88548 invoked by uid 99); 11 Sep 2009 15:58:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 15:58:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of raliste@gmail.com designates 74.125.92.144 as permitted sender) Received: from [74.125.92.144] (HELO qw-out-1920.google.com) (74.125.92.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 15:58:08 +0000 Received: by qw-out-1920.google.com with SMTP id 14so338918qwa.48 for ; Fri, 11 Sep 2009 08:57:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=B0Wj+Oyx3SGUcT5TViKP6/TeoSvR3uvYgsyJ7gOjNs8=; b=s+crZKEPewCqAg2zxNFiEmYuMhDJD9VqtqArL3pJ7sOfkWjoWbwcFQUfKC5NyuUWFL lJFWvoi5zPNS4N4R6CBwbwYlR1Srq6e1mlv9QHfpttYvcqqGJUclxKkVuWTcI4tLyQCz 1mNkHzZZcZFUB+/pgbhWLiK4oezLTAxO+tOdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=aVQQeWpGd8SBO2tojc7gd6CaO6KnxlOimS1DS5mKfpfGf+KNqqOX95wJHFQ0hQAAs8 XhvPDFXPE1AftcH1NGsIyP6s+rrPOWGPNvojbRfxk/o6VIwES6GWDQszZV0XG0q+dUOJ BlwdZ4ZjvMw0po8UuAprnaHWwu/Zg7RZVGJjE= MIME-Version: 1.0 Received: by 10.224.47.40 with SMTP id l40mr2617502qaf.238.1252684338150; Fri, 11 Sep 2009 08:52:18 -0700 (PDT) From: "Rodrigo Aliste P." Date: Fri, 11 Sep 2009 11:51:58 -0400 Message-ID: <93e82a90909110851y1f14a019o4c3fdcca423621b3@mail.gmail.com> To: users@httpd.apache.org Content-Type: multipart/alternative; boundary=000e0cd63988fdbbc204734f4c91 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] http problem --000e0cd63988fdbbc204734f4c91 Content-Type: text/plain; charset=ISO-8859-1 Hi I know this is no a support forum, but I'm having troubles with Apache and I don't know what could it be! The problem is that sometimes the Httpd child pids start to segfault without any reason, memory is good, cpu is good, is all good! I've stacktraced a segfault and it shows me nothing. The only thing I get is rt_sigaction(SIGSEGV, {SIG_DFL, [], SA_INTERRUPT}, {SIG_DFL, [], SA_RESETHAND}, 8) = 0. I'm running the httpd under gdb to get more readable detail when segfaults again. And I'll post the result here. Any ideas? The machine is a HP Proliant DL 320 G5 with Intel Xeon X3320 and 2GB Ram with Centos 5 i386. PHP 5.2.5 with Xcache Mysql 5.0.45 (php-mysql api versions match) Apache 2.2.3 # httpd -V Server version: Apache/2.2.3 Server built: Jul 14 2009 06:04:04 Server's Module Magic Number: 20051115:3 Server loaded: APR 1.2.7, APR-Util 1.2.7 Compiled using: APR 1.2.7, APR-Util 1.2.7 Architecture: 32-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/etc/httpd" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" Loaded modules are http://pastebin.ca/1562241 -- Rodrigo Aliste P. --000e0cd63988fdbbc204734f4c91 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi

I know this is no a support forum, but I'm having troubles with Apache = and I don't know what could it be!

The problem is that sometimes the Httpd child pids start to segfault without any reason, memory is good, cpu is good, is all good!
I've stacktraced a segfault and it shows me nothing. The only thing I get is rt_sigaction(SIGSEGV, {SIG_DFL, [], SA_INTERRUPT}, {SIG_DFL, [], SA_RESETHAND}, 8) =3D 0. I'm running the httpd under gdb to get more readable detail when segfaults again. And I'll post the result here.
Any ideas?


The machine is a HP Proliant DL 320 G5 with Intel Xeo= n X3320 and 2GB Ram with Centos 5 i386.
PHP 5.2.5 with Xcache
Mysql 5.0.45 (php-mysql api versions match)
Apache 2.2.3

# httpd -V
Server version: Apache/2.2.3
Server bu= ilt:=A0=A0 Jul 14 2009 06:04:04
Server's Module Magic Number: 200511= 15:3
Server loaded:=A0 APR 1.2.7, APR-Util 1.2.7
Compiled using: APR = 1.2.7, APR-Util 1.2.7
Architecture:=A0=A0 32-bit
Server MPM:=A0=A0=A0=A0 Prefork
=A0 thread= ed:=A0=A0=A0=A0 no
=A0=A0=A0 forked:=A0=A0=A0=A0 yes (variable process c= ount)
Server compiled with....
=A0-D APACHE_MPM_DIR=3D"server/mp= m/prefork"
=A0-D APR_HAS_SENDFILE
=A0-D APR_HAS_MMAP
=A0-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)=A0-D APR_USE_SYSVSEM_SERIALIZE
=A0-D APR_USE_PTHREAD_SERIALIZE
=A0= -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
=A0-D APR_HAS_OTHER_CHILD
=A0-D = AP_HAVE_RELIABLE_PIPED_LOGS
=A0-D DYNAMIC_MODULE_LIMIT=3D128
=A0-D HTTPD_ROOT=3D"/etc/httpd&quo= t;
=A0-D SUEXEC_BIN=3D"/usr/sbin/suexec"
=A0-D DEFAULT_PIDL= OG=3D"logs/httpd.pid"
=A0-D DEFAULT_SCOREBOARD=3D"logs/ap= ache_runtime_status"
=A0-D DEFAULT_LOCKFILE=3D"logs/accept.lock"
=A0-D DEFAULT_ERRO= RLOG=3D"logs/error_log"
=A0-D AP_TYPES_CONFIG_FILE=3D"con= f/mime.types"
=A0-D SERVER_CONFIG_FILE=3D"conf/httpd.conf"= ;

Loaded modules are http://pasteb= in.ca/1562241
--
Rodrigo Aliste P.

--000e0cd63988fdbbc204734f4c91--