From owner-freebsd-current@FreeBSD.ORG Thu Oct 26 16:28:01 2006 Return-Path: X-Original-To: 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 AD33916A403 for ; Thu, 26 Oct 2006 16:28:01 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id BC6EC43D55 for ; Thu, 26 Oct 2006 16:28:00 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 54727 invoked from network); 26 Oct 2006 16:27:58 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 26 Oct 2006 16:27:58 -0000 X-pair-Authenticated: 80.165.155.106 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.6/8.13.6) with ESMTP id k9QGRwq5064801 for ; Thu, 26 Oct 2006 18:27:58 +0200 (CEST) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.6/8.13.6/Submit) id k9QGRwpf064800 for current@freebsd.org; Thu, 26 Oct 2006 18:27:58 +0200 (CEST) (envelope-from pho) Date: Thu, 26 Oct 2006 18:27:57 +0200 From: Peter Holm To: current@freebsd.org Message-ID: <20061026162757.GA64673@peter.osted.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: 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, 26 Oct 2006 16:28:01 -0000 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 -- Peter Holm