Date: Mon, 2 Sep 2013 11:40:47 +0200 From: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> To: George Liaskos <geo.liaskos@gmail.com>, freebsd-chromium@freebsd.org Subject: Re: chromium-29.0.1547.57 HTML5 video issue Message-ID: <CAHHLbRMtk2vSjGoYFc1QS3ycW-4EFhcfm0HRWNQBGy_FFvG-Mg@mail.gmail.com> In-Reply-To: <CANcjpODre=in5Xhmv-Oxb3dL=8aKvAAb2CJwku7cgy17aO-z9g@mail.gmail.com> References: <CAHHLbRNCzq=0RYxLNqC=WynScTqP5h8ZFZQxBqbPmNNkHA5qBA@mail.gmail.com> <CANcjpOC6Tmhe-nm92ZD8WnDT=qdo-wnAeqPGk0CX=v5PBKy9xg@mail.gmail.com> <CAHHLbRM-6NyNDjAE==xHfLG2898ejzC9U0h0-4tQpnquORNizA@mail.gmail.com> <CANcjpOB=ajx5GOd=oX50M_NDe=bKUk=LRZm4ZTQhCqg=FD%2B=EA@mail.gmail.com> <CAHHLbRO6NSYB-k5hD0nqaiLFUX3ZowLGj4FzyzsAYmDsW_55qg@mail.gmail.com> <CANcjpODJd6iFYN16A%2BgoY564Z1pfiAO4aKUkmbRM38Otv4pjcA@mail.gmail.com> <CAHHLbRMQo98a2qTpgjiohtJd_j-8SW36tyoCqbg0UEimGZCJ8w@mail.gmail.com> <CANcjpODre=in5Xhmv-Oxb3dL=8aKvAAb2CJwku7cgy17aO-z9g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <geo.liaskos@gmail.com> > 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 > <cjpugmed@gmail.com> 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 <geo.liaskos@gmail.com> > >> > >> 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 > >> <cjpugmed@gmail.com> 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 <geo.liaskos@gmail.com> > >> >> > >> >> 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 > >> >> <cjpugmed@gmail.com> 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 <geo.liaskos@gmail.com> > >> >> >> > >> >> >> 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 > >> >> >> <cjpugmed@gmail.com> 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" > >> >> > > >> >> > > >> > > >> > > > > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHHLbRMtk2vSjGoYFc1QS3ycW-4EFhcfm0HRWNQBGy_FFvG-Mg>