Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@mailo.com>
Cc: "Akihiko Odaki" <odaki@rsg.ci.i.u-tokyo.ac.jp>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Alexander Kanavin" <alex.kanavin@gmail.com>,
	"Richard Purdie" <richard.purdie@linuxfoundation.org>,
	"Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>,
	openembedded-core@lists.openembedded.org, Quan.Sun@windriver.com,
	"QEMU Developers" <qemu-devel@nongnu.org>
Subject: Re: ui: Regression calling eglInitialize() since v11.0.0
Date: Fri, 5 Jun 2026 09:10:32 +0100	[thread overview]
Message-ID: <aiKEeH2UZgdePzjX@redhat.com> (raw)
In-Reply-To: <237df978-b1f2-4c66-ab4c-5894f7a44a02@mailo.com>

On Fri, Jun 05, 2026 at 08:35:13AM +0200, Philippe Mathieu-Daudé wrote:
> On 29/5/26 18:29, Alexander Kanavin wrote:
> > On Fri, 29 May 2026 at 18:10, Quan Sun via lists.openembedded.org
> > <Quan.Sun=windriver.com@lists.openembedded.org> wrote:
> > > This is likely a real QEMU 11.0 regression, but may not be in QEMU's
> > > code itself.  The QEMU 11.0 likely changed its display initialization to
> > > be multi-threaded or reordered it, triggering a race condition in the
> > > host's Wayland/EGL/Mesa stack. Maybe setting SDL_VIDEODRIVER=x11 could
> > > solve the issue.
> > > 
> > > This issue is different from the "glx: failed to create dri3 screen /
> > > failed to load driver: vgem error" seen earlier, which was a missing GPU
> > > driver issue on the host.
> > > 
> > > If you have any detailed logs, please share with me and so I have more
> > > contexts.
> > 
> > It's the same issue, I assure you. Qemu 10.x prints nothing and simply
> > starts, while qemu 11.x first tries glx/dri3 , then wayland/egl/vgem
> > (even though there's no wayland running on the build hosts), and then
> > finally crashes, with the traceback that RP provided.
> > 
> > I don't think it's a race condition, as the failure is deterministic,
> > but I agree that something has changed in qemu's GL initialization
> > sequence.
> 
> Cc'ing Marc-André & Akihiko
> 
> Context:
> 
> https://lore.kernel.org/openembedded-core/7da33301e8a0bae93a33695b4fd41f67a08e1b9f.camel@linuxfoundation.org/

If it is an suspected regression between 10.2 and 11.0, then
I'd suggest someone who is able to reproduce the issue reliably
should do a 'git bisect' to narrow it down precisely.

With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|



  reply	other threads:[~2026-06-05  8:38 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-28 20:26 [OE-core][PATCH] qemu: upgrade 10.2.0 -> 11.0.0 Quan.Sun
2026-05-29 12:42 ` Mathieu Dubois-Briand
2026-05-29 14:44   ` Quan Sun
2026-05-29 15:23     ` Alexander Kanavin
2026-05-29 15:49       ` Richard Purdie
2026-05-29 16:10         ` Quan Sun
2026-05-29 16:29           ` Alexander Kanavin
2026-05-29 16:47             ` Quan Sun
2026-05-29 17:18               ` Alexander Kanavin
2026-05-29 18:13                 ` Quan Sun
2026-05-29 18:43                   ` Alexander Kanavin
2026-06-05  6:35             ` ui: Regression calling eglInitialize() since v11.0.0 Philippe Mathieu-Daudé
2026-06-05  8:10               ` Daniel P. Berrangé [this message]
2026-06-05 12:52                 ` Alexander Kanavin
     [not found]                   ` <dd1729c6-f6e8-4790-b166-a635e34b3b1c@rsg.ci.i.u-tokyo.ac.jp>
2026-06-05 15:17                     ` Alexander Kanavin
2026-06-05 20:02                       ` Alexander Kanavin
     [not found]                       ` <18B647EA2CFF57AA.61226@lists.openembedded.org>
2026-06-10 10:36                         ` [OE-core] " Alexander Kanavin
2026-06-05 15:21                     ` Quan Sun
2026-06-05 19:55                       ` [OE-core] " Alexander Kanavin
2026-06-05 22:18                         ` Quan Sun
2026-05-29 15:52       ` [OE-core][PATCH] qemu: upgrade 10.2.0 -> 11.0.0 Quan Sun
2026-05-29 16:17         ` Alexander Kanavin
2026-06-02 16:57 ` Ross Burton
2026-06-02 19:25   ` Quan Sun
2026-06-02 19:44     ` Alexander Kanavin
     [not found]     ` <18B55B33A6799835.3712505@lists.openembedded.org>
2026-06-04 11:09       ` Alexander Kanavin
2026-06-04 15:58         ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aiKEeH2UZgdePzjX@redhat.com \
    --to=berrange@redhat.com \
    --cc=Quan.Sun@windriver.com \
    --cc=alex.kanavin@gmail.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mathieu.dubois-briand@bootlin.com \
    --cc=odaki@rsg.ci.i.u-tokyo.ac.jp \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=philmd@mailo.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox