From owner-freebsd-current@FreeBSD.ORG Sat Nov 19 17:06:33 2005 Return-Path: X-Original-To: freebsd-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 CFC3A16A41F for ; Sat, 19 Nov 2005 17:06:33 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518DC43D45 for ; Sat, 19 Nov 2005 17:06:33 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jAJH6FUx008103; Sat, 19 Nov 2005 10:06:15 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <437F5B87.6040305@samsco.org> Date: Sat, 19 Nov 2005 10:06:15 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: delphij@delphij.net References: <20051119141708.GA919@utmail.utmem.edu> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: Hao Chen , freebsd-current@freebsd.org Subject: Re: RELENG_6_0: fatal trap 12 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: Sat, 19 Nov 2005 17:06:33 -0000 Xin LI wrote: > Hi, > > On 11/19/05, Hao Chen wrote: > >>I am upgrading from 5.4 to 6.0 and got the following error message: >> >> >>Fatal trap 12: page fault while in kernel mode >>cpuid = 1; apic id = 01 >>fault virtual address = 0x480008 >>fault code = supervisor read, page not present >>instruction pointer = 0x20:0xc069c394 >>stack pointer = 0x28:0xe10208ac >>frame pointer = 0x28:0xe10208ac >>code segment = base 0x0, limit 0xfffff, type 0x1b >> = DPL 0, pres 1, def32 1, gran 1 >>processor eflags = interrupt enabled, resume, IOPL = 0 >>current process = 0 (swapper) >>trap number = 12 >> >> >>I have tried booting with or without ACPI, in safe mode, or single user >>mode and got the same message on booting. Oh, I am using GENERIC kernel. > > > Having this sort of panics within swapper is very weird. Are you > having the issue for every boot? Would you please consider trying the > 6.0-RELEASE disc1 to see if it would boot correctly? > > Cheers, > -- > Xin LI http://www.delphij.net > > A panic in 'swapper' usually just means that the panic happened before /sbin/init was launched. Scott