[Webkit-unassigned] [Bug 17984] [Gtk] [Qt] Reproductible assertion failure ASSERT(document) in FrameLoader::saveDocumentState()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 21 11:16:04 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17984





------- Comment #1 from julien.chaffraix at gmail.com  2008-03-21 11:16 PDT -------
I tracked down the issue to FrameLoaderClient::detachedFromParent4().

In both cases, we are setting m_frame to zero (and calling g_object_unref on
gtk) which is not done in the Mac port (removing that part does remove the
assertion failure in both cases).
The commit logs suggest that it is to prevent memory leaks so I could not
determine if the platform is wrong or the assertion :
http://trac.webkit.org/projects/webkit/changeset/19046
http://trac.webkit.org/projects/webkit/changeset/30226


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list