[Webkit-unassigned] [Bug 9795] REGRESSION: Crash in [WebHTMLView(WebPrivate) _updateMouseoverWithEvent:]

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jul 12 01:06:00 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9795


opendarwin.org at mitzpettel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|mjs at apple.com               |timothy at hatcher.name




------- Comment #10 from opendarwin.org at mitzpettel.com  2006-07-12 01:06 PDT -------
This crash can happen after those situations where -[WebHTMLView close] is
called a second time. The second time it's called (from -dealloc), it returns
immediately, but by that time, things that -close cleans up could have gotten
dirty again. Before r15106, the cleanup was done unconditionally in -dealloc.
The real solution is to make sure no "dirtying" takes place when
_private->closed is true. A quick hackish fix is to change -close to do its
thing unconditionally.


-- 
Configure bugmail: http://bugzilla.opendarwin.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