From owner-freebsd-current@FreeBSD.ORG Sat May 14 19:31:21 2005 Return-Path: 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 DF90C16A4CE; Sat, 14 May 2005 19:31:21 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id A910543D46; Sat, 14 May 2005 19:31:21 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 282234A9BC; Sat, 14 May 2005 14:31:21 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 31529-01-15; Sat, 14 May 2005 14:31:20 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 9C98E4A9B9; Sat, 14 May 2005 14:31:20 -0500 (CDT) Date: Sat, 14 May 2005 14:31:20 -0500 From: Alan Cox To: Norikatsu Shigemura Message-ID: <20050514193120.GX8136@cs.rice.edu> References: <200505141531.j4EFVXwA028227@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505141531.j4EFVXwA028227@sakura.ninth-nine.com> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-2.2.1 at cs.rice.edu cc: alc@FreeBSD.org cc: jeff@FreeBSD.org cc: freebsd-current@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: latest current and kqemu cause a VM panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 14 May 2005 19:31:22 -0000 This indicates corruption of the page being allocated from the free list. From the backtrace, the page's address is 0xc22cebe8. Can you send me a dump of the 72 bytes at that location. Regards, Alan