Daniel Eischen wrote:
On Tue, 2 Dec 2003, Alexander Motin wrote:

Alexander Motin wrote:

If I use libkse I get:
kernel: Warning: pid 25341 used static ldt allocation.
kernel: See the i386_set_ldt man page for more info
in my messages.
When I use libc_r I do not get this messages.

I'm sorry. Messages seems to be independent from library. I get messages with both libraries but not every time. Some times I get two messages on one licq launching. But with libc_r it works and with libkse is not.

It is not libkse that is causing the messages. It is some library or driver that licq is using. The kernel spews these messages whenever something uses static LDT allocation. We know that nvidia drivers and/or their OpenGL library do this, and they have been notified of it (by me). If there is another library or application that is also using static LDT allocation, please help us find it so it can be fixed also.

$ ldd /usr/local/bin/licq
/usr/local/bin/licq:
libssl.so.3 => /usr/lib/libssl.so.3 (0x28102000)
libcrypto.so.3 => /lib/libcrypto.so.3 (0x28134000)
libc_r.so.5 => /usr/lib/libc_r.so.5 (0x28242000)
libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x28266000)
libm.so.2 => /lib/libm.so.2 (0x28322000)
libc.so.5 => /lib/libc.so.5 (0x2833b000)
$ ldd ./licq_qt-gui.so
./licq_qt-gui.so:
libqt-mt.so.3 => /usr/X11R6/lib/libqt-mt.so.3 (0x2828e000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x288d0000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x288d9000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x288f0000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x289b8000)
libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x289c7000)
libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x289e5000)
libm.so.2 => /lib/libm.so.2 (0x28aa1000)
libmng.so.1 => /usr/local/lib/libmng.so.1 (0x28aba000)
libpng.so.5 => /usr/local/lib/libpng.so.5 (0x28b18000)
libz.so.2 => /lib/libz.so.2 (0x28b3d000)
libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x28b4b000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28bb2000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x28bc8000)
libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x28bd0000)
libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x28be2000)
libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0x28c4c000)
liblcms.so.1 => /usr/local/lib/liblcms.so.1 (0x28c74000)
libGLcore.so.1 => /usr/X11R6/lib/libGLcore.so.1 (0x28c8f000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x2912b000)
libexpat.so.4 => /usr/local/lib/libexpat.so.4 (0x2917c000)


--
Alexander Motin [EMAIL PROTECTED]
ISP "Alkar-Teleport"

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to