[Webkit-unassigned] [Bug 171211] [GTK] ASSERTION FAILED: m_deletionHasBegun when destroying ImageDecoder loading http://midori-browser.org/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 23 21:01:44 PDT 2017


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Also note that this was easily-preventable, it's why we require that refcounted objects have create functions and private constructors. It looks like all the image decoder classes violate this rule. Fixing this bug thoroughly would entail not just replacing the use of unique_ptr with Ref or RefPtr, but also adding create functions to all the image decoders and making the constructors private in order to ensure this never happens again.

-- 
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/20170424/c3c8953e/attachment.html>


More information about the webkit-unassigned mailing list