Re: [v8-users] d8 binary seg faults when moved?

2015-09-04 Thread Jakob Kummerow
GYP_DEFINES="v8_use_external_startup_data=0" should do the trick, but I haven't tried it. On Fri, Sep 4, 2015 at 8:37 PM, Charlie Andrews wrote: > ldd /tmp/d8 gives: > > linux-vdso.so.1 => (0x7ffd7bc52000) >> libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2

Re: [v8-users] d8 binary seg faults when moved?

2015-09-04 Thread 'Charlie Andrews' via v8-users
That did the trick. Thank you both! On Fri, Sep 4, 2015 at 2:42 PM, Jakob Kummerow wrote: > GYP_DEFINES="v8_use_external_startup_data=0" should do the trick, but I > haven't tried it. > > On Fri, Sep 4, 2015 at 8:37 PM, Charlie Andrews > wrote: > >>

[v8-users] Separate build directories created for V8

2015-09-04 Thread Manmohan Bishnoi
I checked out latest V8 source into this directory */mydisk/V8* fetch v8 cd v8 gclient sync make x64.release -j8 OUTDIR=/mydisk/codebase/js_v8_x64 library=shared debuggersupport=off i18nsupport=off The above commands completed successfully and created two directories: 1.

Re: [v8-users] d8 binary seg faults when moved?

2015-09-04 Thread Jakob Kummerow
You need to copy natives_blob.bin and snapshot_bob.bin along with d8. (There should probably be a better error message to indicate this.) On Thu, Sep 3, 2015 at 8:19 PM, Marcin Cieslak wrote: > On Thu, 3 Sep 2015, 'Charlie Andrews' via v8-users wrote: > > > $ mv