Status: New
Owner: ----

New issue 2431 by [email protected]: No such method exception on sparse array causes out of memory crash.
http://code.google.com/p/v8/issues/detail?id=2431

var a = [];
a[Math.pow(2, 32) - 2] = "max index";
a.crashMyTab(); // "Aw, Snap! Something went wrong…" message

See also https://gist.github.com/4157754

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to