Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2000 18:35:40 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        John Baldwin <jhb@pike.osd.bsdi.com>
Cc:        Manfred Antar <null@pozo.com>, current@FreeBSD.ORG
Subject:   Re: New Fatal trap in Current SMP (random.dev changes ??)
Message-ID:  <Pine.BSF.4.21.0009111832500.818-100000@besplex.bde.org>
In-Reply-To: <200009110348.UAA31972@pike.osd.bsdi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 10 Sep 2000, John Baldwin wrote:

> I've got it fixed.  The code is using TAILQ_REMOVE and TAILQ_FIRST to
> pull entries out of a tailq while it is walking it via TAILQ_FOREACH.
> Changing it to use a while(!TAILQ_EMPTY) instead of using TAILQ_FOREACH
> fixes it.  I'll be committing the fix in just a sec..

This is a good excuse for terminating the FOREACH obfuscations :).

Bruce



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.0009111832500.818-100000>