[Mono-bugs] [Bug 340809] Crash inside Cairo.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 13 10:57:17 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=340809#c4





--- Comment #4 from Sebastien Pouliot <spouliot at novell.com>  2007-11-13 08:57:17 MST ---
We have a very big clip (overflow?) just before the crash.

** (<unknown>:19353): WARNING **: cairo_clip_extents 0 -87.929 700 2.49999e+07

Strangely calling cairo_reset_clip doesn't seems to change the clip extents.

** (<unknown>:19353): WARNING **: cairo_reset_clip 0 -87.929 700 2.49999e+07

e.g.

        cairo_clip_extents (cr, &x1, &y1, &x2, &y2);
g_warning ("cairo_clip_extents %g %g %g %g", x1, y1, x2, y2);
        cairo_reset_clip (cr);
        cairo_clip_extents (cr, &x1, &y1, &x2, &y2);
g_warning ("cairo_reset_clip %g %g %g %g", x1, y1, x2, y2);


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list