(gdb) list
242         if ((dpy->flags & XlibDisplayNoXkb) ||
243             (!dpy->xkb_info && !XkbUseExtension(dpy,NULL,NULL)))
244             return BadAccess;
245         LockDisplay(dpy);
246         xkbi = dpy->xkb_info;
247         if (!xkb->names) {
248             xkb->names = _XkbTypedCalloc(1,XkbNamesRec);
249             if (!xkb->names) {
250                 UnlockDisplay(dpy);
251                 SyncHandle();

Problem is at line 247, trying to deference a NULL pointer.

-- 
gnome-keyboard-properties crashes on change distribution of keyboard
https://bugs.launchpad.net/bugs/239146
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to