From owner-freebsd-ports@freebsd.org Thu Oct 8 15:54:18 2015 Return-Path: Delivered-To: freebsd-ports@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 4DDC79D1A88; Thu, 8 Oct 2015 15:54:18 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FD6E22E; Thu, 8 Oct 2015 15:54:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [0.0.0.0] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id t98Frfiw034492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 8 Oct 2015 15:53:59 GMT (envelope-from swills@FreeBSD.org) Subject: Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages To: Miroslav Lachman <000.fbsd@quip.cz>, Walter Schwarzenfeld , freebsd-ports@freebsd.org, gecko@FreeBSD.org References: <56139C3A.1010304@utanet.at> <56144C9E.4010800@utanet.at> <56167CDF.1080806@quip.cz> From: Steve Wills X-Enigmail-Draft-Status: N1110 Message-ID: <56169181.8020405@FreeBSD.org> Date: Thu, 8 Oct 2015 11:53:37 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56167CDF.1080806@quip.cz> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 08 Oct 2015 15:54:04 +0000 (UTC) X-Spam-Status: No, score=2.6 required=4.5 tests=RCVD_ILLEGAL_IP,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 15:54:18 -0000 Hi, On 10/08/2015 10:25, Miroslav Lachman wrote: > 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. > I was able to trigger the issue on www.seznam.cz only. I'll look into as much as I can. Steve