From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 13:36:35 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 4E26E37B401 for ; Mon, 4 Aug 2003 13:36:35 -0700 (PDT) Received: from mail.speakeasy.net (mail9.speakeasy.net [216.254.0.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 481D743FBD for ; Mon, 4 Aug 2003 13:36:34 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 30216 invoked from network); 4 Aug 2003 20:36:33 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Aug 2003 20:36:33 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h74KaV9s018406; Mon, 4 Aug 2003 16:36:32 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3F2E0619.D92919E6@alogis.com> Date: Mon, 04 Aug 2003 16:36:53 -0400 (EDT) From: John Baldwin To: Holger Kipp , alc@FreeBSD.org cc: current Subject: RE: mtx_lock() of spin mutex (null) 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: Mon, 04 Aug 2003 20:36:35 -0000 On 04-Aug-2003 Holger Kipp wrote: > Got the following panic on a completely idle -CURRENT from July 26th: > so this was presumably caused by the daily or weekly jobs. > > panic: mtx_lock() of spin mutex (null) @ /usr/src/sys/kern/vfs_subr.c:1186 > Debugger("panic") > stopped at Debugger +0x54: xchgl %ebx,in_Debugger.0 > db> if (VOP_GETVOBJECT(vp, &object) == 0) { VM_OBJECT_LOCK(object); vm_object_pip_wait(object, "vnvlbx"); VM_OBJECT_UNLOCK(object); } That line is the VM_OBJECT_LOCK(). It looks like the mutex hasn't been initialized and is just all zeros. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/