[cairo-bugs] [Bug 79644] SEGV: cairo-spans-compositor.c:96: get_clip_surface: Assertion `clip->path'"
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 7 23:03:28 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=79644
--- Comment #5 from Massimo <sixtysix at inwind.it> ---
This seems to be a duplicate of bug #78339 which has a
couple of fixes suggested.
A third one could be to
return CAIRO_INT_STATUS_UNSUPPORTED;
http://cgit.freedesktop.org/cairo/tree/src/cairo-spans-compositor.c#n560
if (need_clip_mask && (! extents->is_bounded || ! extents->clip->path))
extents->clip is dereferenced unconditionally in clip_is_region so
it should not be NULL there.
--
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/20150908/779e49b2/attachment.html>
More information about the cairo-bugs
mailing list