Comment 2 for bug 94201

Revision history for this message
In , Carl Worth (cworth) wrote :

(In reply to comment #0)
> #0 cairo_rectangle (cr=0x0, x=0, y=0, width=12, height=9) at

Passing a NULL pointer to cairo like that is illegal, and will cause a crash. So this is perhaps not a cairo bug at all.

Can you find anything out about where that NULL pointer is coming from?

-Carl