From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 09:43:33 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 194F8868 for ; Mon, 7 Jul 2014 09:43:33 +0000 (UTC) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id A942B20E1 for ; Mon, 7 Jul 2014 09:43:32 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmYGADVrulNbsLPm/2dsb2JhbABagw5SxxIBgREXdYQDAQEFOhwjEAsOCgklDyoeBohZAclbF48iB4RDAQSadYFJigSIQINFOw Received: from 230.179-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.179.230]) by relay.skynet.be with ESMTP; 07 Jul 2014 11:43:25 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s679hNWV002380; Mon, 7 Jul 2014 11:43:24 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 7 Jul 2014 11:43:23 +0200 From: Tijl Coosemans To: Joseph Olatt Subject: Re: firefox-30.0_1,1 crash youtube HTML5 videos Message-ID: <20140707114323.11a8251b@kalimero.tijl.coosemans.org> In-Reply-To: <20140707090450.GA17767@eskimo.com> References: <20140707090450.GA17767@eskimo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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:43:33 -0000 On Mon, 7 Jul 2014 02:04:51 -0700 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) Can you build gstreamer1-libav with debug symbols and regenerate this backtrace? Also, what cpu is this running on? Did you set CPUTYPE or CFLAGS in /etc/make.conf?