From owner-freebsd-current@FreeBSD.ORG Wed Nov 2 20:55:20 2005 Return-Path: X-Original-To: current@freebsd.org 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 858FB16A41F for ; Wed, 2 Nov 2005 20:55:20 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 811CE43D45 for ; Wed, 2 Nov 2005 20:55:16 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 02 Nov 2005 20:55:12 -0000 Received: from h081217094006.dyn.cm.kabsi.at (EHLO h081217094006.dyn.cm.kabsi.at) [81.217.94.6] by mail.gmx.net (mp015) with SMTP; 02 Nov 2005 21:55:12 +0100 X-Authenticated: #16703784 From: Stefan Ehmann To: Kris Kennaway In-Reply-To: <20051102200511.GA86903@xor.obsecurity.org> References: <1130947073.1076.12.camel@taxman.pepperland> <20051102200511.GA86903@xor.obsecurity.org> Content-Type: text/plain Date: Wed, 02 Nov 2005 21:55:13 +0100 Message-Id: <1130964913.1076.19.camel@taxman.pepperland> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: current@freebsd.org Subject: Re: panic in devfs_populate_loop() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 02 Nov 2005 20:55:20 -0000 On Wed, 2005-11-02 at 15:05 -0500, Kris Kennaway wrote: > On Wed, Nov 02, 2005 at 04:57:53PM +0100, Stefan Ehmann wrote: > > After todays cvsup and buildworld/kernel I get a panic during boot. > > > > Kernel from October 29th works fine. Maybe related to the latest ACPI-CA > > import. > > > > Panic string and backtrace hand-transcribed. > > > > Fatal trap 12: page fault while in kernel mode > > > > devfs_populate_loop() > > devfs_populate() > > devfs_lookup() > > VOP_LOOKUP_APV() > > lookup() > > namei() > > kern_symlink() > > devfs_first() > > vfs_mountroot() > > start_init > > fork_exit() > > fork_trampoline() > > You'll need to obtain further debugging information (i.e. crash dump) I cannot get a dump because the panic happens before dumpon is executed. The handbook says this about obtaining a crash dump: "Alternatively, the dump device can be hard-coded via the dump clause in the config(5) line of a kernel configuration file. This approach is deprecated and should be used only if a kernel is crashing before dumpon(8) can be executed." Unfortunately I could not figure out how to do this. Google only found http://lists.freebsd.org/pipermail/freebsd-current/2005-April/049465.html but that's not very helpful.