From owner-freebsd-current@FreeBSD.ORG Fri May 2 02:21:24 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79FC437B401 for ; Fri, 2 May 2003 02:21:24 -0700 (PDT) Received: from fafoe.dyndns.org (chello212186121237.14.vie.surfer.at [212.186.121.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0355543F75 for ; Fri, 2 May 2003 02:21:23 -0700 (PDT) (envelope-from stefan@fafoe.dyndns.org) Received: from wombat.fafoe (wombat.fafoe [192.168.2.102]) by fafoe.dyndns.org (Postfix) with ESMTP id 06A393FAA; Fri, 2 May 2003 11:21:20 +0200 (CEST) Received: by wombat.fafoe (Postfix, from userid 1001) id 0ED655E; Fri, 2 May 2003 11:21:17 +0200 (CEST) Date: Fri, 2 May 2003 11:21:17 +0200 From: Stefan Farfeleder To: "Wilkinson,Alex" Message-ID: <20030502092117.GA551@wombat.fafoe> Mail-Followup-To: "Wilkinson,Alex" , current@freebsd.org References: <20030501135011.GA568@wombat.fafoe> <20030502164146.K367@squirm.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030502164146.K367@squirm.dsto.defence.gov.au> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: panic: ffs_blkfree: freeing free frag X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 09:21:24 -0000 On Fri, May 02, 2003 at 04:43:32PM +0930, Wilkinson,Alex wrote: > What is a DDB backtrace ? I thought you have already doen the backtrace with: > > (kgdb) bt > #0 doadump () at /usr/home/stefan/freebsd/src/sys/kern/kern_shutdown.c:238 > #1 0xc022bf33 in boot (howto=260) > at /usr/home/stefan/freebsd/src/sys/kern/kern_shutdown.c:370 > #2 0xc022c27b in panic () > > .... This backtrace was obtained by running GDB on a kernel crash dump. DDB is the in-kernel debugger which allows you to see a backtrace (among other things) at the time the panic happens, before dumping and rebooting. > And why would being in X affect doing a DDB ? This is a notebook that lacks a serial interface. DDB can only print to the console, so it just tries to produce a dump and reboots. Regards, Stefan Farfeleder