[Webkit-unassigned] [Bug 80165] [Qt][WK2] Crash in Frame.cpp when loading index.hu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 06:28:33 PST 2012


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





--- Comment #3 from Allan Sandfeld Jensen <allan.jensen at nokia.com>  2012-03-05 06:28:33 PST ---
This is apparently two different issues. The first one is a missing guard for m_doc in Frame::setDocument. 

The problem in XMLHttpRequest is deeper. The problem is the threaded loader can not be suspended, and this means progress events can still be emitted while the XMLHttpRequest object is suspended. XMLHttpRequest will set canSuspend() to false in this case, but that does not guarantee that it will not be asked to suspend anyway in some cases (for pageCache for instance).

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