From owner-freebsd-ports@FreeBSD.ORG Sun Jul 12 14:37:55 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A0A11065680 for ; Sun, 12 Jul 2009 14:37:55 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA8B8FC0C for ; Sun, 12 Jul 2009 14:37:54 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MQ0BY-0001EX-Le for freebsd-ports@freebsd.org; Sun, 12 Jul 2009 14:37:48 +0000 Received: from g224058125.adsl.alicedsl.de ([92.224.58.125]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Jul 2009 14:37:48 +0000 Received: from rotkap by g224058125.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Jul 2009 14:37:48 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Date: Sun, 12 Jul 2009 16:36:59 +0200 Organization: yes Lines: 40 Message-ID: References: <86zlbfbwby.fsf@rincewind.tihnet> <20090708060050.GA54401@mud.stack.nl> <20090708072131.85300@gmx.net> <20090708073546.GA78132@bsdcrew.de> <86y6qyeu0n.fsf@rincewind.tihnet> <86tz1lhabk.fsf@rincewind.tihnet> <4A574D19.1020306@kasimir.com> <4A59E04C.1080605@kasimir.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g224058125.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O Subject: Re: www/firefox35 coredumps every time at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rotkap@gmx.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 14:37:56 -0000 Florian Smeets wrote: > On 10.07.09 21:13, Heino Tiedemann wrote: >> Florian Smeets wrote: >> >>> I submitted the build fixes for RELENG_6. I'll have a look. The >>> problem is all of my boxes are>= RELENG_7_2. >>> >>> I'm going to install 6.4 in a VM and will try to fix the problem, but >>> it will take a few days. >> >> Cool! >> > > Just thought about libmap.conf... > > Put this into /etc/libmap.conf > > [/usr/local/lib/firefox3/firefox-bin] > libpthread.so.2 libthr.so.2 > libpthread.so libthr.so What? Is that the content for the file: ,---- | [/usr/local/lib/firefox3/firefox-bin] | libpthread.so.2 libthr.so.2 | libpthread.so libthr.so `---- > This should work around the problem you are seeing. And be sure to > load sem, otherwise you'll see another panic... How can i got sure to load them? Heino