i386_set_ldt warnings

Daniel Eischen eischen at vigrid.com
Wed Oct 22 14:28:51 PDT 2003


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



More information about the freebsd-current mailing list