[Webkit-unassigned] [Bug 178852] [GTK][Stable] Crash on WebCore::SharedBuffer::data() on 2.18.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 26 03:30:50 PDT 2017


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

--- Comment #4 from Miguel Gomez <magomez at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #3)
> (In reply to Fujii Hironori from comment #2)
> > Bug 178510?
> 
> The bt is the same but ScalableImageDecoder doesn't exist in 2.18, I guess
> we need a similar fix for 2.18 or bring back the locks we had in the GIF
> decoder.

ImageDecoder was renamed to ScalableImageDecoder because a multiplatform ImageDecoder class added, and ScalableImageDecoder inherits from it.

But I think you're right and this is the fix for the problem. I hadn't realized at all that those locks were added, and I was wondering why I couldn't reproduce the problem with current ToT. And I guess this is the reason.

I'll backport the locks patch and check whether they fix the crash.

Thanks for your help Fujii!!

-- 
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/20171026/5915b68d/attachment.html>


More information about the webkit-unassigned mailing list