[Webkit-unassigned] [Bug 53211] Need a way to spin a message loop while waiting for a reply to a synchronous CoreIPC message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 09:51:58 PST 2011


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





--- Comment #3 from Adam Roben (aroben) <aroben at apple.com>  2011-01-31 09:51:58 PST ---
(From update of attachment 80650)
View in context: https://bugs.webkit.org/attachment.cgi?id=80650&action=review

> Source/WebKit2/Platform/CoreIPC/Connection.h:261
> +    bool m_isWaitingForSyncReply;
> +    bool m_shouldDispatchMessagesAfterReceivingSyncReply;

These members were added to try to fix an assertion I was hitting in Connection::processIncomingMessage:

        ASSERT(pendingSyncReply.syncRequestID == arguments->destinationID());

However, the assertion still seems to happen in some cases (e.g., when loading cuteoverload.com).

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