From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 1 11:50:11 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 CE851106564A for ; Wed, 1 Jul 2009 11:50:11 +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 8006A8FC25 for ; Wed, 1 Jul 2009 11:50:11 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 63E6F3F487; Wed, 1 Jul 2009 13:50:10 +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 khByt2W+zqDf; Wed, 1 Jul 2009 13:50:08 +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 0EB8C3F44F; Wed, 1 Jul 2009 13:50:08 +0200 (CEST) Message-ID: <4A4B4D6F.6080203@kasimir.com> Date: Wed, 01 Jul 2009 13:50:07 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.1pre) Gecko/20090630 Shredder/3.0b3pre MIME-Version: 1.0 To: Jonathan Chen References: <20090701084636.GA79640@osiris.chen.org.nz> <4A4B2848.8060606@kasimir.com> <20090701095403.GA26313@osiris.chen.org.nz> In-Reply-To: <20090701095403.GA26313@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gecko@freebsd.org Subject: Re: firefox35 dumps core on 7.2-STABLE/amd64 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: Wed, 01 Jul 2009 11:50:12 -0000 On 01.07.09 11:54, Jonathan Chen wrote: > On Wed, Jul 01, 2009 at 11:11:36AM +0200, Florian Smeets wrote: >> Did you by chance view at a HTML5 page when the crash occurred? > > The only page in view was the "Welcome to Firefox 3.5" page. It looks > like "kldload sem" is now a must rather than an advisory... > Yes, the welcome page seems to have a HTML5 video in it now... So you need the sem module on the first start. We are discussing what to do, apart from putting a bigger waring in the port ;-) Cheers, Florian