From owner-freebsd-current@FreeBSD.ORG Tue Mar 8 18:40:05 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 7275B16A4CF; Tue, 8 Mar 2005 18:40:05 +0000 (GMT) Date: Tue, 8 Mar 2005 18:40:05 +0000 From: Kris Kennaway To: Doug White Message-ID: <20050308184005.GA30165@hub.freebsd.org> References: <2861.172.16.0.199.1109814152.squirrel@172.16.0.199> <20050303015438.GF15329@obiwan.tataz.chchile.org> <2910.172.16.0.199.1109816379.squirrel@172.16.0.199> <1646.172.16.0.199.1110049506.squirrel@172.16.0.199> <4420.172.16.0.199.1110301463.squirrel@172.16.0.199> <20050308100730.Q38988@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050308100730.Q38988@carver.gumbysoft.com> User-Agent: Mutt/1.4.2.1i cc: Mike Jakubik cc: freebsd-current@freebsd.org Subject: Re: Reproducible Panic with port iplog 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: Tue, 08 Mar 2005 18:40:05 -0000 On Tue, Mar 08, 2005 at 10:09:01AM -0800, Doug White wrote: > On Tue, 8 Mar 2005, Mike Jakubik wrote: > > > Doug White said: > > > > >> Typing "call doadump" in the kernel debugger does work. Is there no way > > >> to > > >> have the kernel automatically do a dump when the system panics and there > > >> is no debugger compiled in? > > > > > > That should be the default behavior if a dumpdev is set (in rc.conf with > > > "dumpdev" or manually with the dumpon(8) command). > > > > It does not seem to be for me. The system just stands there doing nothing > > after the panic, when there is no debugger built in the kernel. > > > > P.S. I have also submitted a PR for this. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=78384 > > I don't know if I can get to this before the release, but I've put it on > my tracking list. I need a way to provoke a panic, and the best way seems > to be to program the syscons panic key. I've seen DDB_UNATTENDED cause a hang-on-panic instead of a dump + reboot on HEAD. I've also seen it not dumping core when it does manage to reboot. I haven't tested this on RELENG_5. Kris