[Webkit-unassigned] [Bug 107633] New: CoreIPC ommits some messages when sending a lot of messages in a very short time.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 23:03:26 PST 2013


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

           Summary: CoreIPC ommits some messages when sending a lot of
                    messages in a very short time.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: seulgikim at company100.net


I observed CoordinatedLayerTreeHostProxy::CreateCompositingLayer message are sent but not received when a lot of messages are sent in a short time.
I tested http://black.company100.net/test/TC/leaves1000 (this site creates 1000 compositing layers) and checked that CoordinatedLayerTreeHost actually sends all messages but CoordinatedLayerTreeHostProxy doesn't receive some messages.
This test page sends 1000 messages almost simultaneously.
CoordinatedLayerTree in EFL and Qt had the same results, so I assume CoreIPC in unix has problems.

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