[Webkit-unassigned] [Bug 174161] [GTK] Crashes in WebCore::PasteboardHelper::fillSelectionData when source file of drag is unavailable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 11 06:12:55 PDT 2017


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

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

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

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #3)
> Created attachment 315002 [details]
> Another backtrace

This is a different issue, already reported in bug #168516. It happens when signal drag-data-get is emitted in the WebView and DragAndDropHandler::fillDragData is called. It seems that m_draggingSelectionData might be nullptr at that point, we have an ASSERT checking it, though, so it's not supposed to be nullptr.

But this bug happens on drag data received, and DragAndDropHandler::dragEntered is called.

Note there are two different methods named fillSelectionData in PasteboardHelper, this bug happens in one of them and bug #168516 in the other. I can't reproduce any of them, though.

-- 
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/20170711/3c428db3/attachment-0001.html>


More information about the webkit-unassigned mailing list