> 
> After compiling a new kernel, installing it, when my laptop
> tries to mount its drive, it panics with this message:
> 
> panic: lock (sleep mutex) vnode interlock not locked  @
> ../../../kern/vfs_default.c:460
> 
> which is:
> 
>       if (ap->a_flags & LK_INTERLOCK)
>        mtx_unlock(&ap->a_vp->v_interlock);

I get exactly the same thing.

Manual bactrace is:

panic
witness_unlock
_mtx_unlock_flags
vop_nolock
vop_defaultop
vn_lock
ffs_mountfs
ffs_mount
vfs_mountroot_try
vfs_mountroot
mi_startup
begin

M
-- 
o       Mark Murray
\_      FreeBSD Services Limited
O.\_    Warning: this .sig is umop ap!sdn

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to