[Webkit-unassigned] [Bug 30989] New: Assert failure in http://wap.google.com/wml
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Nov 1 03:04:19 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=30989
Summary: Assert failure in http://wap.google.com/wml
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://wap.google.com/wml
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: nayankk at gmail.com
Following assert is seen while browsing http://wap.google.com/wml.
(gdb) n
ASSERTION FAILED: this == frameLoader()->activeDocumentLoader()
(../../WebCore/loader/DocumentLoader.cpp:393 void
WebCore::DocumentLoader::updateLoading())
Program received signal SIGSEGV, Segmentation fault.
0xb6b1b7b3 in WebCore::DocumentLoader::updateLoading (this=0x8372400) at
../../WebCore/loader/DocumentLoader.cpp:393
393 ASSERT(this == frameLoader()->activeDocumentLoader());
Build information:
Revision ID : 50380
Port : GTK port
Steps to reproduce:
1. Open GtkLauncher.
2. Fetch http://wap.google.com/wml.
Actual Result : GtkLauncher crashes with assert failure.
Expected Result : GtkLauncher should fetch and render the page properly.
--
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