From owner-freebsd-current@FreeBSD.ORG Mon Jun 2 03:05:25 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 DD6CE37B401 for ; Mon, 2 Jun 2003 03:05:25 -0700 (PDT) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB9043FBD for ; Mon, 2 Jun 2003 03:05:24 -0700 (PDT) (envelope-from der_julian@web.de) Received: from fwd10.aul.t-online.de by mailout07.sul.t-online.com with smtp id 19MmBu-0000jz-01; Mon, 02 Jun 2003 12:05:22 +0200 Received: from jmmr.no-ip.com (TWDBToZcZe73DyMd4BjOt15sJu8NCsUKMmKUFPhSCzfPaVzzB1dnQO@[217.85.111.21]) by fmrl10.sul.t-online.com with esmtp id 19MmBa-2JHr3A0; Mon, 2 Jun 2003 12:05:02 +0200 Received: from jmmr.no-ip.com (blitz@localhost [127.0.0.1]) by jmmr.no-ip.com (8.12.9/8.12.8) with SMTP id h52A4kjT003090 for ; Mon, 2 Jun 2003 12:04:56 +0200 (CEST) (envelope-from der_julian@web.de) Date: Mon, 2 Jun 2003 12:04:40 +0200 From: "Julian St." To: FreeBSD-current@freebsd.org Message-Id: <20030602120440.1b11b9d6.der_julian@web.de> In-Reply-To: <200306020701.h5271gY4000976@freebsd2.localnet10> References: <200306020701.h5271gY4000976@freebsd2.localnet10> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="b100w.Ue=.SRHXlH" X-Seen: false X-ID: TWDBToZcZe73DyMd4BjOt15sJu8NCsUKMmKUFPhSCzfPaVzzB1dnQO@t-dialin.net Subject: Re: malloc "non-sleepablelocks held" messages for nvidia.ko at boot time 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: Mon, 02 Jun 2003 10:05:26 -0000 --b100w.Ue=.SRHXlH Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello, almost the same here: FreeBSD jmmr.no-ip.com 5.1-BETA FreeBSD 5.1-BETA #16: Sat May 31 15:51:17 CEST 2003 root@jmmr.no-ip.com:/usr/src/sys/i386/compile/BSD5ROUTER i386 Interesting lines from dmesg: Preloaded elf module "/boot/kernel/nvidia.ko" at 0xc05cb1f4. ... nvidia0: mem 0xe4000000-0xe5ffffff,0xe6000000-0xe6ffffff irq 11 at device 0.0 on pci1 ... lock order reversal 1st 0xc46e2534 vm object (vm object) @ vm/vm_object.c:512 2nd 0xc082f110 system map (system map) @ vm/vm_kern.c:325 Stack backtrace: malloc() of "32" with the following non-sleepablelocks held: exclusive sleep mutex dev.mtx_api r = 0 (0xc150dd88) locked @ /usr/ports/x11/nvi dia-driver/work/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 malloc() of "65536" with the following non-sleepablelocks held: exclusive sleep mutex dev.mtx_api r = 0 (0xc150dd88) locked @ /usr/ports/x11/nvi dia-driver/work/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 malloc() of "DP fakepg" with the following non-sleepablelocks held: exclusive sleep mutex ctl.mtx_api r = 0 (0xc05ae4c8) locked @ /usr/ports/x11/nvi dia-driver/work/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 malloc() of "32" with the following non-sleepablelocks held: exclusive sleep mutex dev.mtx_api r = 0 (0xc150dd88) locked @ /usr/ports/x11/nvi dia-driver/work/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 malloc() of "4096" with the following non-sleepablelocks held: exclusive sleep mutex dev.mtx_api r = 0 (0xc150dd88) locked @ /usr/ports/x11/nvi dia-driver/work/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 malloc() of "32" with the following non-sleepablelocks held: exclusive sleep mutex dev.mtx_api r = 0 (0xc150dd88) locked @ /usr/ports/x11/nvi dia-driver/work/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 malloc() of "32768" with the following non-sleepablelocks held: exclusive sleep mutex dev.mtx_api r = 0 (0xc150dd88) locked @ /usr/ports/x11/nvi dia-driver/work/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 malloc() of "DP fakepg" with the following non-sleepablelocks held: exclusive sleep mutex ctl.mtx_api r = 0 (0xc05ae4c8) locked @ /usr/ports/x11/nvi dia-driver/work/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 On Mon, 2 Jun 2003 02:01:42 -0500 (CDT) none@siu.edu wrote: > I have no apparent problems using the NVIDIA_FreeBSD-1.0-3203 driver, > but under 5.1-BETA I see the following messages, which I assume are > informational only, but I don't really know what it is that they are > trying to "tell me": > > > Jun 2 01:43:16 freebsd2 syslogd: kernel boot file is /boot/kernel/kernel > malloc() of "32" with the following non-sleepablelocks held: > exclusive sleep mutex dev.mtx_api r = 0 (0xc64a1b88) locked @ /var/tmp/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 > malloc() of "65536" with the following non-sleepablelocks held: > exclusive sleep mutex dev.mtx_api r = 0 (0xc64a1b88) locked @ /var/tmp/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 > malloc() of "DP fakepg" with the following non-sleepablelocks held: > exclusive sleep mutex ctl.mtx_api r = 0 (0xc084f4c8) locked @ /var/tmp/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 > malloc() of "32" with the following non-sleepablelocks held: > exclusive sleep mutex dev.mtx_api r = 0 (0xc64a1b88) locked @ /var/tmp/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 > malloc() of "4096" with the following non-sleepablelocks held: > exclusive sleep mutex dev.mtx_api r = 0 (0xc64a1b88) locked @ /var/tmp/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 > malloc() of "32" with the following non-sleepablelocks held: > exclusive sleep mutex dev.mtx_api r = 0 (0xc64a1b88) locked @ /var/tmp/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 > malloc() of "32768" with the following non-sleepablelocks held: > exclusive sleep mutex dev.mtx_api r = 0 (0xc64a1b88) locked @ /var/tmp/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 > malloc() of "DP fakepg" with the following non-sleepablelocks held: > exclusive sleep mutex ctl.mtx_api r = 0 (0xc084f4c8) locked @ /var/tmp/NVIDIA_FreeBSD-1.0-3203/src/nvidia_subr.c:711 > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Reboot America. --b100w.Ue=.SRHXlH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+2yE+NdiNDtZbKrURAnsaAJ9cFUeQlCqmCVk5LVTRkJSg2cIoaQCfUYpF WI/n6PszMkaJv+w8zk2HLRk= =74mZ -----END PGP SIGNATURE----- --b100w.Ue=.SRHXlH--