[Webkit-unassigned] [Bug 62808] [Qt] ASSERTION FAILED in ResourceHandle::setDefersLoading causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 14:39:19 PDT 2011


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





--- Comment #2 from yi shen <yi.4.shen at nokia.com>  2011-06-16 14:39:19 PST ---
If I comment out the assertion in ResourceHandle::setDefersLoading(bool), another assertion failure is observed later after click the button on test page several times.

Following is the trace log,

ASSERTION FAILED: m_suspended
../../../Source/WebCore/page/SuspendableTimer.cpp(76) : virtual void WebCore::SuspendableTimer::resume()

Program received signal SIGSEGV, Segmentation fault.
0x01d95908 in WebCore::SuspendableTimer::resume (this=0x9190d38)
    at ../../../Source/WebCore/page/SuspendableTimer.cpp:76
76        ASSERT(m_suspended);
(gdb) i s
#0  0x01d95908 in WebCore::SuspendableTimer::resume (this=0x9190d38)
    at ../../../Source/WebCore/page/SuspendableTimer.cpp:76
#1  0x01a44f6b in WebCore::ScriptExecutionContext::resumeActiveDOMObjects (
    this=0x8fbb4f0)
    at ../../../Source/WebCore/dom/ScriptExecutionContext.cpp:259
#2  0x01d81a9f in ~PageGroupLoadDeferrer (this=0xbfffd90c, 
    __in_chrg=<value optimized out>)
    at ../../../Source/WebCore/page/PageGroupLoadDeferrer.cpp:75
#3  0x01cf3b1a in WebCore::Chrome::runJavaScriptAlert (this=0x81ecea8, 
    frame=0x8234da8, message=...)
    at ../../../Source/WebCore/page/Chrome.cpp:303
#4  0x01d0cd11 in WebCore::DOMWindow::alert (this=0x8223778, message=...)
    at ../../../Source/WebCore/page/DOMWindow.cpp:980

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