** Changed in: xorg-server
Importance: Unknown => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/231484
Title:
Xorg segfaults in XkbHandleBell() if pressing "Del" key
--
ubuntu-bugs mailing
** Changed in: xorg-server
Importance: High => Unknown
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/231484
Title:
Xorg segfaults in XkbHandleBell() if pressing "Del" key
--
ubuntu-bugs mailing
Fixed by xserver 1.6rc in jaunty.
** Changed in: xorg-server (Ubuntu)
Assignee: Bryce Harrington (bryceharrington) => (unassigned)
Status: In Progress => Fix Released
--
Xorg segfaults in XkbHandleBell() if pressing "Del" key
https://bugs.launchpad.net/bugs/231484
You received this b
** Changed in: xorg-server (Ubuntu)
Assignee: (unassigned) => Bryce Harrington (bryceharrington)
Status: Triaged => In Progress
--
Xorg segfaults in XkbHandleBell() if pressing "Del" key
https://bugs.launchpad.net/bugs/231484
You received this bug notification because you are a member
** Changed in: xorg-server
Status: Confirmed => Fix Released
--
Xorg segfaults in XkbHandleBell() if pressing "Del" key
https://bugs.launchpad.net/bugs/231484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
Good news. I finally had time to figure out how to compile xorg myself.
By checking the variable as described in the patch above, the crashes
went away.
if (!kbd) {
xf86MsgVerb(X_WARNING, 0, "XkbHandleBell: Warning: kbd was NULL\n");
return;
}
if (!kbd->key) {
xf86MsgVerb(X_WARNING, 0, "XkbHandleB
** Changed in: xorg-server
Status: Unknown => Confirmed
--
Xorg segfaults in XkbHandleBell() if pressing "Del" key
https://bugs.launchpad.net/bugs/231484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
Alright, well I'll just forward it upstream. Please subscribe to
https://bugs.freedesktop.org/show_bug.cgi?id=18520, in case they need
you to test something.
** Bug watch added: freedesktop.org Bugzilla #18520
https://bugs.freedesktop.org/show_bug.cgi?id=18520
** Also affects: xorg-server vi
Would you mind testing this patch to see if it fixes it?
(Possibly this would stop it from crashing here, but still result in a
fault somewhere else in the code.)
** Attachment added: "xkbhandlebell-segfault.patch"
http://launchpadlibrarian.net/19439980/xkbhandlebell-segfault.patch
--
Xorg s
Thanks, I think you're correct that it's failing here:
Line 404 in xkbEvents.c
would be:
xkbi = kbd->key->xkbInfo;
The kbd pointer is defined, so presumably the likely way this would
segfault is if kbd->key were undefined. Perhaps there should be a check
on that.
** Summary changed:
- Xorg cra
10 matches
Mail list logo