ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #12485
[Bug 343528] Re: Xorg crashed with SIGSEGV in EvdevMBEmuBlockHandler()
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-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.