From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 18:56:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AFCCADA for ; Mon, 7 Jul 2014 18:56:01 +0000 (UTC) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E11732523 for ; Mon, 7 Jul 2014 18:56:00 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id dc16so3964574qab.29 for ; Mon, 07 Jul 2014 11:56:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Msx+j/P+okpqfsJyqh1Le4f1euNHhCm/JCdSDH+YEJY=; b=kW+E5CoLpTRAjRmrQ3sNyZf4a3b+ffvue5L4sOXoqzxcuzi4DCpe8vQOt6Dl7tBHtS WmOrMYDb1UVEJ0+F8c8fbap7IojajeEMFuXt5czlV+v8rFSwnIjg9eNIXbc/kknDbd2S U1MncQ+6ONqthTg3fkQjEKwNx3WM/dJmcqYhCFQrnlCZjgo0QqJLHrEdouoB72oIyBuE Aai6fv9A2QjHl0OVtw4/KSgLDFYnIxy+nsm5FpFFpvxUDOM77XdVyFYJCGUmPx9iih/a iNKsDMZTq2we5IDlYDJ2Ivgk+GWDf6HfKp13XBEHsBRGnau2XkK9lNcwlejNQfsgMMRj XYCg== MIME-Version: 1.0 X-Received: by 10.224.130.201 with SMTP id u9mr50737894qas.98.1404759359957; Mon, 07 Jul 2014 11:55:59 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Mon, 7 Jul 2014 11:55:59 -0700 (PDT) In-Reply-To: <20140707090450.GA17767@eskimo.com> References: <20140707090450.GA17767@eskimo.com> Date: Mon, 7 Jul 2014 11:55:59 -0700 X-Google-Sender-Auth: _UQUFUNDsedPdR8G5Qnvo4RBn04 Message-ID: Subject: Re: firefox-30.0_1,1 crash youtube HTML5 videos From: Adrian Chadd To: Joseph Olatt Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions 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 18:56:01 -0000 Hi, Yes - do a disassembly of that function and see if it's crashing on an SSE2 instruction. It's possible the gstreamer code you have is passing in a badly aligned pointer for SSE2. I saw the same thing on FreeBSD-HEAD with firefox and chromium packages. Some tweaks to the chromium port were made but I don't know about gstreamer/firefox. -a On 7 July 2014 02:04, Joseph Olatt wrote: > 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? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"