[Webkit-unassigned] [Bug 54219] Crash in WebCore::FrameLoader::continueLoadAfterNavigationPolicy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 14 16:41:50 PST 2011


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





--- Comment #9 from Charles Reis <creis at chromium.org>  2011-02-14 16:41:49 PST ---
(In reply to comment #8)
> Created an attachment (id=82384)
 --> (https://bugs.webkit.org/attachment.cgi?id=82384&action=review) [details]
> Patch

This patch avoids the crash by ensuring we don't start a new navigation with loadURL while stopAllLoaders is in progress.  It mimics a check we have in FrameLoader::load.

I'm not thrilled with the test-- it can only reproduce the crash if you click the back button in the browser, and not if we use history.back() to go back.  This is currently a top crasher, though, so I wanted to get the fix in review as soon as possible.

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