From owner-freebsd-current@FreeBSD.ORG Wed Oct 22 09:09:47 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 94F9616A4B3 for ; Wed, 22 Oct 2003 09:09:47 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BBB43F3F for ; Wed, 22 Oct 2003 09:09:46 -0700 (PDT) (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 h9MG9hBR027968; Wed, 22 Oct 2003 12:09:43 -0400 (EDT) Date: Wed, 22 Oct 2003 12:09:43 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: "C. Kukulies" In-Reply-To: <200310221542.h9MFg3Jb017328@www.kukulies.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: i386_set_ldt warnings X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 16:09:47 -0000 On Wed, 22 Oct 2003, C. Kukulies wrote: > Some (kde) applications now have a warning appear in xconsole: > > Warning: pid 595 used static ldt allocation. > See the i386_set_ldt man page for more info > Warning: pid 596 used static ldt allocation. > See the i386_set_ldt man page for more info > > Should I worry about that? Rebuild KDE? Let me guess. You are using Nividia-supplied drivers/libraries? It won't bother you unless you want to use libkse or libthr for your threading library instead of libc_r. Seeing that libc_r won't be the default sometime after 5.2-RELEASE, you might want to complain to NVidia. Do they supply source or is it binary only? -- Dan Eischen