Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2000 23:24:05 -0400 (EDT)
From:      Brian Fundakowski Feldman <green@FreeBSD.org>
To:        John Polstra <jdp@polstra.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: panic: reducing sbsize: lost count, uid = 1001
Message-ID:  <Pine.BSF.4.21.0008272320280.9340-100000@green.dyndns.org>
In-Reply-To: <200008272323.QAA32732@vashon.polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 27 Aug 2000, John Polstra wrote:

> In article <Pine.BSF.4.21.0008262022180.57261-100000@green.dyndns.org>,
> Brian Fundakowski Feldman  <green@FreeBSD.ORG> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008272320280.9340-100000>