From owner-freebsd-current@FreeBSD.ORG Thu Aug 12 23:07:33 2004 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 540E316A4CE for ; Thu, 12 Aug 2004 23:07:33 +0000 (GMT) Received: from ddardaar.mine.nu (bww254.neoplus.adsl.tpnet.pl [83.29.246.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F7143D2D for ; Thu, 12 Aug 2004 23:07:33 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id 8542AA51A; Fri, 13 Aug 2004 01:07:41 +0200 (CEST) Date: Fri, 13 Aug 2004 01:07:41 +0200 From: Radek Kozlowski To: Greg 'groggy' Lehey Message-ID: <20040812230741.GC10869@werd> References: <20040812215859.GM19643@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20040812215859.GM19643@wantadilla.lemis.com> User-Agent: Mutt/1.5.6i cc: FreeBSD current users Subject: Re: Current method of dumping a processor? 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: Thu, 12 Aug 2004 23:07:33 -0000 On Fri, Aug 13, 2004 at 07:28:59AM +0930, Greg 'groggy' Lehey wrote: > I've tried it on kernels built in January, May and yesterday. In each > case, I did: > > dumpon /dev/ad0s2b > > (for appropriate values of ad0s2b). All kernels include ddb. I > entered the debugger with ctrl-alt-esc and entered "panic". The > kernel from January dumps just fine. The kernels from May and August > hang. > > Am I doing something wrong? Has something else changed? Does anybody > else have this problem? I also had this problem back in June when I was trying to get a crash dump, but nobody replied (see http://lists.freebsd.org/pipermail/freebsd-current/2004-June/029434.html). I then learnt that I can use call doadump in ddb and have been using that since then. -Radek