From owner-freebsd-current@FreeBSD.ORG Sun Jan 23 19:01:53 2005 Return-Path: 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 8274E16A4CE for ; Sun, 23 Jan 2005 19:01:53 +0000 (GMT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D5943D39 for ; Sun, 23 Jan 2005 19:01:52 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix3-2.free.fr (Postfix) with ESMTP id C7E1DC251; Sun, 23 Jan 2005 20:01:51 +0100 (CET) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 296A0407C; Sun, 23 Jan 2005 20:01:41 +0100 (CET) Date: Sun, 23 Jan 2005 20:01:41 +0100 From: Jeremie Le Hen To: Poul-Henning Kamp Message-ID: <20050123190141.GQ36660@obiwan.tataz.chchile.org> References: <20050123153326.GN36660@obiwan.tataz.chchile.org> <36877.1106495071@critter.freebsd.dk> <20050123155247.GO36660@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050123155247.GO36660@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.6i cc: freebsd-current@FreeBSD.org cc: Jeremie Le Hen Subject: Re: cvs commit: src/sys/dev/md md.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 23 Jan 2005 19:01:53 -0000 > > Ok: even more asserts. Please try to find out exactly which one > > explodes. > > I'll be able to try this in about 3 hours. For the moment, I just > disabled soft-updates on /, and the panic disappeared. I re-enabled softupdates and added your assertions. Here is the panic: %%% panic: mutex Giant not owned at ../../../dev/md/md.c:688 KDB: stack backtrace: kdb_backtrace() panic() _mtx_assert() md_kthread() fork_exit() fork_trampoline() %% You assertions seem to not be triggered or reached. Regards, -- Jeremie Le Hen jeremie@le-hen.org