Can you try with enable_iterator_debugging = false? My guess is that having
that flag changes the size of a std::vector, and that in turn determines
the offset of the id_ field in the Space class.

On Thu, Apr 4, 2019 at 2:13 PM DaManuell <manuel.lecl...@gmail.com> wrote:

> I just did a "git checkout master" followed by "git pull" followed by
> "gclient sync" and the error is exactly the same:
>
> FAILED: gen/embedded.S gen/snapshot.cc
> D:/V8/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe
> ../../tools/run.py ./mksnapshot --turbo_instruction_scheduling
> --embedded_src gen/embedded.S --embedded_variant Default --ra
> ndom-seed 314159265 --startup_src gen/snapshot.cc --native-code-counters
>
>
> #
> # Fatal error in ../../src/heap/spaces.cc, line 1471
> # Debug check failed: Space::kIdOffset ==
> (reinterpret_cast<intptr_t>(&(reinterpret_cast<Space*>(16)->id_)) - 16) (72
> vs. 80).
>
> This time, I did "ninja -C out.gn\x64.debug v8_monolith" with the
> following args.gn file in v8\out.gn\x64.debug
>
> v8_monolithic = true
> is_debug = true
> target_cpu = "x64"
> v8_enable_slow_dchecks = true
> v8_optimized_debug = false
> is_component_build = false
> v8_static_library = true
> v8_enable_i18n_support = true
> v8_use_external_startup_data = false
> enable_iterator_debugging = true
>
> Le jeudi 4 avril 2019 13:07:50 UTC+2, Jakob Kummerow a écrit :
>>
>> Which version of V8 is this? The x64.debug build on Windows works fine
>> on our infrastructure
>> <https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Win64%20-%20debug>
>> .
>>
> --
> --
> 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.
> 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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to