From owner-freebsd-stable@FreeBSD.ORG Mon Feb 8 19:02:55 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C78C1065676; Mon, 8 Feb 2010 19:02:55 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id CA68A8FC19; Mon, 8 Feb 2010 19:02:54 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1NeYsn-0005uD-P0>; Mon, 08 Feb 2010 20:02:53 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1NeYsn-0001Wk-NJ>; Mon, 08 Feb 2010 20:02:53 +0100 Message-ID: <4B706038.3030603@zedat.fu-berlin.de> Date: Mon, 08 Feb 2010 19:04:24 +0000 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100206 Thunderbird/3.0.1 MIME-Version: 1.0 To: gary.jennejohn@freenet.de References: <4B701269.9070703@zedat.fu-berlin.de> <20100208172033.112629f7@ernst.jennejohn.org> In-Reply-To: <20100208172033.112629f7@ernst.jennejohn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/firefox: Firefox 3.6 crashes, Firefox 3.5.7 not X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 19:02:55 -0000 On 02/08/10 16:20, Gary Jennejohn wrote: > On Mon, 08 Feb 2010 13:32:25 +0000 > "O. Hartmann" wrote: > > >> Today, I upgraded Firefox 3.5.7 (built yesterday) to Firefox 3.6. After >> deleting ~/.mozilla (after I did a buckup, of course), I tried a fresh >> start of 'firefox3'. After firefox showed up, I realized that no >> option-field (File, Extras etc) can be used, they are dead and after a >> few seconds I clicked them, firefox3 is crashing. >> >> Since I recompiled firefox 3.5.7 yesterday I was wondering if this is >> due to some 'false' lib or dependency. Since I figured that I have >> similar trouble with Thunderbird 3.0.1 after I installed it, I suspect a >> faulty library causing this behaviour. With Thunderbird 3, I never >> solved the problem although I tried to rebuild everything with >> thunderbird via 'portmaster -f'. I'll did this with firefox 3.6 also, >> but with no success. >> >> The crashing is observed on two nearly identical SMP FreeBSD 8.0/amd64 >> STABLE boxes (make world of today), up-to-date ports. The crash is NOT >> observed on my private oldish UP box, nearly the same setup, OS at the >> same revision and ports up to date as of yesterday. Maybe this could be >> a hint. >> >> Any hints or suggestions? >> >> > Try doing "ldd /usr/local/lib/firefox3/firefox-bin" and see if anything > looks weird. > I did - and there is nothing weird. I checked the installed libraries and they are all rebuild when rebuilding necessary dependencies for firefox3. > You can porbably ignore > /usr/local/lib/firefox3/firefox-bin: > libxul.so => not found (0x0) > libmozjs.so => not found (0x0) > libxpcom.so => not found (0x0) > because run-mozilla.sh sets LD_LIBRARY_PATH to include > /usr/local/lib/firefox3 where these libraries are installed. > > I merely deleted my old firefox 3.6 and reinstalled from the port (on > 9-CURRENT AMD64) and haven't seen any problems. But of course, I've > been running various incarnations of 3.6 for a while and may have gotten > all the dependencies already correctly installed. > > --- > Gary Jennejohn > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > I tried again, left the 'make config'-options as they were set by default, delete/backuped .mozilla in my home and they restartet firefox3. Nothing better than previously seen. Try hitting Button 'Tools' at the top menu bar gives a menu after several seconds, then firefox crashes/core dumps. Oliver