[Webkit-unassigned] [Bug 112729] [GTK] Web Process crash when the UI process finishes too early

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 23:56:49 PDT 2013


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





--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-04-05 23:55:02 PST ---
(In reply to comment #3)
> (From update of attachment 193892 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=193892&action=review
> 
> > Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp:99
> > +        return condition & m_condition;
> 
> Shouldn't this function check whether m_cancellable was cancelled before? Calling g_cancellable_cancel will trigger the event source with the current condition.

No, I don't think so, when the cancellable is cancelled, the callback is emitted with no flags, and we silently return FALSE to destroy the source.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list