Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2000 07:46:41 -0700 (PDT)
From:      John Polstra <jdp@polstra.com>
To:        current@FreeBSD.ORG
Cc:        green@FreeBSD.ORG
Subject:   Re: panic: reducing sbsize: lost count, uid = 1001
Message-ID:  <200008281446.HAA33886@vashon.polstra.com>
In-Reply-To: <Pine.BSF.4.21.0008272320280.9340-100000@green.dyndns.org>
References:  <Pine.BSF.4.21.0008272320280.9340-100000@green.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.4.21.0008272320280.9340-100000@green.dyndns.org>,
Brian Fundakowski Feldman  <green@FreeBSD.ORG> wrote:
> 
> Woops, I have the KASSERT bungled up.  Please change
>         KASSERT(to < *hiwat && uip != NULL,
> to
>         KASSERT(to >= *hiwat || uip != NULL,

Thanks.  The system comes up OK now.  I'll try to provoke the lost
count panic some more today, and I'll let you know what happens.

John


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?200008281446.HAA33886>