From owner-freebsd-chromium@FreeBSD.ORG Sun Sep 1 18:32:42 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EAA3BE5 for ; Sun, 1 Sep 2013 18:32:41 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-ea0-x22a.google.com (mail-ea0-x22a.google.com [IPv6:2a00:1450:4013:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B5FA2E07 for ; Sun, 1 Sep 2013 18:32:41 +0000 (UTC) Received: by mail-ea0-f170.google.com with SMTP id h14so1924763eak.29 for ; Sun, 01 Sep 2013 11:32:39 -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 :cc:content-type; bh=tVA1q7quBKSmdQckWlHThcVxOyE7c1lGYWCaxieW1DQ=; b=rM5KmkH1UOpDkU5UbCG3/YWH45skFllnQphHpOoryHp+D39Umdd/l6FMntGRsCtLxx Tm9D1QWqtGlE+Dvo9GWGgTn1pe3qe2EDXyoP95Tsqg+EqxQnaFOcrPfpyhxqg0y/mdba a/UpuHHH0oIu+vqz/JnP6Y8J5eQEg6JFiHdqHM7D5lLd06oU7+LkYYGwEfY7nlM0ze1f dsIGo4jm+lZqTZwXbedDebHJ+LgJuB2cQQibGM2uAAfgprJA61i9WhJCfX+ULJO2y/xa 2VpiBQ1PiCsmhNceVRdlRYGHW2C7GniGlcV0NtMrKqBTkr2a88StTPFXqg2v0jrVVcNw Usuw== MIME-Version: 1.0 X-Received: by 10.14.103.69 with SMTP id e45mr5304662eeg.51.1378060359629; Sun, 01 Sep 2013 11:32:39 -0700 (PDT) Received: by 10.223.72.5 with HTTP; Sun, 1 Sep 2013 11:32:39 -0700 (PDT) In-Reply-To: References: Date: Sun, 1 Sep 2013 21:32:39 +0300 Message-ID: Subject: Re: chromium-29.0.1547.57 HTML5 video issue From: George Liaskos To: Carlos Jacobo Puga Medina Content-Type: text/plain; charset=UTF-8 Cc: chromium-list freebsd 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: Sun, 01 Sep 2013 18:32:42 -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. 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" >> >> > >> >> > >> > >> > > >