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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 07:15:43 PDT 2012


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





--- Comment #12 from Jonathan Liu <net147 at gmail.com>  2012-09-24 07:16:11 PST ---
The conditions leading to the crash seems to be the following:
-QWebView is configured to load icons
-A website with a favicon is loaded
-A meta http-equiv refresh with 0 delay is contained in the web page - this results in the page load being canceled
-The slot on_webView_loadFinished which handles the QWebView::loadFinished signal shows a message box which re-enters the event loop and delays returning control to the sender of the loadFinished signal for some time. During this time, other signals may fire and run in a different order than normally expected because control has not yet returned to the sender of the loadFinished signal.

I'm not sure the test case fits into the current layout test framework. Can you run custom Qt GUI code in the test framework and connect to a locally started server serving a favicon and webpage? Some guidance would be appreciated.

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