Hi,
I'm getting this error while running some of the JS code. What would
be potential cause for this check to fail?

  StackHandlerIterator(const StackFrame* frame, StackHandler* handler)
      : limit_(frame->fp()), handler_(handler) {

    // Make sure the handler has already been unwound to this frame.
    ASSERT(frame->sp() <= handler->address());  <----------------
  }

Could it be the case of running out of stack? If yes, is there any way
to increase it?

Thanks
Vlad

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

Reply via email to