Running without the SUID sandbox! while running source code for Chrome -


i download chromium source code , compiled according instruction stated on website. when tried run binary file chrom in out/debug/chrom getting error

[17144:17144:0423/112117:fatal:browser_main_loop.cc(169)] running without suid sandbox! see https://code.google.com/p/chromium/wiki/linuxsuidsandboxdevelopment more information on developing sandbox on.

my chrome folder in /home/user/chromium/src ..

solved this! when run out/debug/chrom , error comes can run $out/debug/chrom --no-sandbox

at least chrome work then!


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -