Failure seems to occur at this point in the code:

switch_to(int vt, const char *from)
{
    if (ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt) < 0)
        FatalError("%s: VT_ACTIVATE failed: %s\n", from, strerror(errno));


** Summary changed:

- Xorg crashed with SIGSEGV immediately after login
+ Xorg crash calling ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt) immediately 
after login

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/762080

Title:
  Xorg crash calling ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt)
  immediately after login

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to