From owner-freebsd-current@FreeBSD.ORG Sun Jun 19 10:45:51 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 0FB3216A41C for ; Sun, 19 Jun 2005 10:45:51 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mrout1-b.corp.dcn.yahoo.com (mrout1-b.corp.dcn.yahoo.com [216.109.112.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD3443D49 for ; Sun, 19 Jun 2005 10:45:50 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout1-b.corp.dcn.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id j5JAjYK7065740 for ; Sun, 19 Jun 2005 03:45:35 -0700 (PDT) Date: Sun, 19 Jun 2005 19:45:34 +0900 Message-ID: From: gnn@freebsd.org To: freebsd-current@freebsd.org User-Agent: Wanderlust/2.12.2 (99 Luftballons) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Anyone else seeing this lock reversal? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 19 Jun 2005 10:45:51 -0000 I'm seeing this during buildkernel on a VMWare VM (vmware 5.0) with the GENERIC kernel as of June 18 2005. Anything else people need to know to diagnose this? Later, George Jun 19 19:45:34 Nightly kernel: Acquiring lockmgr lock "ufs" with the following non-sleepable locks held: Jun 19 19:45:34 Nightly kernel: exclusive sleep mutex vnode pollinfo r = 0 (0xc2298000) locked @ /usr/src/sys/kern/kern_event.c:1224 Jun 19 19:45:34 Nightly kernel: KDB: stack backtrace: Jun 19 19:45:34 Nightly kernel: kdb_backtrace(1,3001,c1cc418c,c1cd4600,d13c9a3c) at kdb_backtrace+0x29 Jun 19 19:45:34 Nightly kernel: witness_warn(5,c0916128,c084cf18,c0855b4c) at witness_warn+0x18e Jun 19 19:45:34 Nightly kernel: lockmgr(c1cc4168,3001,c1cc418c,c1cd4600,d13c9a68) at lockmgr+0x8d Jun 19 19:45:34 Nightly kernel: vop_stdlock(d13c9aac,c08ecae0,d13c9aac,d13c9a78,c076a18c) at vop_stdlock+0x1e Jun 19 19:45:34 Nightly kernel: VOP_LOCK_APV(c08ed020,d13c9aac,d13c9a8c,c07f7fe3,d13c9aac) at VOP_LOCK_APV+0x87 Jun 19 19:45:34 Nightly kernel: ffs_lock(d13c9aac,1001,c1cc4110,d13c9ac8,c068bc90) at ffs_lock+0x10 Jun 19 19:45:34 Nightly kernel: VOP_LOCK_APV(c08ecae0,d13c9aac) at VOP_LOCK_APV+0x87 Jun 19 19:45:34 Nightly kernel: vn_lock(c1cc4110,1001,c1cd4600) at vn_lock+0xa8 Jun 19 19:45:34 Nightly kernel: filt_vfsread(c17f094c,0) at filt_vfsread+0x3a Jun 19 19:45:34 Nightly kernel: kqueue_scan(c201c200,1,d13c9cc8,0,d13c9bf4) at kqueue_scan+0x463 Jun 19 19:45:34 Nightly kernel: kern_kevent(c1cd4600,4,0,1,d13c9cc8) at kern_kevent+0x151 Jun 19 19:45:34 Nightly kernel: kevent(c1cd4600,d13c9d04,6,93,246) at kevent+0x55 Jun 19 19:45:34 Nightly kernel: syscall(3b,3b,3b,bfbfe7b0,1) at syscall+0x22f Jun 19 19:45:34 Nightly kernel: Xint0x80_syscall() at Xint0x80_syscall+0x1f Jun 19 19:45:34 Nightly kernel: --- syscall (363, FreeBSD ELF32, kevent), eip = 0x280b9503, esp = 0xbfbfe77c, ebp = 0xbfbfe828 --- ~ ~