From owner-freebsd-current@FreeBSD.ORG Tue Feb 24 11:03:42 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 5841316A4CE for ; Tue, 24 Feb 2004 11:03:42 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C30A43D1D for ; Tue, 24 Feb 2004 11:03:42 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <20040224190334012009htcue>; Tue, 24 Feb 2004 19:03:35 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA78456; Tue, 24 Feb 2004 11:03:33 -0800 (PST) Date: Tue, 24 Feb 2004 11:03:32 -0800 (PST) From: Julian Elischer To: David Gilbert In-Reply-To: <16443.40099.996797.886860@canoe.dclg.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Nontrivial brokeness with new threads. 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: Tue, 24 Feb 2004 19:03:42 -0000 On Tue, 24 Feb 2004, David Gilbert wrote: > >>>>> "Doug" == Doug White writes: > > Doug> See UPDATING and list discussion. KSE and the nvidia driver > Doug> don't get along. > > I feel like I should be in a foul mood. I solicited information on > how nvidia might be broken and what number of stars on one's belt were > required to fix it. Or someone being _helpful_ might comment on > whether or not nvidia's help is required to fix it. > > ... instead _unhelpfully_ of pointing out something that I was already > up-to-date on. >From what I know, you will need to map libpthread to libc_r until we get TLS (Thread Local Storage (not a part of pthread standard but needed by nvidia) working. At that point they will recompile the drivers to use it. In teh mean while they use %gs for their own purposes which colides with threads using it as a thread pointer. > _______________________________________________ > 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" >