From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 06:05:28 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 7960516A4CE for ; Tue, 2 Dec 2003 06:05:28 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 759D843F93 for ; Tue, 2 Dec 2003 06:05:27 -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 hB2E5K1G028347; Tue, 2 Dec 2003 09:05:21 -0500 (EST) Date: Tue, 2 Dec 2003 09:05:20 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Alexander Motin In-Reply-To: <3FCC4970.90007@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 14:05:28 -0000 On Tue, 2 Dec 2003, Alexander Motin wrote: > Daniel Eischen wrote: > >>licq 1.2.7 installed from ports does not works on 5.2-BETA with mapping > >>libc_r to libkse: > >> > >>%licq -d0 -p qt-gui -- -noxim > >>Fatal error 'No current thread. > >>' at line 318 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 2) > > > > I just built and installed this under -current and it > > seems to work fine. I invoke it as you describe above. > > > > Are you using an nvidia driver or openGL? > > I am using nvidia driver installed from ports. But how it related? You haven't told me if you are getting static LDT warnings out of the kernel (check /var/log/messages). libthr, libkse, and nvidia drivers/OpenGL use LDTs and %gs. nvidia drivers (and/or their version of OpenGL) stomp on the LDTs/%gs that both libthr and libkse use. -- Dan Eischen