Panic at _mtx_lock_flags+0x43 on VMware 3.x

Jun Kuriyama kuriyama at imgsrc.co.jp
Mon Aug 11 18:16:59 PDT 2003


At Fri, 08 Aug 2003 15:47:31 -0400 (EDT),
John Baldwin wrote:
> The passed in mutex to mtx_lock is NULL, so likely a bio or
> some such in spec_getpages() is zero'd and not initialized
> yet or something.

Yes, vp->v_object in spec_getpages() is NULL and then,
VTOI(ap->a_vp)->i_devvp->v_object in ffs_getpages() (the caller of
spec_getpages() via VOP_GETPAGES()) is also NULL.

I don't know where this should be initialized...


-- 
Jun Kuriyama <kuriyama at imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama at FreeBSD.org> // FreeBSD Project


More information about the freebsd-current mailing list