[cairo-bugs] [Bug 63045] New: Crash in cairo_fill_preserve after cairo_arc call

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 2 12:35:04 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=63045

          Priority: medium
            Bug ID: 63045
          Assignee: chris at chris-wilson.co.uk
           Summary: Crash in cairo_fill_preserve after cairo_arc call
        QA Contact: cairo-bugs at cairographics.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: msreckovic at mozilla.com
          Hardware: Other
            Status: NEW
           Version: 1.12.14
         Component: general
           Product: cairo

Created attachment 77339
  --> https://bugs.freedesktop.org/attachment.cgi?id=77339&action=edit
Compile and crash on the last call of "TryCircle"

Compile and run the attached.  This will crash:

cairo_set_antialias(cairo,CAIRO_ANTIALIAS_NONE);
cairo_arc(cairo, 0.0, 1.0, 5761126469220696064.0, 0.0, 6.2831853071795862);
cairo_fill_preserve(cairo);

while this does not:

cairo_set_antialias(cairo,CAIRO_ANTIALIAS_NONE);
cairo_arc(cairo, 0.0, 0.0, 5761126469220696064.0, 0.0, 6.2831853071795862);
cairo_fill_preserve(cairo);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20130402/de844e1c/attachment.html>


More information about the cairo-bugs mailing list