[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2011-02-03 Thread Bug Watch Updater
** 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

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2011-01-25 Thread Bug Watch Updater
** 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

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2009-01-31 Thread Timo Aaltonen
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 bug

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2009-01-26 Thread Bryce Harrington
** 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 of

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2009-01-20 Thread Bug Watch Updater
** 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

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2008-12-24 Thread TTL
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,

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2008-11-13 Thread Bug Watch Updater
** 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

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2008-11-13 Thread Bryce Harrington
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

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2008-11-06 Thread Bryce Harrington
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

[Bug 231484] Re: Xorg segfaults in XkbHandleBell() if pressing Del key

2008-11-06 Thread Bryce Harrington
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