[Webkit-unassigned] [Bug 13218] Reproducible crash after call to window.close()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 13:55:07 PDT 2007


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





------- Comment #9 from mitz at webkit.org  2007-03-29 13:55 PDT -------
(In reply to comment #8)
> If you have trouble getting the test case to crash, try running it through a
> webserver. The crash reduction makes some AJAX calls which may be timed
> differently when not run through HTTP.
> 

Doing that I did get the crash and I found out that scheduleHoverStateUpdate()
can be called under a network callback, making [[NSApp currentEvent] window]
bad even at that point. If platform mouse events are to be used, it seems that
either the PlatformMouseEvent will need to be cached by the event handler when
actually handling an event, or they will need to be fabricated in a way that
doesn't rely on -currentEvent.


-- 
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