From owner-freebsd-current Sun Aug 27 20:24:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id CCAAF37B423; Sun, 27 Aug 2000 20:24:06 -0700 (PDT) Date: Sun, 27 Aug 2000 23:24:05 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: John Polstra Cc: current@FreeBSD.ORG Subject: Re: panic: reducing sbsize: lost count, uid = 1001 In-Reply-To: <200008272323.QAA32732@vashon.polstra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 27 Aug 2000, John Polstra wrote: > In article , > Brian Fundakowski Feldman wrote: > > If this is a problem with sbsize, this should take care of any possibility > > ever of there being a problem... > > I tried your patch, but it panics reliably on start-up: Woops, I have the KASSERT bungled up. Please change KASSERT(to < *hiwat && uip != NULL, to KASSERT(to >= *hiwat || uip != NULL, -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message