All of lore.kernel.org
 help / color / mirror / Atom feed
* Ozone Chromium on iMx6
@ 2016-06-30 17:34 Luigi Scagnet
  2016-07-01  6:34 ` Carlos Rafael Giani
  0 siblings, 1 reply; 4+ messages in thread
From: Luigi Scagnet @ 2016-06-30 17:34 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 4038 bytes --]

Hello all,
I've built a Weston image with command bitbake core-image-weston for my
custom board mounting an iMx6 quadcore. All seems to work fine, Weston
starts.
Now I'm trying to include ozone chromium in my image, the bitbake process
ends without error, but when i try to starts chromium it crash with a lot
of problems, could someone help me?

Thanks for all.
Regards
Luigi

Runtime log:
root@ls6q:~# uname -a
Linux ls6q 3.14.52-1.1.0_ga+g5f6f0a5 #1 SMP PREEMPT Sun Jun 5 13:20:28 CEST
2016 armv7l GNU/Linux
root@ls6q:~# export XDG_RUNTIME_DIR=/run/user/root
root@ls6q:~# google-chrome
[472:472:0627/223517:ERROR:image_metadata_extractor.cc(112)] Couldn't load
libexif. libexif.so.12: cannot open shared object file: No such file or
directory
[470:470:0627/223517:ERROR:desktop_window_tree_host_ozone.cc(572)] Not
implemented reached in virtual void
views::DesktopWindowTreeHostOzone::SetWindowIcons)
[470:470:0627/223517:ERROR:ozone_webui.cc(60)] Not implemented reached in
virtual void
views::OzoneWebUI::GetDefaultFontDescription(std::__cxx11::string*, it
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[470:470:0627/223517:ERROR:desktop_window_tree_host_ozone.cc(572)] Not
implemented reached in virtual void
views::DesktopWindowTreeHostOzone::SetWindowIcons)
[470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached in
virtual gfx::FontRenderParams
views::OzoneWebUI::GetDefaultFontRenderParams() const
[498:498:0627/223517:ERROR:sandbox_linux.cc(338)] InitializeSandbox()
called with multiple threads in process gpu-process
/usr/bin/google-chrome: line 11:   470 Segmentation fault
/usr/bin/chromium/chrome ${CHROME_EXTRA_ARGS} $@
root@ls6q:~#

Build info:
Build Configuration:
BB_VERSION        = "1.30.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "universal"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "ls6q"
DISTRO            = "raccoon"
DISTRO_VERSION    = "0.1"
TUNE_FEATURES     = "arm armv7a vfp thumb neon
callconvention-hard       cortexa9"
TARGET_FPU        = "hard"
meta
meta-poky         = "HEAD:4376fb851791a1fb514873ad239d516dd7159341"
meta-oe
meta-multimedia
meta-gnome
meta-networking
meta-python       = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-fsl-arm      = "HEAD:3f34509381092a893b8efe4451018b8d67a5abf6"
meta-fsl-arm-extra = "HEAD:698cf389aa446244a39b597fbf58be1d55096500"
meta-fsl-demos    = "HEAD:7e4237db1f48cbbde776b17a66d71def14e3809e"
meta-qt5          = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75"
meta-browser      = "master:1b4f1e588b1901d8919ea2362b0fcba37c5023e0"

[-- Attachment #2: Type: text/html, Size: 4519 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ozone Chromium on iMx6
  2016-06-30 17:34 Ozone Chromium on iMx6 Luigi Scagnet
@ 2016-07-01  6:34 ` Carlos Rafael Giani
  2016-07-01 17:10   ` Luigi Scagnet
  0 siblings, 1 reply; 4+ messages in thread
From: Carlos Rafael Giani @ 2016-07-01  6:34 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 4424 bytes --]

This could be GCC 5 related. Try adding this line to local.conf and then 
rebuild Chromium:

GCCVERSION = "4.9%"

On 2016-06-30 19:34, Luigi Scagnet wrote:
> Hello all,
> I've built a Weston image with command bitbake core-image-weston for 
> my custom board mounting an iMx6 quadcore. All seems to work fine, 
> Weston starts.
> Now I'm trying to include ozone chromium in my image, the bitbake 
> process ends without error, but when i try to starts chromium it crash 
> with a lot of problems, could someone help me?
>
> Thanks for all.
> Regards
> Luigi
>
> Runtime log:
> root@ls6q:~# uname -a
> Linux ls6q 3.14.52-1.1.0_ga+g5f6f0a5 #1 SMP PREEMPT Sun Jun 5 13:20:28 
> CEST 2016 armv7l GNU/Linux
> root@ls6q:~# export XDG_RUNTIME_DIR=/run/user/root
> root@ls6q:~# google-chrome
> [472:472:0627/223517:ERROR:image_metadata_extractor.cc(112)] Couldn't 
> load libexif. libexif.so.12: cannot open shared object file: No such 
> file or directory
> [470:470:0627/223517:ERROR:desktop_window_tree_host_ozone.cc(572)] Not 
> implemented reached in virtual void 
> views::DesktopWindowTreeHostOzone::SetWindowIcons)
> [470:470:0627/223517:ERROR:ozone_webui.cc(60)] Not implemented reached 
> in virtual void 
> views::OzoneWebUI::GetDefaultFontDescription(std::__cxx11::string*, it
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [470:470:0627/223517:ERROR:desktop_window_tree_host_ozone.cc(572)] Not 
> implemented reached in virtual void 
> views::DesktopWindowTreeHostOzone::SetWindowIcons)
> [470:470:0627/223517:ERROR:ozone_webui.cc(51)] Not implemented reached 
> in virtual gfx::FontRenderParams 
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [498:498:0627/223517:ERROR:sandbox_linux.cc(338)] InitializeSandbox() 
> called with multiple threads in process gpu-process
> /usr/bin/google-chrome: line 11:   470 Segmentation fault 
> /usr/bin/chromium/chrome ${CHROME_EXTRA_ARGS} $@
> root@ls6q:~#
>
> Build info:
> Build Configuration:
> BB_VERSION        = "1.30.0"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "universal"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "ls6q"
> DISTRO            = "raccoon"
> DISTRO_VERSION    = "0.1"
> TUNE_FEATURES     = "arm armv7a vfp thumb neon 
> callconvention-hard       cortexa9"
> TARGET_FPU        = "hard"
> meta
> meta-poky         = "HEAD:4376fb851791a1fb514873ad239d516dd7159341"
> meta-oe
> meta-multimedia
> meta-gnome
> meta-networking
> meta-python       = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
> meta-fsl-arm      = "HEAD:3f34509381092a893b8efe4451018b8d67a5abf6"
> meta-fsl-arm-extra = "HEAD:698cf389aa446244a39b597fbf58be1d55096500"
> meta-fsl-demos    = "HEAD:7e4237db1f48cbbde776b17a66d71def14e3809e"
> meta-qt5          = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75"
> meta-browser      = "master:1b4f1e588b1901d8919ea2362b0fcba37c5023e0"
>
>
>


[-- Attachment #2: Type: text/html, Size: 5982 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ozone Chromium on iMx6
  2016-07-01  6:34 ` Carlos Rafael Giani
@ 2016-07-01 17:10   ` Luigi Scagnet
  2016-07-06 23:21     ` Ian Coolidge
  0 siblings, 1 reply; 4+ messages in thread
From: Luigi Scagnet @ 2016-07-01 17:10 UTC (permalink / raw)
  To: meta-freescale

Ok, I've rebuild all, now the error is:

root@ls6q:~# export XDG_RUNTIME_DIR=/run/user/root
root@ls6q:~# google-chrome
[369:369:0701/165201:ERROR:sandbox_linux.cc(338)] InitializeSandbox() 
called with multiple threads in process gpu-process
[342:342:0701/165201:ERROR:desktop_window_tree_host_ozone.cc(572)] Not 
implemented reached in virtual void 
views::DesktopWindowTreeHostOzone::SetWindowIcons)
[342:342:0701/165201:ERROR:ozone_webui.cc(60)] Not implemented reached 
in virtual void 
views::OzoneWebUI::GetDefaultFontDescription(std::string*, int*, int*t
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:desktop_window_tree_host_ozone.cc(572)] Not 
implemented reached in virtual void 
views::DesktopWindowTreeHostOzone::SetWindowIcons)
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
[342:342:0701/165202:ERROR:ozone_webui.cc(51)] Not implemented reached 
in virtual gfx::FontRenderParams 
views::OzoneWebUI::GetDefaultFontRenderParams() const
Received signal 11 SEGV_MAPERR 000000000018
#0 0x000072f3524e <unknown>
#1 0x000072f35574 <unknown>
#2 0x000071e37c70 <unknown>
#3 0x0000735da31c <unknown>
[end of stack trace]
[385:385:0701/165202:ERROR:sandbox_linux.cc(338)] InitializeSandbox() 
called with multiple threads in process gpu-process
Received signal 11 SEGV_MAPERR 000000000018
#0 0x000072f3824e <unknown>
#1 0x000072f38574 <unknown>
#2 0x000071e3ac70 <unknown>
#3 0x0000735dd31c <unknown>
[end of stack trace]
[342:342:0701/165202:ERROR:gpu_channel_host.cc(207)] 
GpuChannelHost::CreateViewCommandBuffer failed.
[342:342:0701/165202:ERROR:webgraphicscontext3d_command_buffer_impl.cc(227)] 
Failed to initialize command buffer.
[342:342:0701/165202:ERROR:gpu_channel_host.cc(256)] Failed to send 
GpuChannelMsg_CreateOffscreenCommandBuffer.
[342:342:0701/165202:ERROR:webgraphicscontext3d_command_buffer_impl.cc(227)] 
Failed to initialize command buffer.
[342:342:0701/165202:FATAL:display.cc(254)] The browser process has 
attempted to start the GPU process in software rendering mode. Software 
rendering is not'
#0 0x000072f5224e <unknown>
#1 0x000072f633ea <unknown>
#2 0x0000735f5074 <unknown>
#3 0x000074b56c96 <unknown>
#4 0x000074b54d40 <unknown>
#5 0x000074b5398e <unknown>
#6 0x000074ace3ca <unknown>
#7 0x000074acee06 <unknown>
#8 0x000072f9bf1c <unknown>
#9 0x000072f67cdc <unknown>
#10 0x000072f67f82 <unknown>
#11 0x000072f68502 <unknown>
#12 0x000072f4b5e6 <unknown>
#13 0x000072f7685c <unknown>
#14 0x000072daa54e <unknown>
#15 0x000074a81aae <unknown>
#16 0x000074929192 <unknown>
#17 0x00007492903c <unknown>
#18 0x000072f202f6 <unknown>
#19 0x000072f1f57a <unknown>
#20 0x000072bfdc28 ChromeMain
#21 0x000071e3ed38 __libc_start_main

