On Sat, Mar 15, 2014 at 1:54 AM, Jane Chen <[email protected]> wrote: > Again on trunk, I can only consistently reproduce this by using one thread > to compile a script, exit the isolate, and then using another thread to > enter the same isolate and create a context. That'll hit > bootstrapper.cc:2610 check.HasOverflowed(). > > Does that indicate a problem somewhere?
That could be. If you think your code is reasonable, try to condense it into a test case and file an issue. You wouldn't happen to be using SetResourceConstraints(), would you? There is a three year old bug[1] where the stack limit isn't updated until after the fact. [1] https://code.google.com/p/v8/issues/detail?id=1180 -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
