Date: Mon, 24 Sep 2001 12:33:43 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: Evan Sarmiento <evms@cs.bu.edu> Cc: freebsd-hackers@FreeBSD.org Subject: RE: panic on mount Message-ID: <XFMail.010924123343.jhb@FreeBSD.org> In-Reply-To: <200109231559.f8NFxeC13760@csa.bu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 23-Sep-01 Evan Sarmiento wrote: > Hello, > > 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); > > within the function vop_nolock. Can you get a stack trace to see where vop_nolock is being called from? -- John Baldwin <jhb@FreeBSD.org> -- 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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010924123343.jhb>