From owner-freebsd-gecko@freebsd.org Fri Apr 1 15:30:53 2016 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 6D2C0AECF38 for ; Fri, 1 Apr 2016 15:30:53 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 56DBE15D0 for ; Fri, 1 Apr 2016 15:30:53 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: by mailman.ysv.freebsd.org (Postfix) id 50FE1AECF36; Fri, 1 Apr 2016 15:30:53 +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 4E081AECF35; Fri, 1 Apr 2016 15:30:53 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 157E115CE; Fri, 1 Apr 2016 15:30:52 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout06.t-online.de (Postfix) with SMTP id 7CFC1595A98; Fri, 1 Apr 2016 17:30:44 +0200 (CEST) Received: from esprimo.local (GoOHBUZpghcg1Rs5g5VOrjD1IKZEGuRoYFA57Pdavgy0TDEaUIQvSJBth46Wkd1wLF@[217.81.132.193]) by fwd38.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1am120-2Zn42C0; Fri, 1 Apr 2016 17:30:40 +0200 Received: from esprimo.local (localhost [127.0.0.1]) by esprimo.local (Postfix) with ESMTP id 8DF3145CD9D; Fri, 1 Apr 2016 17:30:39 +0200 (CEST) Received: (from chris@localhost) by esprimo.local (8.15.2/8.15.2/Submit) id u31FUdmq005093; Fri, 1 Apr 2016 17:30:39 +0200 (CEST) (envelope-from chris) Date: Fri, 1 Apr 2016 17:30:39 +0200 From: Christoph Brinkhaus To: Andrea Venturoli Cc: gecko@FreeBSD.org, freebsd-ports@FreeBSD.org, Patrick Powell Subject: Re: HTML5 videos crashes Firefox Message-ID: <20160401153039.GA2251@esprimo.local> References: <56F804E9.8050506@netfence.it> <56FAAB3D.10906@netfence.it> <56FD9728.1050505@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56FD9728.1050505@netfence.it> User-Agent: Mutt/1.5.24 (2015-08-30) X-ID: GoOHBUZpghcg1Rs5g5VOrjD1IKZEGuRoYFA57Pdavgy0TDEaUIQvSJBth46Wkd1wLF X-TOI-MSGID: 6b3ed2a6-0837-46b4-8081-022e2f943fb1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:30:53 -0000 On Thu, Mar 31, 2016 at 11:31:20PM +0200, Andrea Venturoli wrote: > > On Tue, 29 Mar 2016 10:37:47 -0700, Christoph Brinkhaus wrote: > > > The only thing I get are error messages as below: > > $ ssh fox firefox > > libGL error: failed to open drm device: No such file or directory > > libGL error: failed to load driver: i965 > > libGL error: unable to load driver: swrast_dri.so > > libGL error: failed to load driver: swrast > > 1459272168729 addons.xpi WARN Bootstrap state is invalid (missing > > add-ons: > > Guess you have an Intel GPU (mine is a Radeon). Hello Andrea, yes. /var/log/Xorg.0.log logs Integrated Graphics Chipset: Intel(R) 965Q > > I got another machine, which runs 10.1/amd64 with an Intel GPU and that > works fine (btw, not even those warnings). > I also saw you tried ssh to another box and I did that too. The ssh was to a jail in the same hardware but with a binary installation of the firefox. The jails name is box,-). > > Just to summarize: > _ 10.2/i386/Radeon -> crash; > _ 10.1/amd64/Intel -> fine; > _ ssh from 10.2/i386/Radeon to 10.1/amd64/Intel -> fine. > > Patrick, could you please tell us what GPU you have? Configured options? > > Just wish I could get some info out of that core :( At least it is good that you have found out the likely root cause. > > bye & Thanks > av. Kind regards, Christoph