[Webkit-unassigned] [Bug 23194] [GTK] fix crashers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 10 15:57:33 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23194
zecke at selfish.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Comment #8 from zecke at selfish.org 2009-01-10 15:57 PDT -------
Okay, I got fooled on the dispose change. From the GObject documentation of
dispose "The object is also expected to be able to answer client method
invocations (with possibly an error code but no memory violation) until
finalize is executed.".
The WebCore::Page is deleted by the dispose implementation and there are plenty
of methods in webkitwebview.cpp that do _not_ check if the priv->page is valid.
Do you find some time to correct this?
--
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