I just saw this too, while doing nothing very special, just editing a text file. I'm taking the liberty of reassigning this over to xserver- xorg-input-evdev, which seems to include the function that's crashing.
The text of the function is short enough to paste here: void EvdevMBEmuBlockHandler(pointer data, struct timeval **waitTime, pointer LastSelectMask) { InputInfoPtr pInfo = (InputInfoPtr) data; EvdevPtr pEvdev= (EvdevPtr) pInfo->private; int ms; if (pEvdev->emulateMB.pending) { ms = pEvdev->emulateMB.expires - GetTimeInMillis (); if (ms <= 0) ms = 0; AdjustWaitForDelay (waitTime, ms); } } ** Package changed: xorg-server (Ubuntu) => xserver-xorg-input-evdev (Ubuntu) -- Xorg crashed with SIGSEGV in EvdevMBEmuBlockHandler() https://bugs.launchpad.net/bugs/343528 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs