Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 28386 invoked from network); 1 Jan 2005 00:45:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Jan 2005 00:45:20 -0000 Received: (qmail 56743 invoked by uid 500); 1 Jan 2005 00:45:08 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 56536 invoked by uid 500); 1 Jan 2005 00:45:06 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 56522 invoked by uid 99); 1 Jan 2005 00:45:06 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from hosting.midvalleyhosting.com (HELO mail.midvalleyhosting.com) (66.80.68.86) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 31 Dec 2004 16:45:03 -0800 Received: by mail.midvalleyhosting.com (Postfix, from userid 1000) id 8298B33CB1; Fri, 31 Dec 2004 16:45:01 -0800 (PST) Date: Fri, 31 Dec 2004 16:45:01 -0800 From: Jim Norton To: users@httpd.apache.org Message-ID: <20050101004501.GA27299@midvalleyhosting.com> References: <20041231210911.GC32600@midvalleyhosting.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231210911.GC32600@midvalleyhosting.com> User-Agent: Mutt/1.5.6i X-Virus-Checked: Checked Subject: Re: [users@httpd] Apache 2.0.52 segfaults X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, Dec 31, 2004 at 01:09:11PM -0800, Jim Norton wrote: > Hello all: > > I'm running a Gentoo Linux box and recently tried to upgrade PHP to the newest version that fixes the recently found security vulnerability in PHP. > > Well, I also upgraded Apache from 2.0.48 to 2.0.52 and now when I try to start the server, I get a segmentation fault. > > Anbyody have any idea at all how I can go about diagnosing what is causing this behavior? > > -- > Jim Norton - http://www.jimnorton.org > > "The art of listening is indispensable for the right use of the mind. > It is also the most gracious, the most open and the most generous of > human habits." > (Attributed to R. Barr, St. John's College, Annapolis, MD) I built apache 2.0.52 with debug symbols and used GDB. The following is what GDB had to say about the seg fault: jrn@hosting:/usr/portage/net-www/apache> gdb GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". (gdb) exec-file /usr/sbin/apache2 (gdb) run Starting program: /usr/sbin/apache2 (no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0xb7b4ab6c in memcpy () from /lib/libc.so.6 (gdb) bt #0 0xb7b4ab6c in memcpy () from /lib/libc.so.6 #1 0xb7cd9cbb in call_resolver () from /usr/lib/libapr-0.so.0 #2 0xb7cd9e33 in find_addresses () from /usr/lib/libapr-0.so.0 #3 0xb7cd9ead in apr_sockaddr_info_get () from /usr/lib/libapr-0.so.0 #4 0x0806dd78 in ?? () #5 0x080c836c in ?? () (gdb) Anybody have any idea why this is happening and how to fix it? Thanks, -- Jim Norton - http://www.jimnorton.org "The art of listening is indispensable for the right use of the mind. It is also the most gracious, the most open and the most generous of human habits." (Attributed to R. Barr, St. John's College, Annapolis, MD) --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org