From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 12:40:21 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 34C2D16A4CE for ; Fri, 21 Nov 2003 12:40:21 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E493743FDF for ; Fri, 21 Nov 2003 12:40:15 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 5B0E5653D2 for ; Fri, 21 Nov 2003 07:34:43 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82257-01 for ; Fri, 21 Nov 2003 07:34:43 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 7772465218 for ; Fri, 21 Nov 2003 07:34:42 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id AB44E1B; Fri, 21 Nov 2003 07:34:41 +0000 (GMT) Date: Fri, 21 Nov 2003 07:34:41 +0000 From: Bruce M Simpson To: current@FreeBSD.org Message-ID: <20031121073441.GB88923@saboteur.dek.spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: VFS deadlock suspected in -CURRENT 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: Fri, 21 Nov 2003 20:40:21 -0000 Hi all, Last night's -CURRENT appears to have demonstrated deadlock. My experience in this area is extremely limited so I have been trying to track down the problem with kan's help. It manifested itself as being unable to log into the machine directly (via serial console, *or* sshd) due to processes hanging in the VFS locking code, specifically vfs_lookup.c. I will let you know more when I have more hard data. Regards, BMS