From owner-freebsd-gecko@FreeBSD.ORG Tue Nov 24 11:40:09 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 803251065670; Tue, 24 Nov 2009 11:40:09 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4DB088FC0C; Tue, 24 Nov 2009 11:40:09 +0000 (UTC) Received: from uucp by noop.in-addr.com with local-rmail (Exim 4.54 (FreeBSD)) id 1NCtke-000Ndn-ES; Tue, 24 Nov 2009 06:40:08 -0500 Received: from localhost.home.in-addr.com ([127.0.0.1]:62107 helo=rimmer.home.in-addr.com) by temp-mail.in-addr.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NCtkT-000E7d-T2; Tue, 24 Nov 2009 11:39:57 +0000 Message-ID: <4B0BC60D.6010201@freebsd.org> Date: Tue, 24 Nov 2009 11:39:57 +0000 From: Gary Palmer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.8.1.23) Gecko/20091123 SeaMonkey/1.1.18 MIME-Version: 1.0 To: Martin Wilke References: <4AF1FE62.9070607@FreeBSD.org> <20091123213740.GB69348@in-addr.com> <20091124090123.GL16834@bsdcrew.de> In-Reply-To: <20091124090123.GL16834@bsdcrew.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gecko@FreeBSD.org, Beat Gaetzi Subject: Re: Call for tester/reviewer: SeaMonkey 2.0 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: Tue, 24 Nov 2009 11:40:09 -0000 Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Mon, Nov 23, 2009 at 04:37:40PM -0500, Gary Palmer wrote: > >> On Wed, Nov 04, 2009 at 11:21:22PM +0100, Beat Gaetzi wrote: >> >>> Hi, >>> >>> A few days ago SeaMonkey 2.0 has been released. To install SeaMonkey 2.0 >>> a modified bsd.gecko.mk is needed. Therefore we are not able to commit >>> it to the ports tree until the tree is unfreezed. So now we are looking >>> for tester/reviewer of the SeaMonkey 2.0 port. >>> >>> The port is available in our SVN repository: >>> # svn co >>> http://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/seamonkey-devel >>> >>> The modified bsd.gecko.mk could be downloaded here: >>> http://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/Mk/bsd.gecko.mk >>> >>> A screenshot of SeaMonkey 2.0 running on FreeBSD is available here: >>> http://tmp.chruetertee.ch/seamonkey20.png >>> >>> Many thanks to Florian Smeets, Andreas Tobler and miwi@ for their work. >>> >> Hi, >> >> I installed the test port on my FreeBSD 6.4 desktop (don't ask) and while >> initial indications looked positive, the browser reproducibly crashed >> when accessing: >> >> - http://www.slashdot.org/ >> - http://www.bhphotovideo.com/ >> >> The former I don't care about. The latter I do. I don't entirely trust >> the backtraces, but one crash seemed to be in js_ConcatStrings in libmozjs.so. >> I tried enabling debugging symbols in the 'make config' section and >> rebuilding, but the libmozjs.so library was still stripped before >> installation so I wasn't able to do more investigation. >> > > > Kernel module "sem" was loaded? > Hi Martin, Its not in kldstat but apparently it is in my kernel configuration % kldload sysvsem kldload: can't load sysvsem: File exists options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores I also ended up clearing out my .mozilla directory (after taking a backup) and also the contents of /usr/local/lib/seamonkey, reinstalling seamonkey 2.0, and the crashes persisted so I do not believe it was something left behind, although I may have missed something. Thanks, Gary