This has no positive effect. The d8 executable still crashes after 5 seconds.
On Monday, May 2, 2016 at 4:50:51 PM UTC+3, Ben Noordhuis wrote: > > On Mon, May 2, 2016 at 2:14 PM, Danny Dorfman <[email protected] > <javascript:>> wrote: > > I tried moving SetFlagsFromCommandLine() to be the first V8 API call > (before > > any initialization takes place), and running my application again. > > > > After executing linux-tick-processor on the new log file, it looks like > d8 > > is crashing after 5 seconds into its run. > > > > # tools/linux-tick-processor /mydir/isolate-0x7f566004dbb0-v8.log > > which: no d8 in > > > (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/depot_tools:/usr/lib/vslick/bin:/usr/lib/jvm/java-1.7.0/bin) > > > > tools/linux-tick-processor: line 41: 2855 Broken pipe cat > > $log_file > > 2856 Segmentation fault | $d8_exec $tools_path/splaytree.js > > $tools_path/codemap.js $tools_path/csvparser.js $tools_path/consarray.js > > $tools_path/profile.js $tools_path/profile_view.js > $tools_path/logreader.js > > $tools_path/tickprocessor.js $tools_path/SourceMap.js > > $tools_path/tickprocessor-driver.js -- $@ 2> /dev/null > > > > Adding --nocompact_code_space makes no difference. The crash is still > > there. Please assist. > > Try setting the D8_PATH environment variable to the directory where d8 > can be found. > -- -- 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.
