From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 16:11:41 2004 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 5277516A4CE for ; Mon, 1 Mar 2004 16:11:41 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC60E43D2D for ; Mon, 1 Mar 2004 16:11:40 -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 i220BdbN021745; Mon, 1 Mar 2004 19:11:39 -0500 (EST) Date: Mon, 1 Mar 2004 19:11:39 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Nate Lawson In-Reply-To: <20040301155505.F8753@root.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: mozilla hanging on gconfd2 startup? 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 Mar 2004 00:11:41 -0000 On Mon, 1 Mar 2004, Nate Lawson wrote: > On Mon, 1 Mar 2004, Joe Marcus Clarke wrote: > > On Sun, 2004-02-29 at 20:07, Nate Lawson wrote: > > > > I'm not able to reproduce this after upgrading to today's -CURRENT, and > > rebuilding Mozilla, ORBit2, and gconf2. I'm using ULE and libpthread. > > Perhaps tomorrow I'll try it with libc_r (I assume you're using libc_r > > since you have the nVidia drivers?). > > I am using libc_r although I thought the default had been switched a while > ago. But I'm only doing the buildword/installworld/mergemaster process > (no libmap.conf) so perhaps I need to do something to move to libpthread. Read src/UPDATING :-) If you are rebuilding, ports are now using libpthread by default. Unless you are overriding PTHREAD_LIBS to be libc_r, you either need to rebuild everything to be free of libc_r, or you need to use a libmap.conf to choose one of the threading libraries. Trying to run applications linked to multiple thread libraries will not work. I suspect this is your problem. -- Dan Eischen