From owner-freebsd-current@FreeBSD.ORG Fri Oct 28 21:03:21 2011 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 33D01106566B for ; Fri, 28 Oct 2011 21:03:21 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.freebsd.org (Postfix) with ESMTP id 1B8908FC17 for ; Fri, 28 Oct 2011 21:03:21 +0000 (UTC) Received: from [127.0.0.1] (proxy7.corp.yahoo.com [216.145.48.98]) by mrout1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p9SKr4Ak077040; Fri, 28 Oct 2011 13:53:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1319835184; bh=YLkN+F/N8fvKbmj1v0j02EaiVDgil7ncDk3O6zB9/oE=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=ZVyKGtOeBDJf72uZqTm/VHnHCsGOWEIbQjkzLxSWSuApBmYZVerbMwAnvdqaM9vaR TYM4mm7hhbveA2lWILCPqLDQG/H/sbAQZQzucI2VSbBzdDLRaimXBmSQ0QBFNRtJTf g+ZKw0ysAOUax285DD4lO8DzvP7Szc2McdBB5BZk= From: Sean Bruno To: Penta Upa In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Fri, 28 Oct 2011 13:53:03 -0700 Message-ID: <1319835183.2664.12.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-current@freebsd.org" Subject: Re: panic at vm_page_wire with FreeBSD 9.0 Beta 3 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: Fri, 28 Oct 2011 21:03:21 -0000 On Fri, 2011-10-21 at 08:25 -0700, Penta Upa wrote: > Attached is a test module (vmtest) and the makefile used. Uname output from > the system is I only see a Makefile attached here. Can you attach the code you are using? Sean