Comment #4 on issue 2232 by [email protected]: Segfault when running C++ function from recursive JS code
http://code.google.com/p/v8/issues/detail?id=2232
It seems that stack was corrupted by something, I tried inserting HasOverflowed check from v8's internal APIs to BuildStatsObjects and even with debug printing it seems that stack limit is never reached here (though it's very close to the limit)
That's why I suppose v8 is allocating something on-stack and doesn't perform any checks after that.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
