Hi all,

I'm building an image for i.MX6Q Sabreauto board with Yocto (Krogoth : 
4.1.15-2.0.0) and X11 compositor. I have integrated chromium web browser.
While running the chromium browser to play videos on youtube, the browser is 
crashing. Crash log is attached below.

root@imx6qsabreauto:~# google-chrome www.google.com
[1373:1373:0111/053924:ERROR:sandbox_linux.cc(338)] InitializeSandbox() called 
with multiple threads in process gpu-process
[1346:1346:0111/053924:ERROR:surface_display_output_surface.cc(100)] Not 
implemented reached in virtual void 
cc::SurfaceDisplayOutputSurface::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053924:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053925:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053942:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053942:ERROR:surface_display_output_surface.cc(100)] Not 
implemented reached in virtual void 
cc::SurfaceDisplayOutputSurface::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053942:ERROR:surface_display_output_surface.cc(100)] Not 
implemented reached in virtual void 
cc::SurfaceDisplayOutputSurface::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053944:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053945:ERROR:surface_display_output_surface.cc(100)] Not 
implemented reached in virtual void 
cc::SurfaceDisplayOutputSurface::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053945:ERROR:surface_display_output_surface.cc(100)] Not 
implemented reached in virtual void 
cc::SurfaceDisplayOutputSurface::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053948:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053948:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053949:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053949:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053951:ERROR:surface_display_output_surface.cc(100)] Not 
implemented reached in virtual void 
cc::SurfaceDisplayOutputSurface::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053951:ERROR:surface_display_output_surface.cc(100)] Not 
implemented reached in virtual void 
cc::SurfaceDisplayOutputSurface::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053953:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1346:0111/053953:ERROR:delegated_frame_host.cc(543)] Not implemented 
reached in virtual void 
content::DelegatedFrameHost::SetBeginFrameSource(cc::SurfaceId, 
cc::BeginFrameSource*)
[1346:1445:0111/053957:ERROR:logging.h(810)] Failed to call method: 
org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: 
org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was 
not provided by any .service files
[1346:1445:0111/053959:ERROR:logging.h(810)] Failed to call method: 
org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: 
org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was 
not provided by any .service files
tcmalloc: large alloc 1572556800 bytes == (nil) @  (nil)
[1346:1362:0111/054006:FATAL:memory_linux.cc(43)] Out of memory.
#0 0x0000551acc02 <unknown>
#1 0x0000551bc5aa <unknown>
#2 0x0000551ca146 <unknown>
#3 0x00005804efbe tc_newarray
#4 0x0000554a6186 <unknown>
#5 0x0000554a620c <unknown>
#6 0x000056b83590 <unknown>
#7 0x000056be6d2a <unknown>
#8 0x000056be70d2 <unknown>
#9 0x000056bf2946 <unknown>
#10 0x000056c97b1a <unknown>
#11 0x000056beb866 <unknown>
#12 0x000056be90f8 <unknown>
#13 0x000056bfa0b4 <unknown>
#14 0x0000551f0232 <unknown>
#15 0x0000551c02fa <unknown>
#16 0x0000551c087a <unknown>
#17 0x0000551c0b4c <unknown>
#18 0x0000551c1e5c <unknown>
#19 0x0000551cdbe4 <unknown>
#20 0x0000551bfc7c <unknown>
#21 0x0000551dd63c <unknown>
#22 0x0000551db15a <unknown>

/usr/bin/google-chrome: line 11:  1346 Aborted                 
/usr/bin/chromium/chrome ${CHROME_EXTRA_ARGS} $@

Please help me solve this issue or any suggestions/references can also be 
helpful.

Thanks and Regards,
Chintha
________________________________

Confidentiality Statement / Disclaimer : This message and any attachments is 
intended for the sole use of the intended recipient. It may contain 
confidential information. Any unauthorized use, dissemination or modification 
is strictly prohibited. If you are not the intended recipient, please notify 
the sender immediately then delete it from all your systems, and do not copy, 
use or print. Internet communications are not secure and it is the 
responsibility of the recipient to make sure that it is virus/malicious code 
exempt.

The company/sender cannot be responsible for any unauthorized alterations or 
modifications made to the contents. If you require any form of confirmation of 
the contents, please contact the company/sender. The company/sender is not 
liable for any errors or omissions in the content of this message.

________________________________
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to