Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2003 10:16:55 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        Current <freebsd-current@FreeBSD.org>
Subject:   Re: Panic at _mtx_lock_flags+0x43 on VMware 3.x
Message-ID:  <7m7k5j4quw.wl@black.imgsrc.co.jp>
In-Reply-To: <XFMail.20030808154731.jhb@FreeBSD.org>
References:  <7mbrv07bqu.wl@black.imgsrc.co.jp> <XFMail.20030808154731.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7m7k5j4quw.wl>