From owner-freebsd-current@FreeBSD.ORG Thu Mar 21 13:16:45 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C34E91C3 for ; Thu, 21 Mar 2013 13:16:45 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from fep15.mx.upcmail.net (fep15.mx.upcmail.net [62.179.121.35]) by mx1.freebsd.org (Postfix) with ESMTP id 182D47D9 for ; Thu, 21 Mar 2013 13:16:44 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep15-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130321131643.ZNZN6033.viefep15-int.chello.at@edge04.upcmail.net>; Thu, 21 Mar 2013 14:16:43 +0100 Received: from mole.fafoe.narf.at ([80.109.55.137]) by edge04.upcmail.net with edge id EDGj1l00p2xdvHc04DGjeb; Thu, 21 Mar 2013 14:16:43 +0100 X-SourceIP: 80.109.55.137 Received: by mole.fafoe.narf.at (Postfix, from userid 1001) id EDF056D449; Thu, 21 Mar 2013 14:16:42 +0100 (CET) Date: Thu, 21 Mar 2013 14:16:42 +0100 From: Stefan Farfeleder To: Steve Kargl Subject: Re: sysctl panic on cold boot Message-ID: <20130321131642.GB1468@mole.fafoe.narf.at> References: <20130321082838.GA1468@mole.fafoe.narf.at> <20130321130001.GA31059@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130321130001.GA31059@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 21 Mar 2013 13:16:45 -0000 On Thu, Mar 21, 2013 at 06:00:01AM -0700, Steve Kargl wrote: > On Thu, Mar 21, 2013 at 09:28:38AM +0100, Stefan Farfeleder wrote: > > > > since r247617 my notebook consistently crashes with a page fault when I > > turn it on. If I then reboot from the debugger, the system will boot > > just fine. The last known working revision is r247186. I tried backing > > out r247561 as this last touched kern_sysctl.c, but to no avail. This > > is on amd64. > > > > As can be seen below, gdb isn't really a big help. Does anyone know > > what's going on? > > See the thread started by David Wolfskill, yesterday. Title > contains "Silent reboots on ..." > > > Loaded symbols for /boot/kernel/iwn5000fw.ko > > Reading symbols from /boot/modules/nvidia.ko...done. > > Loaded symbols for /boot/modules/nvidia.ko > > His problem involved loading nvidia.ko. Thanks. I will try booting without nvidia. FWIW, my X and the nvidia driver are working just fine if the system managed to boot. Stefan