From owner-freebsd-stable@FreeBSD.ORG Tue Dec 7 10:31:45 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BB8C16A4CE for ; Tue, 7 Dec 2004 10:31:45 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 781A043D41 for ; Tue, 7 Dec 2004 10:31:44 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id iB7B4EHV006737 for ; Tue, 7 Dec 2004 13:04:14 +0200 Received: from localhost (achill@localhost)iB7B4EL0006733 for ; Tue, 7 Dec 2004 13:04:14 +0200 Date: Tue, 7 Dec 2004 13:04:14 +0200 (EET) From: Achilleus Mantzios To: freebsd-stable@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: smbfs panic (present in 5.3-BETA2, 5.3-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2004 10:31:45 -0000 This panic is reproducible: # kldload smbfs # mount some remote smbfs filesys # mount the above remote smbfs filesys again # mount the above remote smbfs filesys again # umount the above remote smbfs filesys # umount the above remote smbfs filesys again # umount the above remote smbfs filesys again # kldunload smbfs -- -Achilleus