From owner-freebsd-current@FreeBSD.ORG Sat Dec 25 23:42:57 2004 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 6829316A4CE for ; Sat, 25 Dec 2004 23:42:57 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FEAD43D55 for ; Sat, 25 Dec 2004 23:42:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E1BFF512BF; Sat, 25 Dec 2004 15:42:36 -0800 (PST) Date: Sat, 25 Dec 2004 15:42:36 -0800 From: Kris Kennaway To: current@FreeBSD.org Message-ID: <20041225234236.GA65841@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: deadc0de panic in unmount() 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, 25 Dec 2004 23:42:57 -0000 -current from a few days ago. It was probably unmounting a nullfs, devfs or linprocfs. panic(c06f100c,63676b70,c06efede,e4,c06f4bb5) at panic+0xac _mtx_lock_spin(deadc0de,0,c06efede,e4,c06f9e60) at _mtx_lock_spin lockmgr(c59df420,10007,c077c480,ca6e1000,379) at lockmgr+0x132 dounmount(c59df400,8080000,ca6e1000,379,734ff58) at dounmount+0xa5 unmount(ca6e1000,f13a6d14,8,e,2) at unmount+0x1f4 syscall(2f,2f,2f,82ff704,8573911) at syscall+0x13b Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (22, FreeBSD ELF32, unmount), eip = 0x82a21df, esp = 0xbfbfe0ac, ebp = 0xbfbfe168 --- db> x/x 0xc59df420 0xc59df420: deadc0de db> x/x 0xc59df400 0xc59df400: deadc0de Kris