From owner-freebsd-current@FreeBSD.ORG Thu Nov 2 22:07:31 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 99BF816A508 for ; Thu, 2 Nov 2006 22:07:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C2743DE3 for ; Thu, 2 Nov 2006 22:07:17 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kA2M7FQt015381; Thu, 2 Nov 2006 17:07:15 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Thu, 2 Nov 2006 12:20:15 -0500 User-Agent: KMail/1.9.1 References: <20061026162757.GA64673@peter.osted.lan> In-Reply-To: <20061026162757.GA64673@peter.osted.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611021220.15788.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Thu, 02 Nov 2006 17:07:15 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2151/Thu Nov 2 13:35:18 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.1 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, DATE_IN_PAST_03_06 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: panic: mutex Giant not owned at vfs_subr.c:1968 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, 02 Nov 2006 22:07:31 -0000 On Thursday 26 October 2006 12:27, Peter Holm wrote: > While stress testing as root with GENERIC HEAD from Oct 25 15:57 > UTC with "option QUOTA" with a filesystem running full I consistently > get this panic: > Tracing pid 42 tid 100046 td 0xc3fc0870 > kdb_enter(c091f1d0) at kdb_enter+0x2b > panic(c091e4e9,c0935110,c0929621,7b0,2002,...) at panic+0x14b > _mtx_assert(c0a1f408,1,c0929621,7b0) at _mtx_assert+0x66 > vget(c583c930,2002,c3fc0870) at vget+0x4a > vfs_hash_get(c5ee1000,4,2,c3fc0870,e43f4cd4,0,0) at vfs_hash_get+0x8d > ffs_vget(c5ee1000,4,2,e43f4cd4,c0a79618,0,...) at ffs_vget+0x27 > clear_remove(c3fc0870,0,c07d7538,c07d7538,0,...) at clear_remove+0xb3 > softdep_flush(0,e43f4d38) at softdep_flush+0x73 > fork_exit(c07d7538,0,e43f4d38) at fork_exit+0xac > fork_trampoline() at fork_trampoline+0x8 > > http://people.freebsd.org/~pho/stress/log/cons219.html Did the commit by kib@ yesterday to ffs_softdep.c fix this? -- John Baldwin