[cairo-bugs] [Bug 13432] no output

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 2 02:24:42 PST 2007


http://bugs.freedesktop.org/show_bug.cgi?id=13432





------- Comment #4 from ajohnson at redneon.com  2007-12-02 02:24 PST -------
I would recommend checking the error status using cairo_status() after the call
to cairo_surface_finish(). Often when a bad or empty PostScript file is created
cairo_status() will return an error code.

Running gdb on the test case I can see that in the analysis surface
_cairo_traps_extents() is returning large numbers (x = 32767, y = 32767, width
= 1, height = 1). There does not appear to be anything in your code that would
make the coordinates go out of range.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the cairo-bugs mailing list