The crash means you called .ToLocalChecked() on an empty MaybeLocal. If you
run a Debug build, you should get line numbers, so you can find out where
in your source code that is.

That said, https://webrtc.github.io/adapter/adapter-latest.js looks like
it's designed to run in a browser; if that's indeed the case then V8 alone
will not be enough.


On Sat, Jun 29, 2019 at 5:27 PM Austin Einter <austin.ein...@gmail.com>
wrote:

> Dear All
> I am trying run a javascript available at
> https://webrtc.github.io/adapter/adapter-latest.js using V8. It is
> crashing with back trace as below.
>
> #0  0x00007fe928fa5022 in v8::base::OS::Abort()
> #1  0x00007fe9288c9b07 in v8::V8::ToLocalEmpty()
> #2  0x00007fe9288c2a7b in v8::MaybeLocal<v8::Value>::ToLocalChecked
> (this=<optimized out>)
>
> Did anybody got this crash previously? I can share the code to reproduce
> the crash.
>
> Thanks
> Austin
>
> --
> --
> 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/CANXt1k9hq6ummLmi6viU8ewkjiPRpbdGwXhp%3DtOKMLZbG-yemg%40mail.gmail.com
> <https://groups.google.com/d/msgid/v8-users/CANXt1k9hq6ummLmi6viU8ewkjiPRpbdGwXhp%3DtOKMLZbG-yemg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
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/CAKSzg3Rsv3Fy4rk9WciuJtojBDZ8j0_TNXCjY7EOGt-mBRc6Fg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to