From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 15:35:19 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 8608516A4CE; Tue, 2 Dec 2003 15:35:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D29B743F93; Tue, 2 Dec 2003 15:35:18 -0800 (PST) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2NZFFY090339; Tue, 2 Dec 2003 15:35:16 -0800 (PST) (envelope-from davidxu@freebsd.org) Message-ID: <3FCD245A.2090706@freebsd.org> Date: Wed, 03 Dec 2003 07:46:34 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031025 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Alexander Motin 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 23:35:19 -0000 Daniel Eischen wrote: >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. > > > Some multimedia player using Win32 codecs will encounter same problem if these Win32 codec are activated during media playing. They use WINE's some core components, one of is libw32dll, which uses static LDT allocation too. David Xu