[Webkit-unassigned] [Bug 129896] WebProcess hangs waiting for DecidePolicyForNavigationAction response that never comes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 9 11:41:13 PDT 2014


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





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2014-04-09 11:41:33 PST ---
There is one code path where Connection fails to send a sync response, I can check if it's taken here.

void Connection::dispatchMessage(std::unique_ptr<MessageDecoder> message)
{
    // If there's no client, return. We do this after calling releaseArguments so that
    // the ArgumentDecoder message will be freed.
    if (!m_client)
        return;

-- 
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