From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 12:58:13 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 3D38416A4CE for ; Tue, 2 Dec 2003 12:58:13 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B8543FDF for ; Tue, 2 Dec 2003 12:58:09 -0800 (PST) (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 hB2Kw7tX013557; Tue, 2 Dec 2003 15:58:07 -0500 (EST) Date: Tue, 2 Dec 2003 15:58:07 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Alexander Motin In-Reply-To: <3FCCC0DC.90104@alkar.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: licq & KSE 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: Tue, 02 Dec 2003 20:58:13 -0000 On Tue, 2 Dec 2003, Alexander Motin wrote: > 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 >From which system is this? The nvidia or the ATI? We know nvidia has a problem with ldt/%gs usage. You still haven't told me if you are getting the same static LDT warnings from the ATI system. > /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) ^^^^^^^^^^^^^^ What is this? > libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x2912b000) > libexpat.so.4 => /usr/local/lib/libexpat.so.4 (0x2917c000) This doesn't match mine: /usr/local/lib/licq/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 (0x2894c000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28955000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x2896c000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28a34000) libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x28a43000) libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x28a61000) libm.so.2 => /lib/libm.so.2 (0x28b1d000) libc_r.so.5 => /usr/lib/libkse.so.1 (0x28b36000) libmng.so.1 => /usr/local/lib/libmng.so.1 (0x28b5b000) libpng.so.5 => /usr/local/lib/libpng.so.5 (0x28bb9000) libz.so.2 => /lib/libz.so.2 (0x28bde000) libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x28bec000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28c59000) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x28c6f000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x28c77000) libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x28c7b000) libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x28c84000) libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x28c96000) libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0x28d00000) liblcms.so.1 => /usr/local/lib/liblcms.so.1 (0x28d28000) libc.so.5 => /lib/libc.so.5 (0x28080000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28d43000) libexpat.so.4 => /usr/local/lib/libexpat.so.4 (0x28d94000) -- Dan Eischen