From owner-freebsd-current@FreeBSD.ORG Fri Dec 12 17:47:39 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 BFE0816A4CF for ; Fri, 12 Dec 2003 17:47:39 -0800 (PST) Received: from siralan.org (12-223-227-231.client.insightbb.com [12.223.227.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC4843D32 for ; Fri, 12 Dec 2003 17:47:38 -0800 (PST) (envelope-from mikes@siralan.org) Received: from siralan.org (localhost [127.0.0.1]) by siralan.org (8.12.10/8.12.10) with ESMTP id hBD1lbSv039593 for ; Fri, 12 Dec 2003 20:47:37 -0500 (EST) (envelope-from mikes@siralan.org) Received: (from mikes@localhost) by siralan.org (8.12.10/8.12.10/Submit) id hBD1laSu039592 for freebsd-current@freebsd.org; Fri, 12 Dec 2003 20:47:36 -0500 (EST) (envelope-from mikes) From: "Michael L. Squires" Message-Id: <200312130147.hBD1laSu039592@siralan.org> To: freebsd-current@freebsd.org (FreeBSD current mailing list) Date: Fri, 12 Dec 2003 20:47:36 -0500 (EST) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: lock order reversal with 5.2-CURRENT as of 12/11 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: Sat, 13 Dec 2003 01:47:39 -0000 This is a new one for me: kernel: lock order reversal kernel: 1st 0xc0993b00 UMA lock (UMA lock) @ /usr/src/sys/vm/uma_core.c:1200 kernel: 2nd 0xc1031100 system map (system map) @ /usr/src/sys/vm/vm_map.c:2210 kernel: Stack backtrace: System is SM P6DGH, dual PIII/850, 1GB RAM, SCSI disks, SMP kernel with a number of options including NETATALK and some SYSV things for postgreSQL. FreeBSD 5.2-CURRENT of Thu Dec 11 18:52:09 (cvsup'd about an hour before compilation). Complete buildworld/installworld and portupgrade also run. If this is of any interest I can provide more data. Mike Squires