$ pwd /home/user/test $ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
$ export PATH=$PATH:/home/user/test/depot_tools $ gclient $ mkdir v8 $ cd v8 $ fetch v8 $ cd v8 $ gclient sync $ ./build/install-build-deps.sh $ git pull && gclient sync $ tools/dev/gm.py x64.release $ tools/dev/v8gen.py x64.release.sample $ gn args out.gn/x64.release.sample $ ninja -C out.gn/x64.release.sample v8_monolith $ g++ -I. -Iinclude samples/shell.cc -o shell -lv8_monolith -Lout.gn/x64.release.sample/obj/ -pthread -std=c++0x $ cp out.gn/x64.release.sample/icudtl.dat . $ ./shell V8 version 8.2.0 (candidate) [sample shell] > Hit the enter key segmentation fault (core dumped) $ -- -- 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/2b88a500-50d1-413c-b629-655d2c91456c%40googlegroups.com.