On 30-Dec-00 Michael Harnois wrote:
> panic: lockable mtx_enter() of lockmgr interlock when not legal @
> ../../kern/kern_lock.c: 247
>
> which is
>
> mtx_enter(lkp->lk_interlock, MTX_DEF);
We need to know where interrupts were disabled (since that is what makes the
blockable mtx_enter() not legal). The most likely reason is that sched_lock is
held. Take a crash dump if you can, and then examine the
'__mtx_debug_sched_lock' variable. Esp. the mtxd_line and mtd_file members
which tell us where sched_lock was last acquired.
--
John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message