RESOLVED FIXED 6711
crash if an event is dispatched to a listener that uses handleEvent
https://bugs.webkit.org/show_bug.cgi?id=6711
Summary crash if an event is dispatched to a listener that uses handleEvent
Eric Seidel (no email)
Reported 2006-01-22 03:23:26 PST
Clicking anywhere on SVG crashes with assertion failure http://jan.kollhof.net/projects/svg/examples/gui/textbox.svg ================= ERROR: connection:willCacheResponse: was called inside of [NSURLConnection initWithRequest:delegate:] (40676250) (/Volumes/Stuff/Projects/WebKit/OpenSource/WebKit/WebView.subproj/WebLoader.m:678 -[WebLoader connection:willCacheResponse:]) ================= /Volumes/Stuff/Projects/WebKit/OpenSource/JavaScriptCore/kjs/object.cpp:69: failed assertion `implementsCall()' zsh: abort run-safari
Attachments
patch to fix bug, including a test (4.10 KB, patch)
2006-01-28 18:18 PST, Darin Adler
no flags
patch to fix bug, including a test (4.16 KB, patch)
2006-01-28 18:19 PST, Darin Adler
eric: review+
Eric Seidel (no email)
Comment 1 2006-01-26 16:19:39 PST
Reproducible crasher. This not neccesarily an issue in SVG code, but seems to be tickled by SVG.
Darin Adler
Comment 2 2006-01-28 17:37:28 PST
Looks like a pure JavaScript issue, unrelated to SVG. Making a reduction.
Darin Adler
Comment 3 2006-01-28 17:42:18 PST
It's an obvious bug in JSAbstractEventListener::handleEvent; working on the test case (got the fix already).
Darin Adler
Comment 4 2006-01-28 18:18:28 PST
Created attachment 6056 [details] patch to fix bug, including a test
Darin Adler
Comment 5 2006-01-28 18:19:36 PST
Created attachment 6057 [details] patch to fix bug, including a test
Eric Seidel (no email)
Comment 6 2006-01-28 19:38:06 PST
Comment on attachment 6057 [details] patch to fix bug, including a test Looks great
Lucas Forschler
Comment 7 2019-02-06 09:04:04 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.