On Thu, Feb 11, 2021 at 12:15 PM 'Vinayaka Kamath' via v8-users
<v8-users@googlegroups.com> wrote:
>
> Ben, the Call() is inside a TryCatch, but seems like the call is not 
> returning and just crashing even before the function Call is returning.

V8 makes an educated guess on how much real stack space is available.
It's possible it gets it wrong but you can pass `--stack_size <kb>` to
tell it how much there really is.

(Caveat emptor: that flag only *informs* V8 of the stack size, it
doesn't adjust it.)

If that doesn't fix the issue for you, please post a complete example
+ steps to reproduce the crash.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAHQurc-OYe79pNz2BhM4gx8G%2BHN0vbUKN5uCssiE-vgxseU0Wg%40mail.gmail.com.

Reply via email to