/usr/bin/google-chrome: line 11:   342 Aborted /usr/bin/chromium/chrome 
${CHROME_EXTRA_ARGS} $@
[405:405:0701/165202:ERROR:sandbox_linux.cc(338)] InitializeSandbox() 
called with multiple threads in process gpu-process
root@ls6q:~#


Thanks for your help!!!!
Bye
Luigi


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ozone Chromium on iMx6
  2016-07-01 17:10   ` Luigi Scagnet
@ 2016-07-06 23:21     ` Ian Coolidge
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Coolidge @ 2016-07-06 23:21 UTC (permalink / raw)
  To: Luigi Scagnet; +Cc: meta-freescale Mailing List

[-- Attachment #1: Type: text/plain, Size: 5467 bytes --]

Try clearing ~/.chromium and launching with a targeted website

rm -rf ~/.chromium
DISPLAY=:0 google-chrome www.google.com

My chromium builds currently only work when directed at a website. They
also crash after a new tab is opened, but will work until that point in
time.

On Fri, Jul 1, 2016 at 10:10 AM, Luigi Scagnet <luigi.scagnet@gmail.com>
wrote:

> Ok, I've rebuild all, now the error is:
>
> root@ls6q:~# export XDG_RUNTIME_DIR=/run/user/root
> root@ls6q:~# google-chrome
> [369:369:0701/165201:ERROR:sandbox_linux.cc(338)] InitializeSandbox()
> called with multiple threads in process gpu-process
> [342:342:0701/165201:ERROR:desktop_window_tree_host_ozone.cc(572)] Not
> implemented reached in virtual void
> views::DesktopWindowTreeHostOzone::SetWindowIcons)
> [342:342:0701/165201:ERROR:ozone_webui.cc(60)] Not implemented reached in
> virtual void views::OzoneWebUI::GetDefaultFontDescription(std::string*,
> int*, int*t
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:desktop_window_tree_host_ozone.cc(572)] Not
> implemented reached in virtual void
> views::DesktopWindowTreeHostOzone::SetWindowIcons)
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165201:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> [342:342:0701/165202:ERROR:ozone_webui.cc(51)] Not implemented reached in
> virtual gfx::FontRenderParams
> views::OzoneWebUI::GetDefaultFontRenderParams() const
> Received signal 11 SEGV_MAPERR 000000000018
> #0 0x000072f3524e <unknown>
> #1 0x000072f35574 <unknown>
> #2 0x000071e37c70 <unknown>
> #3 0x0000735da31c <unknown>
> [end of stack trace]
> [385:385:0701/165202:ERROR:sandbox_linux.cc(338)] InitializeSandbox()
> called with multiple threads in process gpu-process
> Received signal 11 SEGV_MAPERR 000000000018
> #0 0x000072f3824e <unknown>
> #1 0x000072f38574 <unknown>
> #2 0x000071e3ac70 <unknown>
> #3 0x0000735dd31c <unknown>
> [end of stack trace]
> [342:342:0701/165202:ERROR:gpu_channel_host.cc(207)]
> GpuChannelHost::CreateViewCommandBuffer failed.
> [342:342:0701/165202:ERROR:webgraphicscontext3d_command_buffer_impl.cc(227)]
> Failed to initialize command buffer.
> [342:342:0701/165202:ERROR:gpu_channel_host.cc(256)] Failed to send
> GpuChannelMsg_CreateOffscreenCommandBuffer.
> [342:342:0701/165202:ERROR:webgraphicscontext3d_command_buffer_impl.cc(227)]
> Failed to initialize command buffer.
> [342:342:0701/165202:FATAL:display.cc(254)] The browser process has
> attempted to start the GPU process in software rendering mode. Software
> rendering is not'
> #0 0x000072f5224e <unknown>
> #1 0x000072f633ea <unknown>
> #2 0x0000735f5074 <unknown>
> #3 0x000074b56c96 <unknown>
> #4 0x000074b54d40 <unknown>
> #5 0x000074b5398e <unknown>
> #6 0x000074ace3ca <unknown>
> #7 0x000074acee06 <unknown>
> #8 0x000072f9bf1c <unknown>
> #9 0x000072f67cdc <unknown>
> #10 0x000072f67f82 <unknown>
> #11 0x000072f68502 <unknown>
> #12 0x000072f4b5e6 <unknown>
> #13 0x000072f7685c <unknown>
> #14 0x000072daa54e <unknown>
> #15 0x000074a81aae <unknown>
> #16 0x000074929192 <unknown>
> #17 0x00007492903c <unknown>
> #18 0x000072f202f6 <unknown>
> #19 0x000072f1f57a <unknown>
> #20 0x000072bfdc28 ChromeMain
> #21 0x000071e3ed38 __libc_start_main
>
> /usr/bin/google-chrome: line 11:   342 Aborted /usr/bin/chromium/chrome
> ${CHROME_EXTRA_ARGS} $@
> [405:405:0701/165202:ERROR:sandbox_linux.cc(338)] InitializeSandbox()
> called with multiple threads in process gpu-process
> root@ls6q:~#
>
>
> Thanks for your help!!!!
> Bye
> Luigi
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>

[-- Attachment #2: Type: text/html, Size: 6305 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-06 23:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-30 17:34 Ozone Chromium on iMx6 Luigi Scagnet
2016-07-01  6:34 ` Carlos Rafael Giani
2016-07-01 17:10   ` Luigi Scagnet
2016-07-06 23:21     ` Ian Coolidge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.