Ok I have verified that my local fix works, this ErrorF triggers in the
beginning of AttendClient:

void
AttendClient (ClientPtr client)
{
    OsCommPtr oc = (OsCommPtr)client->osPrivate;
    int connection;

    if (!oc) {
      ErrorF("osPrivate NULL in AttendClient!");
      return;
    }

I had put the xserver-xorg-core package on hold while testing the local 
modifications so it's theoretically possible
this was already fixed meanwhile in updates made to precise.

-- 
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/1033242

Title:
  X server crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1033242/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to