[cairo-bugs] [Bug 78224] BadMatch is shm extention

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat May 3 09:46:53 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=78224

--- Comment #4 from Uli Schlachter <psychon at znc.in> ---
> xerror = {type = 0, 
>            display = 0x718630, resourceid = 35651592, serial = 378632, 
>            error_code = 3 '\003', request_code = 2 '\002', 
>            minor_code = 0 '\000'}

That's not a BadMatch. Error 3 is BadWindow. And major request 2 is
ChangeWindowAttributes. Which matches the function from the backtrace
(XSelectInput() is a wrapper for generating ChangeWindowAttribute requests).

And since this time there is no cairo involved in the backtrace, I guess that
something is seriously wrong on your end which makes lots of stuff randomly
fail which can't really fail.

Let's see if someone wh cares about cairo's Xlib backend has an idea...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20140503/25606dee/attachment.html>


More information about the cairo-bugs mailing list