Panic on boot with April 16 src (lengthy info attached)

Robert Watson rwatson at FreeBSD.org
Tue Apr 17 16:32:33 UTC 2007



On Tue, 17 Apr 2007, Tillman Hodgson wrote:

> Tue Apr 17 08:57:17 CST 2007
>
> FreeBSD/i386 (athena.seekingfire.prv) (ttyd0)
>
> login: panic: mutex Giant not owned at /usr/src/sys/netinet/tcp_timer.c:286
> cpuid = 0
> KDB: enter: panic
> [thread pid 13 tid 100003 ]
> Stopped at      kdb_enter+0x2b: nop
> db>

There's quite a bit of stuff in here, but I can speak to this one: Andre's 
recent TCP timer change causes TCP to run without Giant when 
debug.mpsafenet=0.  This leads to panics with INVARIANTS, and non-MPSAFE code 
running without Giant otherwise.

Robert N M Watson
Computer Laboratory
University of Cambridge


More information about the freebsd-current mailing list