While doing a x64.release build on my 10.11.6 mac, I get the following error: (I've tried on a couple recent commits and gotten the same error, but this is from b354204253b134682f4b810780abbc1dee7aba37)
Zacs-Mac:v8 xaxxon$ ninja -C out.gn/x64.release ninja: Entering directory `out.gn/x64.release' [1/453] ACTION //:run_mksnapshot(//build/toolchain/mac:clang_x64) FAILED: gen/snapshot.cc snapshot_blob.bin python ../../tools/run.py ./mksnapshot --startup_src gen/snapshot.cc --random-seed 314159265 --startup_blob snapshot_blob.bin # # Fatal error in ../../src/isolate.cc, line 188 # Check failed: thread_data_table_ == NULL. # ==== C stack trace =============================== 0 libv8_libbase.dylib 0x0000000101ebf24e v8::base::debug::StackTrace::StackTrace() + 30 1 libv8_libbase.dylib 0x0000000101ebf285 v8::base::debug::StackTrace::StackTrace() + 21 2 libv8_libplatform.dylib 0x0000000101efe0f5 v8::platform::(anonymous namespace)::PrintStackTrace() + 37 3 libv8_libbase.dylib 0x0000000101eb449d V8_Fatal + 445 4 mksnapshot 0x00000001013688a8 v8::internal::Isolate::InitializeOncePerProcess() + 168 5 mksnapshot 0x000000010157cc87 v8::internal::V8::InitializeOncePerProcessImpl() + 199 6 libv8_libbase.dylib 0x0000000101eb520e v8::base::CallOnceImpl(long*, void (*)(void*), void*) + 94 7 mksnapshot 0x000000010157cb86 v8::internal::V8::Initialize() + 38 8 mksnapshot 0x0000000100ee88b9 v8::V8::Initialize() + 9 9 mksnapshot 0x0000000100ed8a76 main + 134 10 libdyld.dylib 0x00007fff91a5f5ad start + 1 Received signal 4 <unknown> 000101ebc371 -- -- 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.
