On Sun, Oct 2, 2022 at 5:49 PM theratliter theratliter
<theratli...@gmail.com> wrote:
>
> Hi, i compile V8(10.8) with -DV8_COMPRESS_POINTERS, but when i run the code 
> it crashes with the error as follows.
> ```
> Embedder-vs-V8 build configuration mismatch. On embedder side sandbox is 
> DISABLED while on V8 side it's ENABLED.
> ```
> Does anybody know why ? thanks!

Compile your own code with -DV8_COMPRESS_POINTERS to fix that.

Pointer compression changes the layout of objects in memory. Embedder
and engine have to agree on the object layout, otherwise things go
boom.

-- 
-- 
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/CAHQurc9He5XYs_9yzFrnL1r9mhQ9aVWObHzuqpz%3DLwCT05-dSA%40mail.gmail.com.

Reply via email to