[Development] What to do if tests hang on the CI and I can't reproduce that locally?

Ilya Fedin fedin-ilja2010 at ya.ru
Tue May 14 18:23:50 CEST 2024


On Tue, 14 May 2024 09:06:04 -0700
Thiago Macieira <thiago.macieira at intel.com> wrote:

> On Tuesday 14 May 2024 08:25:14 GMT-7 Ilya Fedin wrote:
> > No, they don't, they only adding re-reading RESOURCE_MANAGER
> > property on the X11 root window once they update.
> > 
> > The only thing I can assume is that the order of Qt+gtk requests is
> > triggering some bug in X server and it hangs... But I'm unable to
> > reproduce that myself to debug.  
> 
> Maybe the issue is something that you've stopped doing because you're
> now doing this.
> 

I fail to imagine how that could be... gtk shouldn't care how Qt gets
DPI and especially it shouldn't make it hang on XInternAtom (which
makes X server either to get an integer from its internal string-integer
map or increment the internal counter and add it to the aforementioned
map with the supplied string, as far as I understand, no
client-to-client messaging here).


More information about the Development mailing list