[Webkit-unassigned] [Bug 123940] Map structure crash when used in the WebInspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 09:14:32 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=123940





--- Comment #6 from Alexandru Chiculita <achicu at adobe.com>  2013-11-07 09:13:18 PST ---
I've reduced the number of map calls to just a few. Removing any of the remaining calls will not reproduce the crash anymore:

<script>
var map = new Map();
var flow = {};
map.set(81, flow);
map.set(83, flow);
map.set(85, flow);
map.set(87, flow);
map.set(89, flow);
map.set(91, flow);
map.delete(91);
map.set(93, flow);
map.set(95, flow);
map.set(97, flow);
map.get(97);
</script>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list