Bug 16452
Summary: | [GTK] Crash on gmail.com | ||
---|---|---|---|
Product: | WebKit | Reporter: | Grzegorz Dąbrowski <grzegorz.dabrowski> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Grzegorz Dąbrowski
UNIMPLEMENTED:
(../../../WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:629 virtual void WebKit::FrameLoaderClient::didFinishLoad())
UNIMPLEMENTED:
(../../../WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:72 virtual void WebKit::ChromeClient::focus())
UNIMPLEMENTED:
(../../../WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:445 virtual void WebKit::FrameLoaderClient::detachedFromParent2())
UNIMPLEMENTED:
(../../../WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:450 virtual void WebKit::FrameLoaderClient::detachedFromParent3())
UNIMPLEMENTED:
(../../../WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:455 virtual void WebKit::FrameLoaderClient::detachedFromParent4())
ASSERTION FAILED: m_frame->page()
(../../../WebCore/loader/FrameLoader.cpp:3154 void WebCore::FrameLoader::tokenizerProcessedData())
Program received signal SIGSEGV, Segmentation fault.
0xb779e1f5 in WebCore::FrameLoader::tokenizerProcessedData (this=0x974e5b0) at ../../../WebCore/loader/FrameLoader.cpp:3154
3154 ASSERT(m_frame->page());
Current language: auto; currently c++
(gdb) bt
#0 0xb779e1f5 in WebCore::FrameLoader::tokenizerProcessedData (this=0x974e5b0) at ../../../WebCore/loader/FrameLoader.cpp:3154
#1 0xb77771ef in WebCore::HTMLTokenizer::timerFired (this=0x9751f28) at ../../../WebCore/html/HTMLTokenizer.cpp:1529
#2 0xb777d973 in WebCore::Timer<WebCore::HTMLTokenizer>::fired (this=0x9752000) at ../../../WebCore/platform/Timer.h:98
#3 0xb783e041 in WebCore::TimerBase::fireTimers (fireTime=1197744281.6605489, firingTimers=@0xbfcf455c)
at ../../../WebCore/platform/Timer.cpp:336
#4 0xb783e0c9 in WebCore::TimerBase::sharedTimerFired () at ../../../WebCore/platform/Timer.cpp:357
#5 0xb794918e in timeout_cb () at ../../../WebCore/platform/gtk/SharedTimerGtk.cpp:48
#6 0xb6a32fa1 in ?? () from /usr/lib/libglib-2.0.so.0
#7 0x00000000 in ?? ()
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
*** This bug has been marked as a duplicate of 15765 ***