[Cairo] Demo program ..
Lars Segerlund
lars.segerlund at comsys.se
Tue Sep 23 02:57:54 PDT 2003
Here is the last part in steppign through the program cairo-demo ... when it crashes, I just find it an interesting place to get an error.
/ Lars Segerlund
_cairo_surface_pull_image (surface=0x804db50) at cairo_surface.c:405
405 if (surface == NULL)
(gdb)
408 if (surface->type == CAIRO_SURFACE_TYPE_ICIMAGE)
(gdb)
411 if (surface->icimage) {
(gdb)
416 XGetGeometry(surface->dpy,
(gdb)
X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 14 (X_GetGeometry)
Resource id in failed request: 0x4a00003
Serial number of failed request: 42
Current serial number in output stream: 42
Program exited with code 01.
(gdb)
The program is not being run.
(gdb)
More information about the cairo
mailing list