From owner-freebsd-current@FreeBSD.ORG Tue Apr 4 19:54:51 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 4A54316A400 for ; Tue, 4 Apr 2006 19:54:51 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 831DB43D64 for ; Tue, 4 Apr 2006 19:54:49 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 98873 invoked from network); 4 Apr 2006 19:54:47 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 4 Apr 2006 19:54:47 -0000 X-pair-Authenticated: 83.95.197.184 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.4/8.13.4) with ESMTP id k34Jslmh028061; Tue, 4 Apr 2006 21:54:47 +0200 (CEST) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.4/8.13.4/Submit) id k34Jsk3f028060; Tue, 4 Apr 2006 21:54:46 +0200 (CEST) (envelope-from pho) Date: Tue, 4 Apr 2006 21:54:46 +0200 From: Peter Holm To: Tor Egge Message-ID: <20060404195446.GA28037@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: truckman@freebsd.org, current@freebsd.org Subject: softdep_flush panic with snapshots 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: Tue, 04 Apr 2006 19:54:51 -0000 With GENERIC HEAD from Apr 4 14:50 UTC I got this panic: panic: lockmgr: thread 0xc22a6d80, not exclusive lock holder 0xc240fa20 unlocking cpuid = 0 KDB: enter: panic [thread pid 45 tid 100043 ] Stopped at kdb_enter+0x2b: nop db> where Tracing pid 45 tid 100043 td 0xc22a6d80 kdb_enter(c08a1a10) at kdb_enter+0x2b panic(c089f9af,c22a6d80,c089f999,c240fa20,c22a6d80) at panic+0x14b lockmgr(c2a54e90,6,c2a54eb4,c22a6d80,cc998c2c) at lockmgr+0x514 vop_stdunlock(cc998c4c,c2941294,c2a54e38,cc998c68,c06c74b4) at vop_stdunlock+0x22 VOP_UNLOCK_APV(c09475a0,cc998c4c) at VOP_UNLOCK_APV+0x95 vput(c2a54e38,c09caab8,0,c08b9e51,df7) at vput+0xe4 handle_workitem_remove(c2e38280,0) at handle_workitem_remove+0x10f process_worklist_item(c23fca20,0) at process_worklist_item+0x183 softdep_process_worklist(c23fca20,0,0,c23e3234,c079ab50) at softdep_process_worklist+0x7c softdep_flush(0,cc998d38) at softdep_flush+0x132 There's no dump, but I ran the test in single user mode so I hope it's not totally worthlesss. http://people.freebsd.org/~pho/stress/log/cons198.html -- Peter Holm