From owner-freebsd-current@FreeBSD.ORG Tue Nov 11 13:35:02 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 EA5D416A4CE for ; Tue, 11 Nov 2003 13:35:02 -0800 (PST) Received: from nacom.phy.uic.edu (nacom.phy.uic.edu [131.193.191.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3025543FDD for ; Tue, 11 Nov 2003 13:35:02 -0800 (PST) (envelope-from cosmin@nacom.phy.uic.edu) Received: from nacom.phy.uic.edu (localhost [127.0.0.1]) by nacom.phy.uic.edu (8.12.10/8.12.9) with ESMTP id hABLZ0Yd005110 for ; Tue, 11 Nov 2003 15:35:00 -0600 (CST) (envelope-from cosmin@nacom.phy.uic.edu) Received: (from cosmin@localhost) by nacom.phy.uic.edu (8.12.10/8.12.9/Submit) id hABLZ04m005106 for freebsd-current@freebsd.org; Tue, 11 Nov 2003 15:35:00 -0600 (CST) Date: Tue, 11 Nov 2003 15:35:00 -0600 From: cosmin To: freebsd-current@freebsd.org Message-ID: <20031111213459.GA5044@nacom.phy.uic.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: LOR (swap_pager.c , uma_core.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: Tue, 11 Nov 2003 21:35:03 -0000 Getting a lock order reversal when the system first boots up. And this is the only time it seems to happen. Nov 11 15:16:31 cosmin kernel: lock order reversal Nov 11 15:16:31 cosmin kernel: 1st 0xc1ee165c vm object (vm object) @ /usr/src/sys/vm/swap_pager.c:1323 Nov 11 15:16:31 cosmin kernel: 2nd 0xc07100c0 swap_pager swhash (swap_pager swhash) @ /usr/src/sys/vm/swap_pager.c:1838 Nov 11 15:16:31 cosmin kernel: 3rd 0xc0c3440c vm object (vm object) @ /usr/src/sys/vm/uma_core.c:876 Nov 11 15:16:31 cosmin kernel: Stack backtrace: I'm running the sources from yesterday: FreeBSD cosmin.phy.uic.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #7: Mon Nov 10 12:15:53 CST 2003 root@cosmin.phy.uic.edu:/usr/obj/usr/src/sys/GALAXY i386 If you need more information, please let me know. Cosmin Stroe.