Status: New
Owner: ----

New issue 1997 by [email protected]: Stack overflow on simple nested list-like constant
http://code.google.com/p/v8/issues/detail?id=1997

My JavaScript code uses nested lists, like "var l =[0,[0,[0]]]".
There is no problem when my functions construct them, but when I try
to pre-process them and insert as constants, even a small (166-long)
one can result in "RangeError: Maximum call stack size exceeded".

To reproduce do "google-chrome --allow-file-access-from-files test.html"
on the attached test.html file, with the attached Test.js present.
I tested on Google Chrome 19.0.1061.1, it exceeds the call stack size.

Lukasz Kaiser


Attachments:
        test.html  169 bytes
        Test.js  996 bytes

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

Reply via email to