From owner-freebsd-stable@freebsd.org Wed Aug 5 09:54:48 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 015B59B2B8D for ; Wed, 5 Aug 2015 09:54:48 +0000 (UTC) (envelope-from parv@bitter-almonds.com) Received: from nisba.pair.com (unknown [IPv6:2607:f440::d144:5ab]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA62C1A0 for ; Wed, 5 Aug 2015 09:54:47 +0000 (UTC) (envelope-from parv@bitter-almonds.com) Received: from [192.168.11.4] (cpe-66-91-233-235.hawaii.res.rr.com [66.91.233.235]) by nisba.pair.com (Postfix) with ESMTPSA id 170E91141D8 for ; Wed, 5 Aug 2015 05:54:37 -0400 (EDT) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: 8-stable crashing recently in ufsdirhash From: parv Date: Tue, 04 Aug 2015 23:54:16 -1000 To: freebsd-stable@freebsd.org Message-ID: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 09:54:48 -0000 Please CC me as I cannot properly use my laptop, Thinkpad X200 (i386). 8-stable has been crashing a lot since source update of Jul 2015[0]. After building debug kernel, kgdb shows lock reversal order & in ufsdirhash. File systems (/, var, misc) are all UFS, with var & misc having soft updates enabled. Crash had happened just after boot (during mktemp); when I tried to delete a directory (/misc/obj); when I tried to edit (vi /etc/fstab) so that / would be mounted readonly. Most recent crash ... http://imagebin.ca/v/2B50NARvIHsH Any clue would be appreciated. - parv [0] crash also happened while svn was trying to update source of 8. Now "svn log" wants to connect to the remote repo instead of showing the current revision. --