Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 17:28:49 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        "C. Kukulies" <kuku@www.kukulies.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: i386_set_ldt warnings
Message-ID:  <Pine.GSO.4.10.10310221720440.6040-100000@pcnet5.pcnet.com>
In-Reply-To: <200310221542.h9MFg3Jb017328@www.kukulies.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?

[ ...and all the other responses ]

XFree86 can also load modules, so printing the name of
the process may not help if that is the case.  You can
always try:

$ nm /usr/X11R6/lib/modules/*.a | grep ldt
$ nm /usr/X11R6/lib/modules/*.so.* | grep ldt
$ nm /usr/X11R6/lib/modules/*.a | grep ldt

You can also try it on other libraries and binaries
(if they aren't stripped).

-- 
Dan Eischen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10310221720440.6040-100000>