From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 14 21:45:21 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 232A816A4CE for ; Fri, 14 Nov 2003 21:45:21 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46EA543FBD for ; Fri, 14 Nov 2003 21:45:20 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAF5jJeG004415 for ; Fri, 14 Nov 2003 22:45:19 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 14 Nov 2003 22:45:14 -0700 (MST) Message-Id: <20031114.224514.74751078.imp@bsdimp.com> To: hackers@freebsd.org From: "M. Warner Losh" X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: New complaints X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 05:45:21 -0000 checking stopevent 2 with the following non-sleepable locks held: exclusive sleep mutex sigacts r = 0 (0xc48c5aa8) locked @ kern/subr_trap.c:260 checking stopevent 2 with the following non-sleepable locks held: exclusive sleep mutex sigacts r = 0 (0xc48c5aa8) locked @ kern/subr_trap.c:260 Lots and lots of these (thousands) when I login. pwd causes this. This is as of 0230 UTC Nov 15, 2003. Yesterday's kernel (2300 UTC Nov 13, 2003), on a different machine, doesn't seem to have this problem. Is anybody else seeing this? Warner