From owner-freebsd-current Sun Nov 4 16:15:41 2001 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 73ED037B405 for ; Sun, 4 Nov 2001 16:15:39 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fA50Fdk09561; Sun, 4 Nov 2001 16:15:39 -0800 (PST) (envelope-from dillon) Date: Sun, 4 Nov 2001 16:15:39 -0800 (PST) From: Matthew Dillon Message-Id: <200111050015.fA50Fdk09561@apollo.backplane.com> To: Mark Santcroos , current@FreeBSD.ORG Subject: more on ... Re: buf_daemon() lockup References: <20011101092118.A434@laptop.6bone.nl> <200111042259.fA4MxSc93566@apollo.backplane.com> <200111050006.fA506f309535@apollo.backplane.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm.. that last patch didn't do it. I've noticed some errors on the console before the lockup: unexpected md driver lock: 0xe1813900: type VREG, usecount 2, writecount 1, refcount 3871, flags (VOBJBUF) tag VT_UFS, ino 4, on dev da0s1h (13, 131079) lock type inode: EXCL (count 1) by pid 6 unexpected md driver lock: 0xe1813900: type VREG, usecount 1, writecount 1, refcount 3874, flags (VOBJBUF) tag VT_UFS, ino 4, on dev da0s1h (13, 131079) lock type inode: EXCL (count 1) by pid 6 This occured both with and without my patch. Perhaps it is responsible for the problem? My 'cp -pr /boot /mnt' gets stuck in an inode lock and bufdaemon gets stuck in wdrain. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message