From owner-freebsd-stable@FreeBSD.ORG Wed May 3 17:11:48 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 06D1C16A408 for ; Wed, 3 May 2006 17:11:48 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C1643D45 for ; Wed, 3 May 2006 17:11:46 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k43HBgLM025992 for ; Wed, 3 May 2006 18:11:42 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k43H1cpH001018 for ; Wed, 3 May 2006 18:01:38 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k43H1csb001017 for freebsd-stable@freebsd.org; Wed, 3 May 2006 18:01:38 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: freebsd-stable@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 03 May 2006 18:01:37 +0100 Message-Id: <1146675697.957.5.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Subject: 6.1-RC panic: mutex Giant not owned at /usr/src/sys/kern/vfs_subr.c:2037 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 17:11:48 -0000 Just had the following panic on 6.1-RC from source current as of 24 hours ago: db> ex/s *panicstr buf.1: mutex Giant not owned at /usr/src/sys/kern/vfs_subr.c:2037 db> tr Tracing pid 6158 tid 100120 td 0xc64e4180 kdb_enter(c089df29) at kdb_enter+0x2b panic(c089d3c0,c08b1ac6,c08a7350,7f5,c6f8a550) at panic+0x127 _mtx_assert(c0981140,1,c08a7350,7f5) at _mtx_assert+0x67 vrele(c6f8a550,c6f8a550,c64e4180,eb8bc884,c64e4180) at vrele+0x4e smbfs_reclaim(eb8bc884) at smbfs_reclaim+0xe0 VOP_RECLAIM_APV(c922cae0,eb8bc884) at VOP_RECLAIM_APV+0x7e vgonel(c783ecc0) at vgonel+0x12d vtryrecycle(c783ecc0,0,2,eb8bc904,c069e9d3) at vtryrecycle+0x107 vnlru_free(1) at vnlru_free+0x14e getnewvnode(c08a5197,c4cf9800,c09555a0,eb8bc970,eb8bc948) at getnewvnode+0x33 ffs_vget(c4cf9800,305a7,2,eb8bc9d4) at ffs_vget+0xc2 ufs_lookup(eb8bca78) at ufs_lookup+0xaa2 VOP_CACHEDLOOKUP_APV(c09555a0,eb8bca78) at VOP_CACHEDLOOKUP_APV+0x7e vfs_cache_lookup(eb8bcb14,c5820880,0,eb8bcb30,c0699cca) at vfs_cache_lookup+0xb2 VOP_LOOKUP_APV(c09555a0,eb8bcb14) at VOP_LOOKUP_APV+0x87 lookup(eb8bcba0,0,0,c64e4180,c643a400) at lookup+0x456 namei(eb8bcba0,86e84bc,0,0,c4e76bb0) at namei+0x37e kern_lstat(c64e4180,86e84bc,0,eb8bcc74) at kern_lstat+0x47 lstat(c64e4180,eb8bcd04,2,221,216) at lstat+0x1b syscall(bfbf003b,bfbf003b,820003b,bfbfed7c,bfbfed50) at syscall+0x22f Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (190, FreeBSD ELF32, lstat), eip = 0x281f6f6b, esp = 0x81da9c0, ebp- I have a single filesystem mounted over smb, at the time of the panic, I may have had a file or two open, but won't have been pulling data off it (the SMB mount is my mp3 collection, but xmms was paused at the time) I didn't have a serial console attached at the time (hence the need to print the panicstr separately) and couldn't get a dump, so I hope the above is enough to go on. Gavin