[Mono-list] Crash in cairo
Julien Sobrier
julien at sobrier.net
Wed Mar 21 11:04:46 EDT 2007
Juan C. Olivares wrote:
> Take a look at mcs/class/Mono.Cairo (just like your path). I think you
> should update your mono installation to 1.2.3 or SVN.
>
> http://svn.myrealbox.com/viewcvs/trunk/mcs/class/Mono.Cairo/
> <http://svn.myrealbox.com/viewcvs/trunk/mcs/class/Mono.Cairo/>
>
> Best regards.
> JCO
Thank you. It rashes in this method:
public void Rectangle (double x, double y, double width, double height)
{
CairoAPI.cairo_rectangle (state, x, y, width, height);
}
I wonder what could possibly go wrong.
Julien
More information about the Mono-list
mailing list