From owner-freebsd-gecko@FreeBSD.ORG Thu Jun 18 09:10:17 2009 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBBC4106568C for ; Thu, 18 Jun 2009 09:10:17 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id A52128FC1E for ; Thu, 18 Jun 2009 09:10:17 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 771A93F4EE for ; Thu, 18 Jun 2009 11:10:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at vistream.de Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LczFAc8HBg-9 for ; Thu, 18 Jun 2009 11:10:13 +0200 (CEST) Received: from nibbler.vistream.local (relay3.vistream.de [87.139.10.28]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 30B093F4E5 for ; Thu, 18 Jun 2009 11:10:13 +0200 (CEST) Message-ID: <4A3A0474.7090703@kasimir.com> Date: Thu, 18 Jun 2009 11:10:12 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090616 Shredder/3.0b3pre MIME-Version: 1.0 To: freebsd-gecko@freebsd.org References: <20090617134021.GA63233@bsdcrew.de> <20090617153749.GA12469@atarininja.org> <4A39F9A8.4050103@kasimir.com> In-Reply-To: <4A39F9A8.4050103@kasimir.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Firefox 3.5 RC1 ready for testing! X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 09:10:18 -0000 On 18.06.09 10:24, Florian Smeets wrote: > On 17.06.09 19:03, Matt wrote: >> On Wed, Jun 17, 2009 at 10:37 AM, Wesley Shields wrote: >>> On Wed, Jun 17, 2009 at 03:40:21PM +0200, Martin Wilke wrote: >>>> Firefox 3.5 RC1 ready for testing! >>>> >>>> Howdy, >>>> >>>> Yesterday FF3.5 RC1 was released! Unfortunately >>>> RC1 need a newer version of devel/nspr, we >>>> already updated devel/nspr and it seems to be >>>> work all fine. If you like to play with >>>> both updates you can try following patch [1]. I >>>> need to make a exp-run request for this >>>> update to make sure nothing will be failed. >>>> >>>> [1] >>>> http://miwi.homeunix.com/patches/ff3.5rc1.diff >>> >>> Built and installed fine. Was running fine until I viewed the demo link >>> from http://hacks.mozilla.org/2009/06/3d-transforms-isocube/ at which >>> point firefox crashed. I'll see if I can get any details about the >>> crash. >>> >> Same experience here. Backtrace from firefox core dump says: >> >> #0 0x11be416b in ksem_init () from /lib/libc.so.7 >> #1 0x11bd9a89 in sem_init () from /lib/libc.so.7 >> #2 0x1080bb5e in nsCanvasBidiProcessor::~nsCanvasBidiProcessor () >> from /usr/local/lib/firefox3/libxul.so >> #3 0x1080bbcf in nsCanvasBidiProcessor::~nsCanvasBidiProcessor () >> from /usr/local/lib/firefox3/libxul.so >> #4 0x10800057 in nsCanvasBidiProcessor::~nsCanvasBidiProcessor () >> from /usr/local/lib/firefox3/libxul.so >> #5 0x10800e59 in nsCanvasBidiProcessor::~nsCanvasBidiProcessor () >> from /usr/local/lib/firefox3/libxul.so >> #6 0x10cba924 in NS_GetComponentManager_P () from >> /usr/local/lib/firefox3/libxul.so >> #7 0x10c80d46 in JNIEnv_::CallStaticObjectMethod () from >> /usr/local/lib/firefox3/libxul.so >> #8 0x10cbafa1 in NS_GetComponentManager_P () from >> /usr/local/lib/firefox3/libxul.so >> #9 0x1109579a in _pt_root () from /usr/local/lib/libplds4.so.1 >> #10 0x11cb26ff in pthread_getprio () from /lib/libthr.so.3 >> #11 0x00000000 in ?? () >> (gdb) >> > > Could you guys please confirm that > > options P1003_1B_SEMAPHORES > > in your kernel fixes this? > Hi, miwi@ just noticed that "kldload sem" will do the same, so no need to recompile your kernel. To make it permanent put sem_load="YES" into your /boot/loader.conf. Cheers, Florian