From owner-freebsd-stable@FreeBSD.ORG Wed Nov 14 22:24:44 2007 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 D9ED916A420 for ; Wed, 14 Nov 2007 22:24:44 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 2CDF513C458; Wed, 14 Nov 2007 22:24:43 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <473B75AD.3020004@FreeBSD.org> Date: Wed, 14 Nov 2007 23:24:45 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Vivek Khera References: <0ECA0F43-497A-4823-8731-D517889D5822@khera.org> <91893E44-B766-4B31-9DA7-62F5EC0CCD45@khera.org> <473A4620.8010909@FreeBSD.org> <18740974-7621-434A-BDFD-D2AFFF3D5721@khera.org> In-Reply-To: <18740974-7621-434A-BDFD-D2AFFF3D5721@khera.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable List Subject: Re: reboot after panic: vm_page_unwire: invalid wire count: 0 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: Wed, 14 Nov 2007 22:24:44 -0000 Vivek Khera wrote: > > On Nov 13, 2007, at 7:49 PM, Kris Kennaway wrote: > >>> notification. >>> In the meantime, your best bet is to disable ZERO_COPY_SOCKETS. >> >> There is a chance this was a recent regression, previously in 7.0 they >> were believed to work. >> > > I'm running 6.2-REL. The old kernel was -p5, now without the zero copy > sockets, i'm running -p8. I'll know in a couple of days if this is our > solution. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > According to alc, if the page is being wired by something else then ZCS has never worked properly. Kris