From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 8 07:50:04 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D75B5C4 for ; Tue, 8 Oct 2013 07:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D50C72B52 for ; Tue, 8 Oct 2013 07:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r987o2xk014721 for ; Tue, 8 Oct 2013 07:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r987o2ti014720; Tue, 8 Oct 2013 07:50:02 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 07:50:02 GMT Message-Id: <201310080750.r987o2ti014720@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Marshall Subject: Re: kern/182661: [PANIC] 9.2-RELEASE vm_page_unwire: page n's wire count is zero X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Marshall List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 07:50:04 -0000 The following reply was made to PR kern/182661; it has been noted by GNATS. From: John Marshall To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/182661: [PANIC] 9.2-RELEASE vm_page_unwire: page n's wire count is zero Date: Tue, 8 Oct 2013 18:47:36 +1100 At the request of kib@ I tested with stable/9 and head and found the panic introduced in the following commits. stable/9 r244654 head r240285 -- John Marshall