[Webkit-unassigned] [Bug 83565] Crash when reloading page while it is loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 16:16:54 PDT 2012


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





--- Comment #8 from Jonathan Liu <net147 at gmail.com>  2012-04-10 16:16:54 PST ---
The crash occurs with Qt 4.8.1 which has QtWebKit 2.2.0. Compiler is MinGW GCC 4.4.0. It was reproduced using the code and steps linked by the URL.

ResourceLoader::didFinishLoading is calling releaseResources() which nulls m_documentLoader and sets m_reachedTerminalState to true. ResourceLoader::didCancel is called afterwards on the same resource loader which results in the crash.

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