From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 09:12:53 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38D0DBE7 for ; Mon, 7 Jul 2014 09:12:53 +0000 (UTC) Received: from mail.eskimo.com (mail.eskimo.com [204.122.16.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FDDD2DD6 for ; Mon, 7 Jul 2014 09:12:52 +0000 (UTC) Received: from shellx.eskimo.com (unknown [204.122.16.2]) by mail.eskimo.com (Postfix) with ESMTP id 95DA81A54 for ; Mon, 7 Jul 2014 02:04:51 -0700 (PDT) Received: by shellx.eskimo.com (Postfix, from userid 51518) id 6095B4A07; Mon, 7 Jul 2014 02:04:51 -0700 (PDT) Date: Mon, 7 Jul 2014 02:04:51 -0700 From: Joseph Olatt To: freebsd-questions@freebsd.org Subject: firefox-30.0_1,1 crash youtube HTML5 videos Message-ID: <20140707090450.GA17767@eskimo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-Virus-Scanned: clamav-milter 0.98.4 at mail.eskimo.com X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 09:12:53 -0000 Was wondering if anybody else was encountering Firefox crashing when attempting to play HTML5 youtube videos? The system is: FreeBSD peace 10.0-STABLE FreeBSD 10.0-STABLE #1 r266948: Mon Jun 2 14:12:35 CDT 2014 root@peace:/usr/obj/usr/src/sys/PEACE i386 and Firefox is being built from source. Compiling with debug symbols and getting a backtrace on the core provides: (gdb) GNU gdb 6.1.1 [FreeBSD] [New Thread 28501080 (LWP 100126/firefox)] (gdb) bt #0 0x39144f52 in ff_ac3dsp_init_x86 () from /usr/local/lib/gstreamer-1.0/libgstlibav.so #1 0x00000000 in ?? () (gdb) The full output of the gdb session is at: http://www.eskimo.com/~joji/firefox-gdb.txt When starting Firefox, I get the following error: (process:99902): GLib-CRITICAL **: void g_slice_set_config(GSliceConfig, gint64): assertion `sys_page_size == 0' failed Don't know if it has anything to do with the crash. Anybody else experiencing the same? Any suggestions?