> This is a computer-generated test report for Cairo-1.00.
Thanks for the report. The test failure has two parts that both occur
two times, once for the PDF backend and once for the PS backend.
The first part is a failing isa_ok test. This one is due to
implementation details of the backwards compatibility layer for cairo
1.0.x. I think I know how to fix this.
The second looks more suspicious. The test checks
Cairo::PdfSurface::create_for_stream (and its equivalent for ps
surfaces). The callback looks at the data once and throws an exception
that is supposed to prevent further calls to the callback. In your case
though, what actually happens is quite different: the callback gets
called over and over again.
To find out what's happening, can you run the attached test program and
send me the output?
--
Bye,
-Torsten
#!/usr/bin/perl