From owner-freebsd-hackers Fri May 21 21:14:13 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id BDA8514D02 for ; Fri, 21 May 1999 21:14:11 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id VAA69868; Fri, 21 May 1999 21:14:09 -0700 (PDT) (envelope-from dillon) Date: Fri, 21 May 1999 21:14:09 -0700 (PDT) From: Matthew Dillon Message-Id: <199905220414.VAA69868@apollo.backplane.com> To: "David E. Cross" Cc: freebsd-hackers@FreeBSD.ORG, schimken@cs.rpi.edu, crossd@cs.rpi.edu Subject: Re: Repeatable kernel panic for 3.2-RELEASE NFS server References: <199905220338.XAA40251@cs.rpi.edu> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> entirely contained within the current stack trace. :All my kernels are now DDB kernels :) But since I do almost all of :my work remotely they are DDB_UNATTENDED, and the machine I am panic-ing :is not on the serial console server (sorry). I do have another question :about DDB, I unstalled -STABLE as of today (from releng3.fre...) and I :compiled the kernel with DDB, and DDB_UNATTENDED per usual. Now when I :C-A-E to get into the debugger and type 'panic' it drops me at another :debugging prompt. If I type panic from that I get the real thing, any ideas? : :My next email will hopefully have the stack trace for this panic. :-- :David Cross | email: crossd@cs.rpi.edu Panic has a counter. The first time it is called it tries to drop into the debugger. The second time it is called it reboots the machine for real. When you control-alt-escape, you have not yet called panic for the first time, so when you panic manually from the DDB prompt it drops you into the debugger again. Second time's the charm! Since the debugger repeats the previous command if you just hit return, I've gotten used to simply typing 'panic ...' -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message