From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 18:16:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D81B737B401; Mon, 11 Aug 2003 18:16:58 -0700 (PDT) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E2743F93; Mon, 11 Aug 2003 18:16:57 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 342B6284023; Tue, 12 Aug 2003 10:16:56 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 63F5F284018; Tue, 12 Aug 2003 10:16:55 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id 1D2171E4641; Tue, 12 Aug 2003 10:16:55 +0900 (JST) Date: Tue, 12 Aug 2003 10:16:55 +0900 Message-ID: <7m7k5j4quw.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: John Baldwin In-Reply-To: References: <7mbrv07bqu.wl@black.imgsrc.co.jp> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: Current Subject: Re: Panic at _mtx_lock_flags+0x43 on VMware 3.x X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 01:16:59 -0000 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 // IMG SRC, Inc. // FreeBSD Project