From owner-freebsd-current@FreeBSD.ORG Sat Nov 1 15:24:44 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 7272416A4CF for ; Sat, 1 Nov 2003 15:24:44 -0800 (PST) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5359C43FD7 for ; Sat, 1 Nov 2003 15:24:43 -0800 (PST) (envelope-from thorsten.greiner@web.de) Received: from [80.141.12.83] (helo=tybalt) by smtp.web.de with asmtp (WEB.DE 4.99 #516) id 1AG56o-0004j1-00 for current@freebsd.org; Sun, 02 Nov 2003 00:24:42 +0100 Date: Sun, 2 Nov 2003 00:24:40 +0100 From: Thorsten Greiner To: current@freebsd.org Message-ID: <20031101232439.GA644@tybalt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: thorsten.greiner@web.de Subject: panic during shutdown in lockmgr() 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: Sat, 01 Nov 2003 23:24:44 -0000 Hi, with a -CURRENT kernel built today I am consistently getting a panic during shutdown. Unfortunately a debug kernel refuses to do a core dump, so I only have a naked stack trace: panic: lockmgr: thread 0xc1918720, not exclusive lock holder 0xc06b5660 unlocking #0 0xc04fc40a in doadump () #1 0xc04fcaac in boot () #2 0xc04fce03 in poweroff_wait () #3 0xc04eff3c in lockmgr () #4 0xc054b2b2 in vop_stdunlock () #5 0xc054b15a in vop_defaultop () #6 0xc05e2f73 in ufs_vnoperate () #7 0xc0555cd8 in vput () #8 0xc05d3a86 in ffs_sync () #9 0xc0558a5d in sync () #10 0xc04fc5a4 in boot () #11 0xc04fc1bf in reboot () #12 0xc0632372 in syscall () #13 0xc0622fdd in Xint0x80_syscall () This panic occurs when I shut the machine down with all filesystems mounted. I can avoid it when I go to single user mode and umount all filesystems first. Please let me know if I can provide further information. Regards -Thorsten -- The moon may be smaller than Earth, but it's further away.