[Webkit-unassigned] [Bug 33100] Crash during page load [WebCore::FrameLoader::loadResourceSynchronously]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 12:31:15 PDT 2010


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


Benjamin Poulain <benjamin.poulain at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin.poulain at nokia.com




--- Comment #1 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-04-29 12:31:14 PST ---
It looks similar to https://bugs.webkit.org/show_bug.cgi?id=37191

We have the following problem in Qt: the synchronous XHR use a local event loop
to process the request synchronously. This event loop can process the event
from another socket->come back to javascript->modify the document.
When the XHR return, the document is no longer valid.

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