[Webkit-unassigned] [Bug 229032] [GTK] Simplify TestWebKitAccessibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 03:23:54 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229032

--- Comment #11 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #10)
> (In reply to Michael Catanzaro from comment #9)
> > (In reply to Carlos Garcia Campos from comment #8)
> > > It happens with devhelp too...
> > 
> > Sounds like either GTK or WebKit itself is to blame then, right? I doubt
> > devhelp has any a11y-related code at all.
> 
> I've found the common point, the WebKit bubblewrap sandbox. For some reason
> atk bridge is creating a dbus server for a socket path that is never
> created. I don't know what fails exactly, but I would say
> dbus_server_listen() should fail instead of returning a server for a socket
> path that doesn't actually exist.

It seems the path exists right after the server is created, that's why it doesn't fail, but it's later removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210820/d6a796cb/attachment-0001.htm>


More information about the webkit-unassigned mailing list