From owner-freebsd-gecko@freebsd.org Thu Oct 8 14:25:41 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 655E59D0E1E for ; Thu, 8 Oct 2015 14:25:41 +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 4DD82D1 for ; Thu, 8 Oct 2015 14:25:41 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 4CE509D0E1B; Thu, 8 Oct 2015 14:25:41 +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 4B4B79D0E1A; Thu, 8 Oct 2015 14:25:41 +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 09E42D0; Thu, 8 Oct 2015 14:25:40 +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 F252A2843A; Thu, 8 Oct 2015 16:25:36 +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 ED80528452; Thu, 8 Oct 2015 16:25:35 +0200 (CEST) Message-ID: <56167CDF.1080806@quip.cz> Date: Thu, 08 Oct 2015 16:25:35 +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: 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> In-Reply-To: <56144C9E.4010800@utanet.at> Content-Type: text/plain; charset=ISO-8859-1; 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: Thu, 08 Oct 2015 14:25:41 -0000 Walter Schwarzenfeld wrote on 10/07/2015 00:35: > Firefox 41.0.1 is out, give it a try. I tried it in VirtualBox - same crash as with older versions. In real host I got this (started ff from command line) > firefox (process:77500): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459. Abort In VirtualBox on FreeBSD 10.2 with Firefox 41 > firefox (process:5471): 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. Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459. Redirecting call to abort() to mozalloc_abort Segmentation fault First line with GLib-CRITICAL is shown on Firefox startup and is not related to crash on www.mapy.cz The "cairo scaled" error is something I saw in the past with some other software, like GIMP or Avidemux. GIMP and Avidemux are not able to even start on my computer if I have Helvetica as system default font. Firefox and Seamonkey works fine until I need to open www.seznam.cz, www.mapy.cz and other websites from this company. I tried it on host with differen font (Arial) and Firefox crashed again. > firefox (process:79336): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459. Redirecting call to abort() to mozalloc_abort ###!!! [Parent][MessageChannel] Error: Channel error: cannot send/recv Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459. Abort So the crash is not related to choosen default font. Miroslav Lachman