From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 21:16:19 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 7F9A416A4D1 for ; Mon, 1 Mar 2004 21:16:19 -0800 (PST) Received: from mx2.synetsystems.com (mx2.synetsystems.com [216.29.169.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4420C43D39 for ; Mon, 1 Mar 2004 21:16:19 -0800 (PST) (envelope-from rmtodd@servalan.servalan.com) Received: by mx2.synetsystems.com (Postfix, from userid 66) id 666311EA; Tue, 2 Mar 2004 00:16:18 -0500 (EST) Received: from rmtodd by servalan.servalan.com with local (Exim 4.30; FreeBSD) id 1Ay1kO-000BUb-HH for freebsd-current@freebsd.org; Mon, 01 Mar 2004 22:43:12 -0600 To: freebsd-current@freebsd.org Orig-To: aaron@alpete.com Orig-To: "Aaron Peterson" References: <91F02BA3-6AFE-11D8-B43C-000A95ACF7CA@infinithost.com><2639.139.55.4.73.1078098952.squirrel@mail.alpete.com><5EF0CEAC-6B21-11D8-B43C-000A95ACF7CA@infinithost.com> <200402292223.41166.wes@softweyr.com> <37497.162.114.211.143.1078150828.squirrel@mail.alpete.com> Message-Id: From: Richard Todd Date: Mon, 01 Mar 2004 22:43:12 -0600 X-Mailman-Approved-At: Tue, 02 Mar 2004 05:06:06 -0800 Subject: Re: Mozilla Firefox and firebird problems after sat 022604upgradeof FreeBSD-current 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 05:16:19 -0000 On the freebsd-current list Aaron Peterson wrote: >I tried renaming libmap.conf this morning, and there was no change in >behavior -- still locked up hard. That wouldn't be a very good solution >long term anyway, since mplayer doesn't seem to work without the >libmap.conf :). I also attempted to "ktrace firefox", but apparently libmap.conf lets you specify different library mappings for different executables, so you can have some executables use one threading library and other executables use different ones. The man page example even shows doing this with mplayer as an example. :-) So you can specify whichever threadlib mappings mplayer is happy with in an mplayer-specific section of libmap.conf and let anything else use the default.