All of lore.kernel.org
 help / color / mirror / Atom feed
* Weston Failure
@ 2018-04-26  7:15 Nishina A. Pervin
  2018-04-26 19:06 ` Zoran Stojsavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Nishina A. Pervin @ 2018-04-26  7:15 UTC (permalink / raw)
  To: yocto

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

Hi Sir ,

We are using weston (1.9.0) for loading our application on IMx6Q sabreauto board.
sometimes it fails to start and sometime it works after reboot or after restart Weston services.
I found that there is some synchronisation issue occurred in loading western service at the boot time.
A log file (/var/log/weston.log)is mentioned in the western-start script file .
Form the log file I get the details about error like below

Date: 2018-02-09 UTC
[09:47:32.751] weston 1.9.0
               http://wayland.freedesktop.org
               Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.9.0
               Build: 1.8.93-2-gb05cdb8 configure.ac: bump to version 1.9.0 for the official release (2015-09-21 18:11:26 -0700)
[09:47:32.752] OS: Linux, 4.1.15-rt18-2.0.0-avb-1_1_cand20170403+gb63f3f5, #9 SMP PREEMPT RT Wed Mar 14 12:37:25 IST 2018, armv7l
[09:47:32.754] Using config file '/home/root/.config/weston.ini'
[09:47:32.757] Loading module '/usr/lib/weston/fbdev-backend.so'
[09:47:32.981] Output repaint window is 7 ms maximum.
[09:47:32.981] initializing fbdev backend
[09:47:33.018] Loading module '/usr/lib/weston/gl-renderer.so'
[09:47:33.026] warning: either no EGL_EXT_platform_base support or specific platform support; falling back to eglGetDisplay.
[09:47:33.027] failed to create display
[09:47:33.027] gl_renderer_create failed.
[09:47:33.027] fatal: failed to create compositor backend


Could you please help me to resolve this issue.


Regards
Nishina

________________________________

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.

________________________________

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

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

* Re: Weston Failure
  2018-04-26  7:15 Weston Failure Nishina A. Pervin
@ 2018-04-26 19:06 ` Zoran Stojsavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Zoran Stojsavljevic @ 2018-04-26 19:06 UTC (permalink / raw)
  To: Nishina A. Pervin; +Cc: yocto

> A log file (/var/log/weston.log)is mentioned in the western-start script file .

Western or Weston? I never saw anything as western, considering GFX
(you mentioned western twice)?! Probably you meant Weston.

Weston is Wayland backend, actually, Wayland is more of a GFX
communication protocol, and Weston is one of the several compositors
behind Wayland. Other well-known compositor is Mutter, as common
example.

It seems that you have timing synchronisation problem (race effect)
between EGL's (Embedded Graphic Library) loadable modules components,
and the best place to ask about such things is exactly:
http://wayland.freedesktop.org
Bug reports to:
https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.9.0

Best Regards,
Zoran
_______

On Thu, Apr 26, 2018 at 9:15 AM, Nishina A. Pervin
<Nishina.Pervin@nestgroup.net> wrote:
> Hi Sir ,
>
>
>
> We are using weston (1.9.0) for loading our application on IMx6Q sabreauto
> board.
>
> sometimes it fails to start and sometime it works after reboot or after
> restart Weston services.
>
> I found that there is some synchronisation issue occurred in loading western
> service at the boot time.
>
> A log file (/var/log/weston.log)is mentioned in the western-start script
> file .
>
> Form the log file I get the details about error like below
>
>
>
> Date: 2018-02-09 UTC
>
> [09:47:32.751] weston 1.9.0
>
>                http://wayland.freedesktop.org
>
>                Bug reports to:
> https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.9.0
>
>                Build: 1.8.93-2-gb05cdb8 configure.ac: bump to version 1.9.0
> for the official release (2015-09-21 18:11:26 -0700)
>
> [09:47:32.752] OS: Linux, 4.1.15-rt18-2.0.0-avb-1_1_cand20170403+gb63f3f5,
> #9 SMP PREEMPT RT Wed Mar 14 12:37:25 IST 2018, armv7l
>
> [09:47:32.754] Using config file '/home/root/.config/weston.ini'
>
> [09:47:32.757] Loading module '/usr/lib/weston/fbdev-backend.so'
>
> [09:47:32.981] Output repaint window is 7 ms maximum.
>
> [09:47:32.981] initializing fbdev backend
>
> [09:47:33.018] Loading module '/usr/lib/weston/gl-renderer.so'
>
> [09:47:33.026] warning: either no EGL_EXT_platform_base support or specific
> platform support; falling back to eglGetDisplay.
>
> [09:47:33.027] failed to create display
>
> [09:47:33.027] gl_renderer_create failed.
>
> [09:47:33.027] fatal: failed to create compositor backend
>
>
>
>
>
> Could you please help me to resolve this issue.
>
>
>
>
>
> Regards
>
> Nishina
>
>
>
> ________________________________
>
> 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.
>
> ________________________________
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

end of thread, other threads:[~2018-04-26 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  7:15 Weston Failure Nishina A. Pervin
2018-04-26 19:06 ` Zoran Stojsavljevic

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.