Summary: | vt-switching to X-session during weston shutdown crashes X-session | ||
---|---|---|---|
Product: | Wayland | Reporter: | U. Artie Eoff <ullysses.a.eoff> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | ||
Version: | 1.3.0 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
U. Artie Eoff
2013-10-25 22:15:09 UTC
commit a28ba55b56c3c94a86524a8cd13cae9257d91376 Author: Kristian Høgsberg <krh@bitplanet.net> Date: Wed Oct 30 16:27:16 2013 -0700 launcher: Make sure we drop drm master before we allow VT switches On shutdown, we can risk having a pending vt switch that we normally handle in the vt signal handler. However as we put the vt back in VT_AUTO mode, the pending VT switch will go through and if we haven't dropped drm master at that point, we could switch to another display server without dropping drm master. That will typically crash the other server, so let's try to make sure we don't do that. https://bugs.freedesktop.org/show_bug.cgi?id=70877 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.