[Webkit-unassigned] [Bug 9212] New: dispatchEvent13.html crashes under GuardMalloc
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Jun 1 11:01:33 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9212
Summary: dispatchEvent13.html crashes under GuardMalloc
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: andersca at mac.com
This test calls removeEventListener in an event handler, which can result in a
crash. While the list of registered event handlers are copied before
dispatching the event, the registered event handler objects aren't.
Also, when an event listener is removed in an event handler, it shouldn't be
invoked later. (This is what's tested)
--
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