From owner-freebsd-current@FreeBSD.ORG Thu May 4 13:01:30 2006 Return-Path: X-Original-To: freebsd-current@www.freebsd.org Delivered-To: freebsd-current@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F96416A40F for ; Thu, 4 May 2006 13:01:30 +0000 (UTC) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (afrodita.rcub.bg.ac.yu [147.91.1.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A5443D4C for ; Thu, 4 May 2006 13:01:29 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (localhost.localdomain [127.0.0.1]) by afrodita.rcub.bg.ac.yu (8.13.6/8.13.4) with ESMTP id k44D1LFY023434 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 4 May 2006 15:01:21 +0200 Received: from localhost (ggajic@localhost) by afrodita.rcub.bg.ac.yu (8.13.6/8.13.6/Submit) with ESMTP id k44D1KXN023429 for ; Thu, 4 May 2006 15:01:21 +0200 Date: Thu, 4 May 2006 15:01:20 +0200 (CEST) From: Goran Gajic To: freebsd-current@www.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RCUB-MailScanner-Information: Please contact the RCUB if you have problem with mail X-RCUB-MailScanner: Found to be clean X-RCUB-MailScanner-From: ggajic@afrodita.rcub.bg.ac.yu X-Mailman-Approved-At: Thu, 04 May 2006 13:51:50 +0000 Cc: Subject: umount smbfs LOR 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: Thu, 04 May 2006 13:01:30 -0000 Hi, I'm sorry if this is already known, but this is what happens when I try to umount smbfs mounted export: netsmb_dev: loaded lockmgr: thread 0xc30e1870 unlocking unheld lock KDB: stack backtrace: kdb_backtrace(c08c0d3a,c30e1870) at kdb_backtrace+0x29 lockmgr(c2c4f808,2006,c2c4f878,c30e1870,d6eb4c00) at lockmgr+0x5f6 smb_co_put(c2c4f800,d6eb4c00,d6eb4c00,c30e1870,c2719880) at smb_co_put+0x4c smbfs_unmount(c279f2d4,8000000,c30e1870,0,42f) at smbfs_unmount+0x71 dounmount(c279f2d4,8000000,c30e1870,c0993b68,0) at dounmount+0x2b5 unmount(c30e1870,d6eb4d04,c30e2000,c,c30e1870) at unmount+0x201 syscall(3b,3b,3b,804a465,8202e01) at syscall+0x27e Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (22, FreeBSD ELF32, unmount), eip = 0x280c23ef, esp = 0xbfbfe56c, ebp = 0xbfbfe618 --- It is from today built: FreeBSD fbsd.interex-pla.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu May 4 14:20:19 CEST 2006 (config is GENERIC). Regards, gg.