From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 07:02:18 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 BB1CB16A4CF for ; Tue, 2 Dec 2003 07:02:18 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E0243FE1 for ; Tue, 2 Dec 2003 07:02:17 -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 hB2F2D1G011197; Tue, 2 Dec 2003 10:02:13 -0500 (EST) Date: Tue, 2 Dec 2003 10:02:13 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Alexander Motin In-Reply-To: <3FCCA4E4.4000306@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 15:02:18 -0000 On Tue, 2 Dec 2003, Alexander Motin wrote: > Alexander Motin wrote: > > 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. > > I'm sorry. Messages seems to be independent from library. I get messages > with both libraries but not every time. Some times I get two messages on > one licq launching. But with libc_r it works and with libkse is not. It is not libkse that is causing the messages. It is some library or driver that licq is using. The kernel spews these messages whenever something uses static LDT allocation. We know that nvidia drivers and/or their OpenGL library do this, and they have been notified of it (by me). If there is another library or application that is also using static LDT allocation, please help us find it so it can be fixed also. -- Dan Eischen