[jchen@jchen-z620 x64.release]$ ./shell
V8 version 4.7.0 (candidate) [sample shell]
> read();
(shell):1: Bad parameters
read();
^

#
# Fatal error in v8::ToLocalChecked
# Empty MaybeLocal.
#

Illegal instruction (core dumped)

This is with a build made with either:

make -j8 x64.debug -werror=no GYPFLAGS="-Dv8_use_external_startup_data=0 
-Dcomponent=shared_library"

or:

make -j8 x64.release -werror=no GYPFLAGS="-Dv8_use_external_startup_data=0 
-Dcomponent=shared_library"

I see this with my embedding application as well as long as I throw an 
exception from a callback.  Am I missing something or should I use a more 
stable branch?  If so, which branch of v8 works with the above?

Thanks in advance.

-- 
-- 
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.

Reply via email to