Status: New Owner: ---- New issue 891 by decoder.oh: Assertion on out of memory http://code.google.com/p/v8/issues/detail?id=891
The following code provokes an assertion in my v8 shell:
var x = "0"; for (var s = 0; s < 1; s) { x = x + x }
#
# Fatal error in (null)
# Allocation failed - process out of memory
#
Aborted
Of course the code must provoke an oom error, but this shouldn't yield an
assertion in my opinion.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
