[Webkit-unassigned] [Bug 54219] Crash in WebCore::FrameLoader::continueLoadAfterNavigationPolicy
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 10 10:10:17 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54219
Charles Reis <creis at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fishd at chromium.org,
| |jamesr at chromium.org,
| |japhet at chromium.org,
| |mihaip at chromium.org,
| |tonyg at chromium.org
--- Comment #1 from Charles Reis <creis at chromium.org> 2011-02-10 10:10:17 PST ---
It looks like the crash is happening on this line:
if (isBackForwardLoadType(type) && history()->provisionalItem()->isInPageCache()) {
loadProvisionalItemFromCachedPage();
return;
}
It's possible history()->provisionalItem() might be null at the time.
--
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