Date: Mon, 11 Sep 2000 08:42:56 +0200 From: Mark Murray <mark@grondar.za> 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: <200009110642.e8B6gu011649@grimreaper.grondar.za> In-Reply-To: <200009110348.UAA31972@pike.osd.bsdi.com> ; from John Baldwin <jhb@pike.osd.bsdi.com> "Sun, 10 Sep 2000 20:48:16 MST." References: <200009110348.UAA31972@pike.osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > And the panic goes away > > Manfred > > 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.. Thanks, John! :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.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?200009110642.e8B6gu011649>