From owner-freebsd-stable@FreeBSD.ORG Thu Apr 15 11:05:28 2010 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 5B5F41065677 for ; Thu, 15 Apr 2010 11:05:28 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 129418FC25 for ; Thu, 15 Apr 2010 11:05:27 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1O2Msw-000InD-Ep; Thu, 15 Apr 2010 14:05:26 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Jeremy Chadwick In-reply-to: <20100415104711.GA84922@icarus.home.lan> References: <20100415104711.GA84922@icarus.home.lan> Comments: In-reply-to Jeremy Chadwick message dated "Thu, 15 Apr 2010 03:47:11 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 Apr 2010 14:05:26 +0300 From: Daniel Braniss Message-ID: Cc: Vlad Galu , freebsd-stable@freebsd.org Subject: Re: panic: vm_fault_copy_wired: page missing 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: Thu, 15 Apr 2010 11:05:28 -0000 > On Thu, Apr 15, 2010 at 01:24:14PM +0300, Daniel Braniss wrote: > > > On Thu, Apr 15, 2010 at 9:22 AM, Daniel Braniss wrote: > > > > Hi, > > > > I'm getting this with FreeBSD-8-stable, it usually happens when > > > > starting apache: > > > > > > alc@ made some VM MFCs yesterday, could you try a 13th of April kernel > > > and see if it works out for you? > > > > with or without the MFC it's still panicking, and the memory size does not > > affect the outcome :-( > > Shot in the dark: either at the interactive loader prompt or by editing > /boot/loader.conf, try disabling superpage support: > > vm.pmap.pg_ps_enabled="0" that's the first thing I tried :-( just to complicate things a bit, if I start the apache later, via forcestart, things 'seem' better. but keep them comming, I need this fixed. cheers, danny