← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 762080] Re: Xorg crashed with SIGSEGV immediately after login

 

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-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/762080

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