[Webkit-unassigned] [Bug 205662] REGRESSION (r253926): webgl/2.0.0/conformance2/renderbuffers/multisampled-renderbuffer-initialization.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 4 17:22:39 PST 2020


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

--- Comment #4 from Kenneth Russell <kbr at google.com> ---
Does it seem likely that there is a resource leak? The only assertions in that function are:

    ASSERT(_contentsBuffer);
    ASSERT(_drawingBuffer);
    ASSERT(_spareBuffer);

which are calls to WebCore::IOSurface::create() - one of the calls is returning null.

-- 
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/20200205/dc998fb5/attachment.htm>


More information about the webkit-unassigned mailing list