From owner-freebsd-current@FreeBSD.ORG Thu May 8 09:23:06 2003 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 A1D5C37B401 for ; Thu, 8 May 2003 09:23:06 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4A043FBF for ; Thu, 8 May 2003 09:23:05 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h48GN4Tl020200; Thu, 8 May 2003 10:23:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 08 May 2003 10:22:42 -0600 (MDT) Message-Id: <20030508.102242.72244093.imp@bsdimp.com> To: haro@kgt.co.jp From: "M. Warner Losh" In-Reply-To: <20030508.124929.74756191.haro@kgt.co.jp> References: <20030508.124929.74756191.haro@kgt.co.jp> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: LOR with -current 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: Thu, 08 May 2003 16:23:06 -0000 In message: <20030508.124929.74756191.haro@kgt.co.jp> Munehiro Matsuda writes: : Hi all, : : I got this LOR with today's -current, when I tried to start X Window up. : : lock order reversal : 1st 0xc30b94c0 vm object (vm object) @ vm/vm_object.c:507 : 2nd 0xc082f110 system map (system map) @ vm/vm_kern.c:325 That reminds me, would anybody object if I were to hack traceback so that it would actually put the traceback in the dmesg buffer when not called from ddb? Warner