From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 19:00:23 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 6288F16A4CE for ; Mon, 27 Oct 2003 19:00:23 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D0B43F3F for ; Mon, 27 Oct 2003 19:00:22 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id h9S2xnen033262; Mon, 27 Oct 2003 18:59:49 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id h9S2xn4x033261; Mon, 27 Oct 2003 18:59:49 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Mon, 27 Oct 2003 18:59:48 -0800 From: David Schultz To: "Florian C. Smeets" Message-ID: <20031028025948.GA32916@VARK.homeunix.com> Mail-Followup-To: "Florian C. Smeets" , current@FreeBSD.ORG References: <3F7599D6.4050309@kasimir.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F7599D6.4050309@kasimir.com> cc: current@FreeBSD.ORG Subject: Re: vm_map.c LOR 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: Tue, 28 Oct 2003 03:00:23 -0000 On Sat, Sep 27, 2003, Florian C. Smeets wrote: > Hey guys, > > got this one with today's current: > > lock order reversal > 1st 0xc28008ac vm object (vm object) @ /space/src/sys/vm/vm_map.c:2195 > 2nd 0xc082f110 system map (system map) @ /space/src/sys/vm/vm_kern.c:328 > Stack backtrace: > backtrace(c037b3b0,c082f110,c0390c85,c0390c85,c0390b1a) at backtrace+0x17 > witness_lock(c082f110,8,c0390b1a,148,0) at witness_lock+0x672 > _mtx_lock_flags(c082f110,0,c0390b1a,148,3) at _mtx_lock_flags+0xba > _vm_map_lock(c082f0b0,c0390b1a,148,c03dcfe0,2b4) at _vm_map_lock+0x36 > kmem_malloc(c082f0b0,1000,101,cf083b18,c030c587) at kmem_malloc+0x3a [...] This is a false positive.