From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 07:39:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C7A16A4BF for ; Tue, 26 Aug 2003 07:39:01 -0700 (PDT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE2F43F75 for ; Tue, 26 Aug 2003 07:39:00 -0700 (PDT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.9/8.12.9) with ESMTP id h7QEcxgq018144 for ; Tue, 26 Aug 2003 07:38:59 -0700 (PDT) (envelope-from admin2@enabled.com) From: "admin" To: freebsd-questions@freebsd.org Date: Tue, 26 Aug 2003 06:38:59 -0800 Message-Id: <20030826143859.M94539@enabled.com> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 131.161.240.206 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: apache segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 14:39:01 -0000 OS: FreeBSD 4.8 Stable Server: Apache/1.3.28 (Unix) mod_perl/1.27 PHP/4.3.3RC2 PHP/3.0.18 mod_ssl/2.8.15 OpenSSL/0.9.7a mod_fastcgi/2.4.0 Hi, well didnt get a response to the first post. I think I am asking the proper questions. please let me know if I am not and let me know what I need to include to get this situation expressed properly. I keep coming upon a segmentation fault with apache. I dont know what is causing it. I think I have a core file lying around on the machine when this happens. what is a good course of action to figure out what is going on here? how can I analyze the core file to figure out what is going on. from the apache logs [Mon Aug 25 10:02:04 2003] [notice] child pid 2266 exit signal Segmentation faul t (11) a core file search - nothing found shell# find / -name "httpd\.core" so how can I generate a core file when apache has a segmentatino fault? - Noah