Date: Mon, 28 Aug 2000 20:13:26 -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: <200008290313.UAA36296@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, It seems to be fixed now. I've had a script pounding on it all afternoon -- 843 runs so far -- and haven't been able to make it misbehave. Before, it only took a few tries to make it panic. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa 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?200008290313.UAA36296>