From owner-freebsd-current@FreeBSD.ORG Tue Nov 18 15:41:41 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 E0F5316A4D1 for ; Tue, 18 Nov 2003 15:41:41 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8170943FDD for ; Tue, 18 Nov 2003 15:40:59 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B07C765435 for ; Tue, 18 Nov 2003 23:40:46 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 52333-01-2 for ; Tue, 18 Nov 2003 23:40:46 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id D2E1F6542C for ; Tue, 18 Nov 2003 23:40:45 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id B3DA21C; Tue, 18 Nov 2003 23:40:31 +0000 (GMT) Date: Tue, 18 Nov 2003 23:40:31 +0000 From: Bruce M Simpson To: freebsd-current@freebsd.org Message-ID: <20031118234031.GQ89189@saboteur.dek.spc.org> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Panic in cache_lookup() 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: Tue, 18 Nov 2003 23:41:42 -0000 Bleeding edge current updated around 15:00 GMT today. This was triggered whilst building GENERIC to test someone's patches... db> trace cache_lookup(c2c50514,d65d9c28,d65d9c3c,c2c50514,c29fd280) at cache_lookup+0x166 vfs_cache_lookup(d65d9b70,d65d9b8c,c051ab52,d65d9b70,20002) at vfs_cache_lookup+0xc9 ufs_vnoperate(d65d9b70,20002,c29fd280,c303430c,c29fd280) at ufs_vnoperate+0x18 lookup(d65d9c14,c2a18800,400,d65d9c30,c29fd280) at lookup+0x302 namei(d65d9c14,10000,c29fd280,d65d9c18,0) at namei+0x20b lstat(c29fdtat+0x52 syscall(2f,2f,2f,bfbfbc78,0) at syscall+0x309 Xint0x80_syscall() at Xint0x80_syscall+0x1d --- syscall (190, FreeBSD ELF32, lstat), eip = 0x280be3cf, esp = 0xbfbfb26c, ebp = 0xbfbfb2f8 --- If you need any more information, contact me via email or on irc in 'all the usual places'. BMS