From owner-freebsd-stable@FreeBSD.ORG Fri Feb 27 15:26:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E32B41065673 for ; Fri, 27 Feb 2009 15:26:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id B31EF8FC27 for ; Fri, 27 Feb 2009 15:26:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 4B21446B2E; Fri, 27 Feb 2009 10:26:27 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n1RFQLtC052243; Fri, 27 Feb 2009 10:26:21 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Fri, 27 Feb 2009 10:26:15 -0500 User-Agent: KMail/1.9.7 References: <20090227130830.GI51952@rambler-co.ru> In-Reply-To: <20090227130830.GI51952@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902271026.15796.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 27 Feb 2009 10:26:21 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/9054/Fri Feb 27 04:02:52 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: 7.1-STABLE does not boot after recent superpage support MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2009 15:26:28 -0000 On Friday 27 February 2009 8:08:30 am Igor Sysoev wrote: > Is anyone able to boot kernel with recently merged superpage support ? > I have csup'd world to > *default date=2009.02.26.23.59.59 > then rebuild world and kernel does not boot: > > FreeBSD 7.1-STABLE #4: Fri Feb 27 11:59:13 MSK 2009 > XXXXXXXXXXXXXXXXXXXXX > kernel trap 12 with interrupts disabled > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x0 > fault code = supervisor read data, page not present > instruction pointer = 0x8:0xffffffff803b1d80 > stack pointer = 0x10:0xffffffff80686ce0 > frame pointer = 0x10:0xffffffff80686d00 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = resume, IOPL = 0 > current process = 0 () > trap number = 12 > panic: page fault > cpuid = 0 > > And the message is cycled. The kernel does not boot despite > vm.pmap.pg_ps_enabled value. This should now be fixed, apologies for the breakage. :( -- John Baldwin