From owner-freebsd-questions@FreeBSD.ORG Tue Feb 8 15:13:38 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 8093016A4CE for ; Tue, 8 Feb 2005 15:13:38 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E5343D39 for ; Tue, 8 Feb 2005 15:13:38 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc13) with ESMTP id <20050208151333016004j9r9e>; Tue, 8 Feb 2005 15:13:35 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id 178D36115 for ; Tue, 8 Feb 2005 10:13:33 -0500 (EST) Message-ID: <4208D71C.7000207@trini0.org> Date: Tue, 08 Feb 2005 10:13:32 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 1.0 (X11/20050122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Generating Backtrace on FBSD 5.3 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, 08 Feb 2005 15:13:38 -0000 Slightly off-topic. Im trying to figure out how to generate a backtrace from a core dump of subversion, to send to subversion developers. What tools are available to read a core dump file, to generate this backtrace on FreeBSD 5.3? I'm trying to understand gdb, but Im not sure if this is what I'm looking for. $ gdb -c svn.core Thanks