From owner-freebsd-questions@FreeBSD.ORG Sat Apr 9 16:11:47 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 6E6FF16A4CE for ; Sat, 9 Apr 2005 16:11:47 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF3A543D2D for ; Sat, 9 Apr 2005 16:11:46 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so868651rnf for ; Sat, 09 Apr 2005 09:11:46 -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=KchKIcUPlskEqgrSp2t7NErj5NRmGxIeYlOqbSOOP3VN4Oy80HFBk/oQaEd0rXH7BSLqXQ2aNnNeN0dRrNzASG6I9dz8QZmt1JzLLBUwD8xoeFzJSbyEnk5Yf/gcLm3lRHV3TXoEAKfFBWfN/5Nl0PgY4kiSBvctowugaY1ra7s= Received: by 10.38.65.1 with SMTP id n1mr2709067rna; Sat, 09 Apr 2005 09:11:46 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.160.163]) by mx.gmail.com with ESMTP id 70sm1534580rnc.2005.04.09.09.11.44; Sat, 09 Apr 2005 09:11:46 -0700 (PDT) Message-ID: <4257FEC7.2030707@gmail.com> Date: Sat, 09 Apr 2005 21:41:51 +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:11:47 -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.