From owner-freebsd-questions@FreeBSD.ORG Sat Apr 9 16:12:24 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 3D1DE16A4CE for ; Sat, 9 Apr 2005 16:12:24 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0C7443D53 for ; Sat, 9 Apr 2005 16:12:23 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so868701rnf for ; Sat, 09 Apr 2005 09:12:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=dx6AI+ZWhEGiKYG5B1WjTaqGwoYcvxINT67CEklTIZ/ANP9FBTgjKEgRs3nj3EVn9moKgiolzg0qVVMHFfVdkMP+IYPGL1sDaQsK0T9BHxccBa26vA+qXfg0pnsByQPD8PL5+Q1CUOMqKS9pAN9OXey0u1u6YGosdOUfYvtYwtE= Received: by 10.39.3.48 with SMTP id f48mr2737901rni; Sat, 09 Apr 2005 09:12:23 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.160.163]) by mx.gmail.com with ESMTP id 70sm1246128rnb.2005.04.09.09.12.20; Sat, 09 Apr 2005 09:12:23 -0700 (PDT) Message-ID: <4257FEEB.3040608@gmail.com> Date: Sat, 09 Apr 2005 21:42:27 +0530 From: Subhro User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Vilot References: <4257FC16.1080204@vilot.com> In-Reply-To: <4257FC16.1080204@vilot.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:12:24 -0000 Tom Vilot wrote: > What tools do I use to examine a core dump file? For examining any core file you need a debugger. A very popular debugger is the GNU Debugger also known as gdb man gdb for more information Regards S.