From owner-svn-src-projects@FreeBSD.ORG Thu Sep 10 08:52:08 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC0711065679 for ; Thu, 10 Sep 2009 08:52:08 +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 4B9B18FC15 for ; Thu, 10 Sep 2009 08:52:08 +0000 (UTC) Received: (qmail 80911 invoked from network); 10 Sep 2009 08:25:26 -0000 Received: from 93.166.52.54 (HELO x2.osted.lan) (93.166.52.54) by relay02.pair.com with SMTP; 10 Sep 2009 08:25:26 -0000 X-pair-Authenticated: 93.166.52.54 Received: from x2.osted.lan (localhost.osted.lan [127.0.0.1]) by x2.osted.lan (8.14.2/8.14.2) with ESMTP id n8A8PPqr097837; Thu, 10 Sep 2009 10:25:25 +0200 (CEST) (envelope-from pho@x2.osted.lan) Received: (from pho@localhost) by x2.osted.lan (8.14.2/8.14.2/Submit) id n8A8PPsl097836; Thu, 10 Sep 2009 10:25:25 +0200 (CEST) (envelope-from pho) Date: Thu, 10 Sep 2009 10:25:25 +0200 From: Peter Holm To: Kostik Belousov Message-ID: <20090910082525.GA97219@x2.osted.lan> References: <200909091136.n89BaUJ6084423@svn.freebsd.org> <20090909123924.GZ47688@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090909123924.GZ47688@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197037 - projects/stress2/misc X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2009 08:52:08 -0000 On Wed, Sep 09, 2009 at 03:39:24PM +0300, Kostik Belousov wrote: > On Wed, Sep 09, 2009 at 11:36:30AM +0000, Peter Holm wrote: > > +# panic: ufs_dirbad: /mnt: bad dir ino 32899 at offset 16896: mangled entry > > It is reproducable, I assume ? The last time I saw a problem with this test scenario was on April 6th. I suspect that the problem was a failed umount followed by a mdconfig -d. A test thru the night shows that this scenario no longer causes the ufs_dirbad panic. I'll mark this test as being a regression test. - Peter