[Bug 79909] [GM45, bisected, SNA] X won't start

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 11 04:13:45 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=79909

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
If I know which bug you are talking about, it is not actually a bug in the DDX
or even X. But the kernel hangs when X tries to VT switch. If you do have ssh,
you could grab the log (so I presume you don't!) and could even attach gdb to
verify where the hang occurs.

This prevents the kernel bug from causing X to hang:

index 2bd78e2..a7bdc4b 100644
--- a/drivers/tty/vt/vt_ioctl.c
+++ b/drivers/tty/vt/vt_ioctl.c
@@ -684,7 +684,8 @@ int vt_ioctl(struct tty_struct *tty,
                        console_unlock();
                        if (ret)
                                break;
-                       set_console(arg);
+                       if (set_console(arg))
+                               ret = -EIO;
                }
                break;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140611/75f71ca4/attachment.html>


More information about the intel-gfx-bugs mailing list