From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 15:35:59 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43BFB916 for ; Wed, 5 Nov 2014 15:35:59 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10557C36 for ; Wed, 5 Nov 2014 15:35:58 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id sA5Fbq0x039224 for ; Wed, 5 Nov 2014 07:37:52 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: "FreeBSD CURRENT" From: "Chris H" Subject: LOR on CURRENT Date: Wed, 05 Nov 2014 07:37:52 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <7a3240b0c214206b16498600f6967dfc@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-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: Wed, 05 Nov 2014 15:35:59 -0000 Greetings, a fresh install off the 2014-10-26 bootonly iso, generates the following LOR: lock order reversal: 1st 0xfffffe00f7626b48 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:3093 2nd 0xfffff8000404aa00 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:2 84 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0120cd9650 kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe0120cd9700 witness_checkorder() at witness_checkorder+0xdad/frame 0xfffffe0120cd9790 _sx_xlock() at _sx_xlock+0x75/frame 0xfffffe0120cd97d0 ufsdirhash_remove() at ufsdirhash_remove+0x37/frame 0xfffffe0120cd9800 ufs_dirremove() at ufs_dirremove+0x11b/frame 0xfffffe0120cd9860 ufs_remove() at ufs_remove+0x75/frame 0xfffffe0120cd98c0 VOP_REMOVE_APV() at VOP_REMOVE_APV+0xf7/frame 0xfffffe0120cd98f0 kern_unlinkat() at kern_unlinkat+0x209/frame 0xfffffe0120cd9ae0 amd64_syscall() at amd64_syscall+0x25a/frame 0xfffffe0120cd9bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0120cd9bf0 --- syscall (10, FreeBSD ELF64, sys_unlink), rip = 0x800b5208a, rsp = 0x7fffffff eb58, rbp = 0x7fffffffeb70 --- it's not FATAL, but thought it worth mentioning. I haven't built, or installed world|kernel (yet). I also have dmesg(8) from that session, out of var/run/dmesg.boot, and would be happy to provide it, on request. Thank you for all your time, and consideration. --Chris