[Webkit-unassigned] [Bug 129684] Race condition when closing pages with network process enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 06:32:16 PST 2014


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





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-03-05 06:29:18 PST ---
I've noticed that is not enough. I think the connection can be closed between Connection::sendMessage() that schedules sendOutgoingMessages() and when sendOutgoingMessages() is called. In that case we actually check is connected in canSendOutgoingMessages() and we don't try to send the message, but Connection::sendSyncMessage has already called waitForSyncReply and keeps waiting for the reply of a sync message that hasn't been sent.

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