From owner-freebsd-current@FreeBSD.ORG Wed Oct 22 22:21:24 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 D01B116A4B3 for ; Wed, 22 Oct 2003 22:21:24 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7DE43FDF for ; Wed, 22 Oct 2003 22:21:24 -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 h9N5LMBR007378; Thu, 23 Oct 2003 01:21:23 -0400 (EDT) Date: Thu, 23 Oct 2003 01:21:22 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Bruce Evans In-Reply-To: <20031023130154.K3378@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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: Thu, 23 Oct 2003 05:21:24 -0000 On Thu, 23 Oct 2003, Bruce Evans wrote: > On Wed, 22 Oct 2003, 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? > > I get these from an old version of wine. I gave details of why wine > would break if static ldt allocation were removed when removing it > was proposed. I think we didn't care so much about wine because it could be fixed in source to use dynamic ldt allocation. > > Do they supply source or is it binary only? > > It is effectively binary only, since current versions of wine don't > run my application correctly and the old version doesn't build under > -current. Hmm, well one supposes that it could be made to build under -current. The messages really are harmless if threading (libkse, libthr) is not used or if the static ldt allocations happen before the threads library starts allocating ldts. -- Dan Eischen