Updates:
        Status: WorkingAsIntended

Comment #1 on issue 194 by [email protected]: Fatal error in  
CALL_AND_RETRY_0, Allocation failed - process out of memory
http://code.google.com/p/v8/issues/detail?id=194

This is working as intended.  The code is explicitly exhausting memory.

The code ends up doing:

Array(4294967295).toString()

which needs to construct a string consisting of 4294967295 - 1 commas.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to