[Webkit-unassigned] [Bug 183091] REGRESSION(r221514): [GTK] UI process crash in WebKit::WaylandCompositor::Surface::flushPendingFrameCallbacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 23 13:15:16 PST 2018


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

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
I guess the WaylandCompositor::Surface is already destroyed before the call to flushPendingFrameCallbacks? It's not clear.

The use of auto list = WTFMove(m_*CallbackList) throughout this file is confusing: I guess that swaps the member variable vector with the default-initialized empty vector, so it's probably OK, but maybe too clever.

-- 
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/20180223/f260a30f/attachment.html>


More information about the webkit-unassigned mailing list