The crash is because XGetWindowAttributes is throwing a BadMatch error,
which is unexpected. It will throw a BadMatch error (from
dixLookupWindow) if the specified window isn't really a window. This
might happen if a window is destroyed and replaced with a drawable of
the same ID whilst gnome-settings-daemon is handling the original
CreateNotify event.

This looks like it's basically the same issue as
https://bugs.freedesktop.org/show_bug.cgi?id=23562, except with
XGetWindowAttributes instead of XGetWindowProperty.

Perhaps XGetWindowAttributes needs a similar fix?

(Subscribing the other Chris for a second opinion)

** Bug watch added: freedesktop.org Bugzilla #23562
   https://bugs.freedesktop.org/show_bug.cgi?id=23562

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/903973

Title:
  gnome-settings-daemon crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/903973/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to