[Xcb] Julia failure

Julien Danjou julien at danjou.info
Mon Sep 15 02:02:43 PDT 2008


Hi,

FWIW, julia is not working for me:

julia: julia.c:113: draw_julia: Assertion `datap->image' failed.

That means that (julia.c):
datap->image = xcb_image_get (datap->conn, datap->draw, 
                        0, 0, W_W, W_H, 
                        XCB_ALL_PLANES, datap->format); 
is NULL.

I backtraced xcb_image_get:

316   image_cookie = xcb_get_image(conn, format, draw, x, y, 
317                                width, height, plane_mask); 
318   imrep = xcb_get_image_reply(conn, image_cookie, 0); 
319   if (!imrep) 
320       return 0; 

and imrep is NULL.

The value of the argument:
xcb_image_get (conn=0x1ef13a0, draw=18874370, x=0, y=0, width=640,
height=480, plane_mask=4294967295, format=XCB_IMAGE_FORMAT_Z_PIXMAP) at xcb_image.c:309

Hope this can help, since I don't have any much clue.

Cheers,
-- 
Julien Danjou
// ᐰ <julien at danjou.info>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.freedesktop.org/archives/xcb/attachments/20080915/18cc9de9/attachment.pgp 


More information about the Xcb mailing list