[Webkit-unassigned] [Bug 42710] Assertion in Connection::readEventHandler when launching WebKitTestRunner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 21 08:10:33 PDT 2010


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





--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2010-07-21 08:10:33 PST ---
I added an (incorrect, but useful for debugging) assertion to Connection::sendOutGoingMessage:

    ASSERT(arguments->bufferSize() < inlineMessageMaxSize);

This assertion does get hit.

It looks like the message being sent has an ID of 0x00050003, which I think corresponds to WebProcessProxyMessage::PostMessage.

Sam thinks that this is likely the render tree dump being sent from the web process to the UI process.

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