From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 06:53:28 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 A2FE216A4CE for ; Tue, 2 Dec 2003 06:53:28 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8EC43FDF for ; Tue, 2 Dec 2003 06:53:27 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hB2ErM1G009077; Tue, 2 Dec 2003 09:53:22 -0500 (EST) Date: Tue, 2 Dec 2003 09:53:22 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Alexander Motin In-Reply-To: <3FCCA300.30708@alkar.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: licq & KSE 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, 02 Dec 2003 14:53:28 -0000 On Tue, 2 Dec 2003, Alexander Motin wrote: > Daniel Eischen wrote: > > You haven't told me if you are getting static LDT warnings > > out of the kernel (check /var/log/messages). > If I use libkse I get: > kernel: Warning: pid 25341 used static ldt allocation. > kernel: See the i386_set_ldt man page for more info > in my messages. > When I use libc_r I do not get this messages. This is why libkse doesn't work (nor is libthr likely to work). > > libthr, libkse, and nvidia drivers/OpenGL use LDTs and %gs. > > nvidia drivers (and/or their version of OpenGL) stomp on > > the LDTs/%gs that both libthr and libkse use. > I test this on other PC with ATI video without loading nvidia module. > Situation is the same. Do you still get static ldt warnings on this system? If so, then some library or module is causing the same problem. -- Dan Eischen