Bug 56073
Summary: | REGRESSION(80478?): assertion failure m_suspended in WebCore::SuspendableTimer::resume() loading engadget.com and other sites | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alice Liu <alice.barraclough> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | alice.barraclough, yong.li.webkit |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
URL: | http://www.engadget.com |
Alice Liu
reproducibly hitting this assertion failure loading engadget.com, using WebKit2. Doesn't reproduce in MiniBrowser, though. other sites are reproducing as well, like apple.com
1) use a WebKit2 browser window
2) load engadget.com
ASSERTION FAILED: m_suspended
/Volumes/Data/aliu/SourceGit/OpenSource/Source/WebCore/page/SuspendableTimer.cpp(76) : virtual void WebCore::SuspendableTimer::resume()
1 WebCore::SuspendableTimer::resume()
2 WebCore::ScriptExecutionContext::resumeActiveDOMObjects()
3 WebCore::Document::resumeScheduledTasks()
4 WebCore::FrameLoader::setDefersLoading(bool)
5 WebCore::Page::setDefersLoading(bool)
6 WebKit::WebPage::setDefersLoading(bool)
7 WKBundlePageSetDefersLoading
the regression range is 80473 (working) to 80494 (asserts).
suspicious check-ins: http://trac.webkit.org/changeset/80478
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 56062 ***