From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 21:40:23 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B8AF10656FB for ; Tue, 24 Mar 2009 21:40:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 507108FC0C for ; Tue, 24 Mar 2009 21:40:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n2OLdoIs038294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Mar 2009 14:39:51 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49C95326.7040504@freebsd.org> Date: Tue, 24 Mar 2009 14:39:50 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Goran Gajic References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-x.dcc-servers-Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: panic in 8.0-CURRENT after svn from r189900 to r190389 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: Tue, 24 Mar 2009 21:40:24 -0000 Goran Gajic wrote: > > Hi, > > Today I have svn up my FreeBSD-8.0-CURRENT to r190389 but it is no > longer able to boot, it panics at boot. Here is message I'm getting (I > had to write it down to paper :( since I don't have serial attached to > this machine: > > Fatal trap 12: page fault while in kernel mode > cpuid =0, apic id = 00 > fault virtual address = 0x3c > Fault code = supervisor write data, page not present > Instruction ponter = 0x8: 0xffffffff8056db9f > Stack ponter = 0x10: 0xffffffff813bac70 > Code segment = 0x10: 0xffffffff813baca0 > = base 0x0, limit 0xfffff, type 0x1b > DPL 0, pres 1, long 1, def32 0, gran 1 > Processor eflags = resume, iopl = 0 > Current process = 0 (swapper) > [thread pio 0 tid 10000] > stopped at devclass_find_interna+0x10f: orl $0x1, 0x3c(%rax) > db> where > tracing pid 0 tid 10000 td 0xffffffff80bb5ce0 > dev_class_find_internal() at devclass_find_internal+0x10f > driver_module_handler() at driver_module_handler+0xb9 > module_register_init() at module_register_init+0x7d > mi_startup() at mi_startup+0x59 > btext() at btext+0x2c > db> > I'm stuck on the same issue on a t61 (amd64/SMP). I don't have any modules. Sam