From owner-freebsd-current@FreeBSD.ORG Fri Oct 3 11:00:46 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 7857B16A4B3 for ; Fri, 3 Oct 2003 11:00:46 -0700 (PDT) Received: from fatpipi.cirx.org (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 801B643FCB for ; Fri, 3 Oct 2003 11:00:41 -0700 (PDT) (envelope-from clive@tongi.org) Received: from fatpipi.cirx.org (nullmail@internal-fxp.home [192.168.1.254]) by fatpipi.cirx.org (8.12.8p2/8.12.8) with SMTP id h93I0XrW027210 for ; Sat, 4 Oct 2003 02:00:33 +0800 (CST) (envelope-from clive@tongi.org) Received: (nullmailer pid 27208 invoked by uid 1000); Fri, 03 Oct 2003 18:00:33 -0000 Date: Sat, 4 Oct 2003 02:00:33 +0800 From: Clive Lin To: freebsd-current@freebsd.org Message-ID: <20031003180033.GA27126@fatpipi.cirx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E User-Agent: Mutt/1.5.4i Subject: lots of "exclusive sleep mutex" 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: Fri, 03 Oct 2003 18:00:46 -0000 Hi, I've seen lots of messages on rescent -CURRENT malloc() of "16" with the following non-sleepable locks held: exclusive sleep mutex g_xdown r = 0 (0xe044eca8) locked @ /usr/src/sys/geom/geom_io.c:351 malloc() of "16" with the following non-sleepable locks held: exclusive sleep mutex g_xdown r = 0 (0xe044eca8) locked @ /usr/src/sys/geom/geom_io.c:351 uname -av is FreeBSD x225.dmz 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Fri Oct 3 23:47:45 CST 2003 root@x225.dmz:/d/obj/usr/src/sys/XEON5 i386 Clive