Status: New
Owner: ----

New issue 1582 by [email protected]: Maximum call stack size exceeded error with SproutCore apps
http://code.google.com/p/v8/issues/detail?id=1582

SproutCore apps have been hitting a RangeError: Maximum call stack size exceeded since Chrome 14.0.803

You can repro it at http://www.npr.org/webapp

SC.Observable._kvo_addCachedDependent goes into an infinite loop and eventually blows the stack.


https://github.com/sproutcore/sproutcore/pull/534 This patches offers a fix. In it, a copy of the arguments object is made via Array.prototype.slice.call(arguments)

The SproutCore team suspects a recent optimization caused this and potentially other issues.

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

Reply via email to