Hey,
I am building a Chrome binding library with full v8 binding. Up to
chromium version 8, there was no problem, but I just updated to
9.0.597.84 and now am getting crashes when I create my root v8
context.
I am instructing chromium to build v8 as a dll with no snapshot. The
v8 dll is used by my chromium binding dll and on the client side in
order that v8 binding can occur with chromium and in the client
program.
Anyway, there is no crash with chromium--if I never create a context
on the client side, there is no crash--but when v8 is built in release
mode, there is a crash when the first context is created. The crash
occurs after the native message.js is loaded. It compiles just fine
but throws an exception (with no message) on line 94 of execution.cc
value = CALL_GENERATED_CODE(entry, entry_address, function,
receiver_pointer, argc, args);
Has anyone experienced a similar crash before who can help? If there
is any more required information, let me know.
Thank you,
Andrew Shurney
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users