[cairo] Gdk-ERROR with cairo 0.5.1, not with cairo 0.5.0

Owen Taylor otaylor at redhat.com
Wed Jul 6 09:04:34 PDT 2005


On Tue, 2005-06-21 at 22:48 +1000, Nigel Tao wrote:
> Running svgspacewar (patched as in previous e-mail) with the 0.5.1 snapshot gives me the error below, but it's fine with 0.5.0.  Any ideas?  Ubuntu 5.04's X server, with gtk+-2.7.0, what else do you need to know?
> 
> 
> ~/devel/cairo-demo/svgspacewar> ./svgspacewar
> Gdk-ERROR **: The program 'svgspacewar' received an X Window System
> error.
> This probably reflects a bug in the program.
> The error was 'BadMatch (invalid parameter attributes)'.
>   (Details: serial 386 error_code 8 request_code 72 minor_code 0)
>   (Note to programmers: normally, X errors are reported asynchronously;
>    that is, you will receive the error a while after causing it.
>    To debug your program, run it with the --sync command line
>    option to change this behavior. You can then get a meaningful
>    backtrace from your debugger if you break on the gdk_x_error()
> function.)
> aborting...
> Trace/breakpoint trap

I'm thinking that this, like the problem in:

 http://bugzilla.gnome.org/show_bug.cgi?id=309512

Is a bug fixed a while ago in libpixman. 

- PKG_CHECK_MODULES(PIXMAN, libpixman >= 0.1.4)
+ PKG_CHECK_MODULES(PIXMAN, libpixman >= 0.1.5)

Is probably a good idea.

Regards,
							Owen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/cairo/attachments/20050706/a35ffeaa/attachment.pgp


More information about the cairo mailing list