From owner-freebsd-gecko@freebsd.org Tue Oct 13 13:21:34 2015 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED3C59D2C51 for ; Tue, 13 Oct 2015 13:21:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D362E6E4 for ; Tue, 13 Oct 2015 13:21:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id D276E9D2C4F; Tue, 13 Oct 2015 13:21:33 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1DFD9D2C4D; Tue, 13 Oct 2015 13:21:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DDA06E1; Tue, 13 Oct 2015 13:21:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id CAFFE2846D; Tue, 13 Oct 2015 15:21:23 +0200 (CEST) Received: from illbsd.quip.test (ip-89-177-49-111.net.upcbroadband.cz [89.177.49.111]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 40A232846B; Tue, 13 Oct 2015 15:21:22 +0200 (CEST) Message-ID: <561D0552.5050402@quip.cz> Date: Tue, 13 Oct 2015 15:21:22 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Steve Wills , Walter Schwarzenfeld , freebsd-ports@freebsd.org, gecko@FreeBSD.org Subject: Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages References: <56139C3A.1010304@utanet.at> <56144C9E.4010800@utanet.at> <56167CDF.1080806@quip.cz> <56169181.8020405@FreeBSD.org> <5616CA33.7010601@FreeBSD.org> <56176EDE.9050809@quip.cz> <5617ABBE.6080809@FreeBSD.org> In-Reply-To: <5617ABBE.6080809@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 13:21:34 -0000 Steve Wills wrote on 10/09/2015 13:57: > Hi, > > On 10/09/2015 03:38, Miroslav Lachman wrote: >> Steve Wills wrote on 10/08/2015 21:55: >>> Just to test, try setting gfx.canvas.azure.backends and >>> gfx.content.azure.backends to skia in about:config and see if it still >>> crashes. >> >> Hi Steve, >> >> I changed both from cairo to skia. Firefox crashed again on www.mapy.cz >> but on next start www.mapy.cz and www.seznam.cz works normally. So this >> can be a workaround. >> >> When I entered www.mapy.cz this messages were printed on console but FF >> didn't crash >> > > Yes, you have to restart for it to take effect. BTW, I think only > changing gfx.canvas.azure.backends is necessary, > gfx.content.azure.backends can remain at default setting. > > >>> firefox >> >> (process:8936): GLib-CRITICAL **: g_slice_set_config: assertion >> 'sys_page_size == 0' failed >> Fontconfig warning: "local.conf", line 1093: saw number, expected matrix >> libGL error: Calling driver entry point failed >> libGL error: reverting to software direct rendering >> libGL error: failed to load driver: vboxvideo >> ATTENTION: default value of option force_s3tc_enable overridden by >> environment. > > Yeah, GL stuff isn't going to get hardware acceleration in vbox, no > surprise there. Should be fine though, I think. > >> Can I use "skia" or does it have some negative impact? (I don't know >> what these two settings mean) > > The only negative impact could be slower performance in some cases. But > it does provide better performance in other cases, so it depends. And of > course, not crashing is a benefit. :) Hi Steve, A "skia" fixed crashes on mapy.cz and seznam.cz but from this time I got random crashes of Firefox and Seamonkey (both with "skia"). Until this change Seamonkey was happily runnig for a few weeks (system uptime 20 days). I have more than 5 crashes today. Is there a way to track this issue or some other way to fix mapy.cz and seznam.cz crashes without bringing this instability? Miroslav Lachman