From owner-freebsd-chromium@FreeBSD.ORG Mon Sep 2 09:40:48 2013 Return-Path: Delivered-To: freebsd-chromium@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 ESMTP id 6B444776 for ; Mon, 2 Sep 2013 09:40:48 +0000 (UTC) (envelope-from cjpugmed@gmail.com) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C5422CD9 for ; Mon, 2 Sep 2013 09:40:48 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id pa12so3067518veb.30 for ; Mon, 02 Sep 2013 02:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1g+Z+fNTxoYtcqkiDhDmRdknWzU1okgIPSPaAJ783b4=; b=BpPlyZZlq36K0QYXjUaXYD+PBKb0ENegW/J+rHL9vuveT4L2Gdbs/hXZbBy/8bh4ae wE1trkUAxTNzKpsB2+vY0Pz6bYlV4Wrh661mlxxrFCR0n9ZKYok4g+x2vXM0do01ZSQW 3zvLtzEM3wNkBpxzRpwn4W/1P/JfNtT1QNkknvKn94Yp1WougOqLdZOcupbRHuOqCSkW e5gDEmPBRIhEMJuSYPYPwpp2wfp59LmIVxIwuzhG7vMfQLnwFMqJTmLFTCIuaPiEi6xh cb3bITgzjzcH5aUTNhYt575DspB4OlKr9DvnFjF4XzzKezCR89ortjiMjRoaRpnie6u/ kruA== MIME-Version: 1.0 X-Received: by 10.220.46.72 with SMTP id i8mr22666290vcf.10.1378114847271; Mon, 02 Sep 2013 02:40:47 -0700 (PDT) Received: by 10.220.1.17 with HTTP; Mon, 2 Sep 2013 02:40:47 -0700 (PDT) In-Reply-To: References: Date: Mon, 2 Sep 2013 11:40:47 +0200 Message-ID: Subject: Re: chromium-29.0.1547.57 HTML5 video issue From: Carlos Jacobo Puga Medina To: George Liaskos , freebsd-chromium@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 09:40:48 -0000 Ok, i believe i found the bug. Under i386 media unittests fail: [----------] 27 tests from PipelineIntegrationTest [ RUN ] PipelineIntegrationTest.BasicPlayback [New Thread 29c05800 (LWP 100505)] [New Thread 29c05b00 (LWP 101522)] [New Thread 29c05e00 (LWP 101523)] [New Thread 29c06a00 (LWP 101524)] Program received signal SIGBUS, Bus error. [Switching to Thread 29c05b00 (LWP 101522)] 0x2a2162b8 in ff_vp8_h_loop_filter16y_inner_ssse3 () from /usr/ports.workdir/.../out/Release/libffmpegsumo.so (gdb) That's why you get a white page on html5 video, there's a crash when you try to view vp8 content. That make sense, after I upgrade to 29.0.1547.62 works fine again. Thank you so much indeed. --CJPM 2013/9/1 George Liaskos > Ok, i believe i found the bug. > Under i386 media unittests fail: > > [----------] 27 tests from PipelineIntegrationTest > [ RUN ] PipelineIntegrationTest.BasicPlayback > [New Thread 29c05800 (LWP 100505)] > [New Thread 29c05b00 (LWP 101522)] > [New Thread 29c05e00 (LWP 101523)] > [New Thread 29c06a00 (LWP 101524)] > > Program received signal SIGBUS, Bus error. > [Switching to Thread 29c05b00 (LWP 101522)] > 0x2a2162b8 in ff_vp8_h_loop_filter16y_inner_ssse3 () from > /usr/ports.workdir/.../out/Release/libffmpegsumo.so > (gdb) > > That's why you get a white page on html5 video, there's a crash when > you try to view vp8 content. > > On Sat, Aug 31, 2013 at 3:36 AM, Carlos Jacobo Puga Medina > wrote: > > Ok, I updated to the experimental Xorg version and since then Chrome > works > > better. Gone the previous GLX message errors. > > > > I launched chrome adding the --disable-gpu flag, but it still fail at the > > same point as before. For example, this page remains blank: > > http://html5demos.com/video > > > > Log output: > > > > [20810:796934912:0831/021435:INFO:CONSOLE(325)] "Error in event handler: > > TypeError: Cannot read property 'pageSourcesAllowedLength' of undefined", > > source: event_bindings (325) > > [21010:798545408:0831/021741:ERROR:platform_thread_linux.cc(101)] Failed > to > > set nice value of thread to -10 > > > > Summarizing, I prefer keep watching youtube videos even without HTML5 > > support. > > > > > > 2013/8/30 George Liaskos > >> > >> hm, is it possible to set WITH_NEW_XORG and update or your setup > >> depends on the legacy xorg? > >> > >> You could also try --disable-gpu > >> > >> On Fri, Aug 30, 2013 at 11:10 PM, Carlos Jacobo Puga Medina > >> wrote: > >> > I have installed 1,5 GB of RAM on this computer. Digging more I see > that > >> > every time it shows a blank page reports this message: > >> > > >> > ATTENTION: default value of option force_s3tc_enable overridden by > >> > environment. > >> > [20972:796934912:0830/213811:ERROR:gl_surface_glx.cc(332)] GLX 1.3 or > >> > later > >> > is required. > >> > [20972:796934912:0830/213811:ERROR:gl_surface_x11.cc(58)] > >> > GLSurfaceGLX::InitializeOneOff failed. > >> > [20437:820765696:0830/213815:ERROR:platform_thread_linux.cc(101)] > Failed > >> > to > >> > set nice value of thread to -10 > >> > > >> > But I have not found anything related to 'Failed to create SysV shared > >> > memory region' in the record. > >> > > >> > For now I can disable the HTML5 support to make the problem go away. > >> > > >> > Thanks > >> > > >> > --CJPM > >> > > >> > > >> > > >> > 2013/8/30 George Liaskos > >> >> > >> >> How much memory do you have? > >> >> > >> >> You should run chrome and capture the output when you see the white > >> >> page, most probably you are hitting the ipc limit. Look for something > >> >> like "Failed to create SysV shared memory region". > >> >> Your output seems ok except the fact that you are using the legacy > >> >> xorg, which has nothing to do with your issue. > >> >> > >> >> On Fri, Aug 30, 2013 at 3:00 PM, Carlos Jacobo Puga Medina > >> >> wrote: > >> >> > Hi George, > >> >> > > >> >> > Thanks for reply, I did what you suggested me and this is the > output: > >> >> > % chrome --enable-logging=stderr > >> >> > [2053:796934912:0830/132908:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132936:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132936:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(325)] "Error in event > >> >> > handler > >> >> > for > >> >> > webNavigation.onDOMContentLoaded: TypeError: Cannot set property > >> >> > 'DOMLoaded' > >> >> > of undefined", source: event_bindings (325) > >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133034:INFO:CONSOLE(0)] > >> >> > "'window.webkitStorageInfo' > >> >> > is > >> >> > deprecated. Please use 'navigator.webkitTemporaryStorage' or > >> >> > 'navigator.webkitPersistentStorage' instead.", source: (0) > >> >> > [2053:796934912:0830/133039:INFO:CONSOLE(77)] "Uncaught TypeError: > >> >> > Cannot > >> >> > call method 'appendChild' of undefined", source: > >> >> > http://html5test.com/ > >> >> > (77) > >> >> > [2053:796934912:0830/133039:INFO:CONSOLE(349)] "Uncaught > >> >> > ReferenceError: > >> >> > WhichBrowser is not defined", source: http://html5test.com/ (349) > >> >> > ATTENTION: default value of option force_s3tc_enable overridden by > >> >> > environment. > >> >> > [2076:796934912:0830/133104:ERROR:gl_surface_glx.cc(332)] GLX 1.3 > or > >> >> > later > >> >> > is required. > >> >> > [2076:796934912:0830/133104:ERROR:gl_surface_x11.cc(58)] > >> >> > GLSurfaceGLX::InitializeOneOff failed. > >> >> > [2053:796934912:0830/133304:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133304:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(325)] "Error in event > >> >> > handler > >> >> > for > >> >> > webNavigation.onDOMContentLoaded: TypeError: Cannot set property > >> >> > 'DOMLoaded' > >> >> > of undefined", source: event_bindings (325) > >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133330:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133330:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133338:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133338:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2053:796934912:0830/133441:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > > >> >> > The output of 'uname -a' shows: > >> >> > FreeBSD freebsd 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug > 21 > >> >> > 20:30:17 UTC 2013 > >> >> > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > i386 > >> >> > > >> >> > I compiled the Chromium port with the following options: > >> >> > % make showconfig -C /usr/ports/www/chromium > >> >> > ===> The following configuration options are available for > >> >> > chromium-29.0.1547.57: > >> >> > CLANG=on: Build Chromium with Clang instead of GCC 4.6+ > >> >> > CODECS=on: Compile and enable patented codecs like H.264 > >> >> > DEBUG=off: Install debug symbols > >> >> > GCONF=on: GConf configuration backend support > >> >> > PULSEAUDIO=off: PulseAudio sound server support > >> >> > ===> Use 'make config' to modify these settings > >> >> > > >> >> > Also I checked how chromium-29.0.1547.57 supports HTML5 on the > >> >> > html5test.com > >> >> > page and I obtained 448 points over 500 with some errors as > expected. > >> >> > > >> >> > If you need more details, let me know. > >> >> > > >> >> > Kind regards > >> >> > > >> >> > --CJPM > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > 2013/8/30 George Liaskos > >> >> >> > >> >> >> The crash is weird. Do you have sufficient memory? Start chrome > with > >> >> >> --enable-logging=stderr and look for errors, you must be hitting > >> >> >> some > >> >> >> limit, it will show up. > >> >> >> If that doesn't help please share your config, specs and compile > >> >> >> options. > >> >> >> > >> >> >> Regards > >> >> >> > >> >> >> On Thu, Aug 29, 2013 at 2:48 PM, Carlos Jacobo Puga Medina > >> >> >> wrote: > >> >> >> > I have noticed that activating HTML5 support doesn't work > >> >> >> > websites > >> >> >> > as > >> >> >> > youtube.com and it only shows a blank page instead. > >> >> >> > > >> >> >> > Also the dmesg output shows: > >> >> >> > pid 4742 (chrome), uid 1001: exited on signal 10 > >> >> >> > > >> >> >> > Despite I have the shared memory support enabled, still not > >> >> >> > working. > >> >> >> > > >> >> >> > Any clue on this? > >> >> >> > > >> >> >> > --CJPM > >> >> >> > _______________________________________________ > >> >> >> > freebsd-chromium@freebsd.org mailing list > >> >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > >> >> >> > To unsubscribe, send any mail to > >> >> >> > "freebsd-chromium-unsubscribe@freebsd.org" > >> >> > > >> >> > > >> > > >> > > > > > >