From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 16:30:27 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 623BF16A4CE; Tue, 2 Dec 2003 16:30:27 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8657543FCB; Tue, 2 Dec 2003 16:30:25 -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 hB30UMml004393; Tue, 2 Dec 2003 19:30:22 -0500 (EST) Date: Tue, 2 Dec 2003 19:30:22 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: David Xu In-Reply-To: <3FCD245A.2090706@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: Wed, 03 Dec 2003 00:30:27 -0000 On Wed, 3 Dec 2003, David Xu wrote: > 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. Do you know what port this belongs to and if it is built from source? mplayer also used static ldt allocations, but I fixed that port. Hmm, I found multimedia/libxine that might be the culprit. I'll look into submitting a patch for that. -- Dan Eischen