Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2001 12:53:22 -0600 (CST)
From:      Jonathan Lemon <jlemon@flugsvamp.com>
To:        jhay@icomtek.csir.co.za, current@freebsd.org
Subject:   Re: tail -f kernel panic
Message-ID:  <200102231853.f1NIrM788285@prism.flugsvamp.com>
In-Reply-To: <local.mail.freebsd-current/200102231756.f1NHuTq91448@zibbi.icomtek.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <local.mail.freebsd-current/200102231756.f1NHuTq91448@zibbi.icomtek.csir.co.za> you write:
>I found it is quite easy to panic a -current kernel with 2 login windows.
>
>In window 1 do a "tail -f /tmp/world.out"
>In window 2 do a "tail -f /tmp/world.out"
>In window 2 do "^C" to break out of tail -f
>In window 1 do "^C" to break out of tail -f
>The box panic immediately.

Hmm.  I reproduced this here; the panic is in SLIST_REMOVE() when it
is removing the second event.  Funny enough, this does not happen on
-stable.  Did something change in the list macros recently that would
cause this?
--
Jonathan

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?200102231853.f1NIrM788285>