From owner-freebsd-gecko@FreeBSD.ORG Tue Nov 24 11:14:14 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 4B3D11065679 for ; Tue, 24 Nov 2009 11:14:14 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id B37D78FC15 for ; Tue, 24 Nov 2009 11:14:13 +0000 (UTC) Received: from daedalus.network.local (cafe.interxion.wlan.hotspot.nexellent.net [217.147.222.218]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id nAOBECTV067088 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 24 Nov 2009 11:14:12 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4B0BC031.3020702@FreeBSD.org> Date: Tue, 24 Nov 2009 12:14:57 +0100 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.23 (X11/20090821) MIME-Version: 1.0 To: Gary Palmer References: <4AF1FE62.9070607@FreeBSD.org> <20091123213740.GB69348@in-addr.com> In-Reply-To: <20091123213740.GB69348@in-addr.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-gecko@FreeBSD.org 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:14:14 -0000 Hi, 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. Thanks for testing and reporting this problem. I could not reproduce the crash on 8.0-RC1 and 7.2. Unfortunately I do not have a 6.4 desktop. As Martin already wrote could you please check if the sem kernel module is loaded. If this solves the problem we have to add a note to pkg-message identical as firefox35 has. There are some custom patches for FreeBSD 6 which could be a problem. If the sem kernel module do not solve the problem I will setup a FreeBSD 6.4 box and try to reproduce the problem. Beat