From owner-freebsd-questions@FreeBSD.ORG Sat Apr 9 16:22:23 2005 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 2F4F916A4CE for ; Sat, 9 Apr 2005 16:22:23 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B6643D39 for ; Sat, 9 Apr 2005 16:22:22 +0000 (GMT) (envelope-from tom@vilot.com) Received: from [10.0.0.7] (dsl-228-111.dynamic-dsl.frii.net [216.17.228.111]) (authenticated bits=0) by fusion.vilot.net (8.13.3/8.12.9) with ESMTP id j39GMLDF012392; Sat, 9 Apr 2005 11:22:22 -0500 (CDT) (envelope-from tom@vilot.com) Message-ID: <4257FFAB.4050705@vilot.com> Date: Sat, 09 Apr 2005 10:15:39 -0600 From: Tom Vilot User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050330) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Subhro References: <4257FC16.1080204@vilot.com> <4257FEEB.3040608@gmail.com> In-Reply-To: <4257FEEB.3040608@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: httpd.core 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: Sat, 09 Apr 2005 16:22:23 -0000 Thank you, Subhro, for such a quick response to my question. > For examining any core file you need a debugger. A very popular > debugger is the GNU Debugger also known as gdb Now ... the only problem is that if I examine the httpd.core file, it evidently has no debugging information in it (naturally): This GDB was configured as "i386-unknown-freebsd". Core was generated by `httpd'. Program terminated with signal 11, Segmentation fault. #0 0x2895e06c in ?? () How do I build Apache with debugging information? I see in the INSTALL file: Use the --without-execstrip option to disable the stripping of executables on installation. This can be important on some platforms in combination with --enable-rule=SHARED_CORE or when Apache was built with debugging symbols which shouldn't be lost. I assume I need that, too ... but I also am not clear on how to build apache13-modssl with the debug information ... Thank you in advance.