[Webkit-unassigned] [Bug 22024] New: Assertion Failure: !m_singePageGroup in Page::initGroup
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 31 19:12:24 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=22024
Summary: Assertion Failure: !m_singePageGroup in Page::initGroup
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jmalonzo at gmail.com
r37922 exposed a bug in ScriptController::clearWindowShell where the call to
page->group() initializes the group eventhough we're still in the process of
destroying the page and its resources (there shouldn't be a group anymore but
group() creates one if there is none).
I have attached a fix which just adds the group if we have a groupName.
Question is can a valid group be empty?
I think clearWindowShell() is confusing since instead of just clearing the
window, it just replaces it with a new one - see changeset r32585.
--
Configure bugmail: https://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