From owner-freebsd-gecko@freebsd.org Tue Mar 29 16:20:25 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 0715AAE2D3D for ; Tue, 29 Mar 2016 16:20:25 +0000 (UTC) (envelope-from ml@netfence.it) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EB2121813 for ; Tue, 29 Mar 2016 16:20:24 +0000 (UTC) (envelope-from ml@netfence.it) Received: by mailman.ysv.freebsd.org (Postfix) id E6A51AE2D3C; Tue, 29 Mar 2016 16:20:24 +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 E621DAE2D3A; Tue, 29 Mar 2016 16:20:24 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF381812; Tue, 29 Mar 2016 16:20:24 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (82.58.25.117) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 56F2B387053B1B18; Tue, 29 Mar 2016 18:20:11 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.2/8.14.9) with ESMTP id u2TGKDni052995; Tue, 29 Mar 2016 18:20:13 +0200 (CEST) (envelope-from ml@netfence.it) Subject: Re: HTML5 videos crashes Firefox References: <56F804E9.8050506@netfence.it> Cc: gecko@FreeBSD.org, freebsd-ports@FreeBSD.org From: Andrea Venturoli To: c.brinkhaus@t-online.de Message-ID: <56FAAB3D.10906@netfence.it> Date: Tue, 29 Mar 2016 18:20:13 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56F804E9.8050506@netfence.it> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 29 Mar 2016 16:20:25 -0000 On Sun, 27 Mar 2016 10:12:07 -0700, Christoph Brinkhaus wrote: > Hello Andrea, Hello and thanks for your help. > I have tried the first video I get from youtube without problems. > May be you post an url where the crash occurs. I can just go to youtube.it/com and choose a random one; e.g.: https://www.youtube.com/watch?v=hrJLzq_coUg https://www.youtube.com/watch?v=LbVEXCh63pQ (Please forgive me for linking that crap, but you asked it :) > The options I use are > according to pkg info > ALSA : on > BUNDLED_CAIRO : off > CANBERRA : off > DBUS : on > DEBUG : off > DTRACE : off > FFMPEG : on > GCONF : off > GIO : on > GNOMEUI : off > GTK2 : on > GTK3 : off > INTEGER_SAMPLES: off > LIBPROXY : off > OPTIMIZED_CFLAGS: off > PGO : off > PROFILE : off > PULSEAUDIO : off > TEST : off I had: > ALSA : off > BUNDLED_CAIRO : on > CANBERRA : off > DBUS : on > DEBUG : off > DTRACE : on > FFMPEG : on > GCONF : off > GIO : on > GNOMEUI : off > GTK2 : off > GTK3 : on > INTEGER_SAMPLES: off > LIBPROXY : off > OPTIMIZED_CFLAGS: on > PGO : off > PROFILE : off > PULSEAUDIO : on > RUST : on > TEST : off However, I tried your set of options (with RUST on and off, since you don't have it): things didn't change, still crashing. > The version is 45.0.1,1 45.0.1_3,1, here, but I also went through 45.0.1,1, which crashed in the same way. > May be you try pkg_libchk from sysutils/bsdadminscripts > if the libraries are in order. I used sysutil/libchk, which should do more or less the same thing: there were some unresolved references in binaries which should not be related to FireFox: I solved that, but it's still crashing. Any other thing to check? > Do you have an i386 kernel? Yes. > I am not sure if there might be a possible issue. Any pointer on that? *If* firefox is incompatible with i386 I might switch, but it's going to be a very long work; so I'd like to get some hint about this before I venture myself in such a trouble. > When I have started using FreeBSD I thought amd64 is just for AMD processors. > But amd64 is also ok for Intel. I know the difference. However this box's install predates amd64: I was using it more than 10 years ago (5.x or 6.x possibly) and it's still there through several hardware and software upgrades. Until now I haven't found any good reason to drop everything and reinstall from scratch... > This is likely the newest one. I am not completely up to date because > I mostly upgrade only when there are vulnerabilities. So do I, but I've gone through every minor update since I'm experiencing these crashes. bye & Thanks av.