> > 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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- New Fatal trap in Current SMP (random.dev changes ??) Manfred Antar
- Re: New Fatal trap in Current SMP (random.dev changes ?... John Baldwin
- Re: New Fatal trap in Current SMP (random.dev chang... Manfred Antar
- Re: New Fatal trap in Current SMP (random.dev c... John Baldwin
- Re: New Fatal trap in Current SMP (random.d... Mark Murray
- Re: New Fatal trap in Current SMP (random.d... Bruce Evans
- Re: New Fatal trap in Current SMP (random.dev chang... Boris Popov
- Re: New Fatal trap in Current SMP (random.dev c... John Baldwin
- Re: New Fatal trap in Current SMP (random.d... Bruce Evans