On Thu, Feb 11, 2021 at 12:15 PM 'Vinayaka Kamath' via v8-users
<
v8-u...@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.