[Webkit-unassigned] [Bug 214192] [GTK][WPE] imported blink large gradient tests are crashing on debug builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 02:32:14 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214192

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The assert is 

ASSERT(cairo_surface_status(m_surface.get()) == CAIRO_STATUS_SUCCESS);

and the status we are getting is CAIRO_STATUS_INVALID_SIZE, because we are reaching the cairo image size limit. We should check the size before trying to create the image surface.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200716/23a38cea/attachment.htm>


More information about the webkit-unassigned mailing list