From owner-freebsd-threads@FreeBSD.ORG Thu Sep 11 11:11:28 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522F116A4BF; Thu, 11 Sep 2003 11:11:28 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 840E743FDD; Thu, 11 Sep 2003 11:11:27 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h8BIBQDm025832; Thu, 11 Sep 2003 14:11:26 -0400 (EDT) Date: Thu, 11 Sep 2003 14:11:26 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Morten Rodal In-Reply-To: <20030911180402.GA1330@atlantis.rodal.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org cc: David Xu Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 18:11:28 -0000 On Thu, 11 Sep 2003, Morten Rodal wrote: > On Thu, Sep 11, 2003 at 01:57:22PM -0400, Daniel Eischen wrote: > > On Thu, 11 Sep 2003, Morten Rodal wrote: > > > On Thu, Sep 11, 2003 at 08:22:06AM +0800, David Xu wrote: > > > > Did those saw Mozilla Firebird crashed test Mozilla as well ? > > > > I used to use Mozilla, and never saw it crashed. > > > > > > > > > > I just tested the Mozilla (www/mozilla-gtk2 ; mozilla-gtk2-1.4) port, > > > and I can confirm that it too just disappears without a trace when run > > > with libkse. It also, like Mozilla Firebird, freezes (not the > > > computer, just the app) with libthr. > > > > Are you sure that your ports are correctly built (with -pthread > > removal)? > > > > I am pretty sure. I updated my ports tree before I compiled the Mozilla > port. > > > I'm using www/mozilla & www/mozilla-firebird. > > > > I am recompiling mozilla-firebird right now because I have a suspicion > that it disables the core dump unless WITH_DEBUG is defined. > > > Is everyone that is having problems using NVidia cards? > > > > Yes. I am using nvidia cards and have, as Maximi Konovalov(?), tried > with both the nv and the nvidia driver. (Currently using nvidia > driver tho) It is possible that nvidia is detecting that an ldt has already been allocated (calling i386_get_ldt() first before calling i386_set_ldt()) and assumes that it (nvidia sw) has already set it. So both the threads library and nvidia are using the same ldt for different things and stomping on each other. NVidia does state that their own drivers and their OpenGL will not work with our new threads libraries (libkse/libthr). -- Dan Eischen