From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 23:51:34 2004 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 D4F7E16A4CE for ; Mon, 9 Aug 2004 23:51:34 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id A734643D41 for ; Mon, 9 Aug 2004 23:51:34 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i79NpYls042501; Mon, 9 Aug 2004 16:51:34 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i79NpYrp042500; Mon, 9 Aug 2004 16:51:34 -0700 (PDT) (envelope-from sgk) Date: Mon, 9 Aug 2004 16:51:34 -0700 From: Steve Kargl To: Eugene Message-ID: <20040809235134.GA42449@troutmask.apl.washington.edu> References: <20040809200645.567FF16A4DC@hub.freebsd.org> <41180D8E.6010200@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41180D8E.6010200@web.de> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: panic: mutex Giant owned at /usr/src/sys/kern/kern_descrip.c:385 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: Mon, 09 Aug 2004 23:51:34 -0000 On Tue, Aug 10, 2004 at 01:49:34AM +0200, Eugene wrote: > hi > > the following panic occured on the following system > > 5.2-current aug 07 2004 i386: > > panic: mutex Giant owned at /usr/src/sys/kern/kern_descrip.c:385 > KDB: enter: panic > [thread 100129] (snip) > i noticed after i did a "make update" in /usr/src today that > kern_descrip.c was updated... but it was updated in the past too, so > maybe its allready fixed, but maybe it was broken in some recent commit... This is fixed. -- Steve