From owner-freebsd-current@FreeBSD.ORG Sun Jun 10 13:36:00 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8F8916A41F for ; Sun, 10 Jun 2007 13:36:00 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 3A73C13C44C for ; Sun, 10 Jun 2007 13:36:00 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1462811uge for ; Sun, 10 Jun 2007 06:35:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=CGxk2WpGFtbkRKYDGGRbrDxWcx64OdXtE+gHKdWw1Dz9jmy/hRepVZ0OMNOwBD0FE1cikFl+RqEqlnTdcw+TgmC3NYWGw3BoeoqrPVRA8AKs9jPCJAru6A08feZHaX7CdbLdc/j3AlYT7NLId7eQpNsDJOkpicpgwPg4hMk9xTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=R8HDkGuAyH7Dl/jaKKuW79gPTvXav5VurjErdcz36rDky8LTgZJ+93kDk4nROkSmzWr2AjxFDHJv0m6U5EFzIDafpjnGWJh1PitsXvST7SLHPJkiaA0q1LWe9GPcuAdrtyMz5gbuTYgY/p8nS0FmDX2JUfpRLCNdvbVmMxlTzY4= Received: by 10.82.126.5 with SMTP id y5mr8929865buc.1181482558851; Sun, 10 Jun 2007 06:35:58 -0700 (PDT) Received: from ?151.75.243.93? ( [151.75.243.93]) by mx.google.com with ESMTP id 7sm11693358nfv.2007.06.10.06.35.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 10 Jun 2007 06:35:58 -0700 (PDT) Message-ID: <466BFE2A.7020908@FreeBSD.org> Date: Sun, 10 Jun 2007 15:35:38 +0200 From: Attilio Rao User-Agent: Thunderbird 1.5 (X11/20060526) MIME-Version: 1.0 To: Randall Stewart References: <466BEA69.1010708@cisco.com> In-Reply-To: <466BEA69.1010708@cisco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Attilio Rao Cc: freebsd-current@freebsd.org Subject: Re: Don't know what I was doing but... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 13:36:00 -0000 Randall Stewart wrote: > Hi all: > > I have a fairly recent current.. like yesterday I think.. and > I just saw this tumble out (I usually run with witness and invariants > on in my laptop now :-D) > > lock order reversal: > 1st 0xc0b79f70 sched lock (sched lock) @ kern/sched_4bsd.c:846 > 2nd 0xc0bec658 descriptor tables (descriptor tables) @ > i386/i386/sys_machdep.c:363 Mm, since dt_lock is a leaf mutex, the opposite case seems quite impossible, so I expect this would be the result of some other bug... if next cvsup doesn't fix it, just let me know and I will look into this. Attilio