From owner-freebsd-current@FreeBSD.ORG Wed Feb 18 10:09:30 2004 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 CDCD716A4CE for ; Wed, 18 Feb 2004 10:09:30 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA71E43D2D for ; Wed, 18 Feb 2004 10:09:30 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id C081672DC7; Wed, 18 Feb 2004 10:09:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id BDBA472DB5; Wed, 18 Feb 2004 10:09:30 -0800 (PST) Date: Wed, 18 Feb 2004 10:09:30 -0800 (PST) From: Doug White To: Andreas Kohn In-Reply-To: <1077099032.1231.12.camel@klamath.syndrom23.de> Message-ID: <20040218100738.L39658@carver.gumbysoft.com> References: <1077099032.1231.12.camel@klamath.syndrom23.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@FreeBSD.org Subject: Re: [PANIC] page fault -> bremfree: removing a buffer not on a queue 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: Wed, 18 Feb 2004 18:09:30 -0000 On Wed, 18 Feb 2004, Andreas Kohn wrote: > FreeBSD xxxxxx 5.2-CURRENT FreeBSD 5.2-CURRENT #36: Fri Feb 13 20:17:22 > CET 2004 root@xxxxxx:/usr/obj/usr/src/sys/KLAMATH i386 > > Before the panic happened, I was compiling/linking some software, and > watching TV (bttv/xawtv). The linking process gave some strange error > messages when linking to libGLcore.so (Nvidia drivers), which I can't > remember. I think it complained that that library wasn't valid, but > those messages repeated to fast to read & remember. You've probably tripped over the incompatibility between KSE and the nvidia driver. You will want to use libmap to remap libpthread to libc_r until nVidia issues a fixed driver. please email them :-) I believe this is in UPDATING. libGL links against pthreads. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org