[Wayland-bugs] [Bug 108038] Xwayland crashes, display_handle_error, authenticate error inside libwayland-client.so, GUI app autostart whilst being switched to TTY
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 25 11:24:59 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108038
--- Comment #4 from Olivier Fourdan <fourdan at xfce.org> ---
That "authenicate failed" (with the typo in "authenicate") is typical of drm
authentication in Mesa:
175 static void
176 drm_authenticate(struct wl_client *client,
177 struct wl_resource *resource, uint32_t id)
178 {
179 struct wl_drm *drm = wl_resource_get_user_data(resource);
180
181 if (drm->callbacks.authenticate(drm->user_data, id) < 0)
182 wl_resource_post_error(resource,
183 WL_DRM_ERROR_AUTHENTICATE_FAIL,
184 "authenicate failed");
185 else
186 wl_resource_post_event(resource, WL_DRM_AUTHENTICATED);
187 }
https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-drm/wayland-drm.c#n175
Does the issue occurs if you wait for the X client to start before switching to
another tty?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20180925/bc1c215f/attachment.html>
More information about the wayland-bugs
mailing list