From owner-freebsd-current@FreeBSD.ORG Wed Oct 22 09:43:42 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 8781016A4B3; Wed, 22 Oct 2003 09:43:42 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D68143FDD; Wed, 22 Oct 2003 09:43:41 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h9MGhfOH097909; Wed, 22 Oct 2003 09:43:41 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h9MGhecE097908; Wed, 22 Oct 2003 09:43:40 -0700 (PDT) (envelope-from sgk) Date: Wed, 22 Oct 2003 09:43:40 -0700 From: Steve Kargl To: deischen@freebsd.org Message-ID: <20031022164340.GA97877@troutmask.apl.washington.edu> References: <200310221542.h9MFg3Jb017328@www.kukulies.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: "C. Kukulies" 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 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:43:42 -0000 On Wed, Oct 22, 2003 at 12:09:43PM -0400, Daniel Eischen wrote: > 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? > I see similar messages on the console and I do not have a nvidia card. By the time I find the message the process has terminated, so I have no way of translating the PID into an actual executable name. -- Steve