You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
The text was updated successfully, but these errors were encountered:
maxkachalin
changed the title
Build crash on v8_snapshot.a
Build crash on tools_gyp_v8_gyp_v8_snapshot_target_run_mksnapshot
Jul 27, 2018
maxkachalin
changed the title
Build crash on tools_gyp_v8_gyp_v8_snapshot_target_run_mksnapshot
Build crashes on ACTION tools_gyp_v8_gyp_v8_snapshot_target_run_mksnapshot with segmentation fault
Jul 27, 2018
I am sorry to inform you that TeaJS is officially discontinued. I have not updated nor built this project in last ~6 years, so it is kind of expected that it does not work with recent V8.
I will archive the project at GitHub as well, soon.
I'm trying to build latest version, process crashes on v8 building with segfault.
Versions:
root@95bcb97072dd:/TeaJS/deps/v8# make native werror=no PYTHONPATH="/TeaJS/deps/v8/tools/generate_shim_headers:/TeaJS/deps/v8/build::/TeaJS/deps/v8/build/gyp/pylib:" \ GYP_GENERATORS=make \ build/gyp/gyp --generator-output="out" build/all.gyp \ -Ibuild/standalone.gypi --depth=. -S.native -Dv8_enable_backtrace=1 -Dwerror='' -Darm_fpu=default -Darm_float_abi=default make[1]: Entering directory '/TeaJS/deps/v8/out' ACTION tools_gyp_v8_gyp_v8_snapshot_target_run_mksnapshot /TeaJS/deps/v8/out/native/obj.target/v8_snapshot/geni/snapshot.cc Segmentation fault tools/gyp/v8_snapshot.target.native.mk:13: recipe for target '/TeaJS/deps/v8/out/native/obj.target/v8_snapshot/geni/snapshot.cc' failed make[1]: *** [/TeaJS/deps/v8/out/native/obj.target/v8_snapshot/geni/snapshot.cc] Error 139 make[1]: Leaving directory '/TeaJS/deps/v8/out' Makefile:301: recipe for target 'native' failed make: *** [native] Error 2
The text was updated successfully, but these errors were encountered: