D:\V8\v8>ninja -C out.gn\x64.debug v8
ninja: Entering directory `out.gn\x64.debug'
[704/715] ACTION 
//:run_mksnapshot_default(//build/toolchain/win:win_clang_x64)
FAILED: gen/embedded.S snapshot_blob.bin
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_blob snapshot_blob.bin --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).
#
#
#
#FailureMessage Object: 0000001EF8FE3F18
==== C stack trace ===============================

        v8::base::debug::StackTrace::StackTrace [0x00007FF7BD9CD83C+44] 
(D:\V8\v8\src\base\debug\stack_trace_win.cc:173)
        v8::platform::`anonymous namespace'::PrintStackTrace 
[0x00007FF7BD918DE3+35] (D:\V8\v8\src\libplatform\default-platform.cc:27)
        V8_Fatal [0x00007FF7BD909971+273] (D:\V8\v8\src\base\logging.cc:170)
        v8::base::`anonymous namespace'::DefaultDcheckHandler 
[0x00007FF7BD9092DC+44] (D:\V8\v8\src\base\logging.cc:56)
        V8_Dcheck [0x00007FF7BD909A46+54] (D:\V8\v8\src\base\logging.cc:176)
        v8::internal::Space::CheckOffsetsAreConsistent 
[0x00007FF7BBD0DCD9+89] (D:\V8\v8\src\heap\spaces.cc:1471)
        v8::internal::Space::Space [0x00007FF7BBD1CCAA+202] 
(D:\V8\v8\src\heap\spaces.h:990)
        v8::internal::SpaceWithLinearArea::SpaceWithLinearArea 
[0x00007FF7BBD0EA25+53] (D:\V8\v8\src\heap\spaces.h:2071)
        v8::internal::PagedSpace::PagedSpace [0x00007FF7BBD0E95A+58] 
(D:\V8\v8\src\heap\spaces.cc:1520)
        v8::internal::ReadOnlySpace::ReadOnlySpace [0x00007FF7BBD1BED3+51] 
(D:\V8\v8\src\heap\spaces.cc:3295)
        v8::internal::ReadOnlyHeap::Init [0x00007FF7BBCE0253+67] 
(D:\V8\v8\src\heap\read-only-heap.cc:55)
        v8::internal::ReadOnlyHeap::SetUp [0x00007FF7BBCE01FD+29] 
(D:\V8\v8\src\heap\read-only-heap.cc:41)
        v8::internal::Isolate::Init [0x00007FF7BBE705DE+2062] 
(D:\V8\v8\src\isolate.cc:3376)
        v8::internal::Isolate::InitWithoutSnapshot [0x00007FF7BBE6FDC1+33] 
(D:\V8\v8\src\isolate.cc:3304)
        v8::SnapshotCreator::SnapshotCreator [0x00007FF7BAFFE88B+283] 
(D:\V8\v8\src\api.cc:591)
        main [0x00007FF7BAFC522C+1020] 
(D:\V8\v8\src\snapshot\mksnapshot.cc:324)
        invoke_main [0x00007FF7BDC2BE34+52] 
(d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:79)
        __scrt_common_main_seh [0x00007FF7BDC2BF6E+302] 
(d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)
        __scrt_common_main [0x00007FF7BDC2BFEE+14] 
(d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:331)
        mainCRTStartup [0x00007FF7BDC2C009+9] 
(d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp:17)
        BaseThreadInitThunk [0x00007FFAE6FC3DC4+20]
        RtlUserThreadStart [0x00007FFAE7B43691+33]
ninja: build stopped: subcommand failed.

My args:

is_debug = true
target_cpu = "x64"
v8_enable_slow_dchecks = true
v8_optimized_debug = false
enable_iterator_debugging = true
is_component_build = false
v8_use_external_startup_data = true

What should I do?

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