Hi All,
I suffered from seg-fault in building Debug version of chromium. There is no this error for building Release version of chromium (in my Ubuntu 14.04.4 LTS).
[3162/23362] RULE Generating C++ code from subresource_filter/core/common/flat/rules.fbs
FAILED: gen/flatc_out/components/subresource_filter/core/common/flat/rules_generated.h
cd ../../components; ../out_amd64-generic/Debug/flatc -c -o ../out_amd64-generic/Debug/gen/flatc_out/components/subresource_filter/core/common/flat "subresource_filter/core/common/flat/rules.fbs"
Segmentation fault (core dumped)
[3181/23362] CXX obj.host/v8/src/runtime/v8_base.runtime-simd.o
ninja: build stopped: subcommand failed.
Anyone also got the same problem? I’m still checking it.
Thanks!
Gary
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
I used the latest chromium git commit (cd237c6 Added experimental Web Share API on Android behind flag.) but still suffered it.
…
ninja: Entering directory `out_amd64-generic/Debug'
[2/20182] RULE Generating C++ code from subresource_filter/core/common/flat/rules.fbs
FAILED: gen/flatc_out/components/subresource_filter/core/common/flat/rules_generated.h
cd ../../components; ../out_amd64-generic/Debug/flatc -c -o ../out_amd64-generic/Debug/gen/flatc_out/components/subresource_filter/core/common/flat "subresource_filter/core/common/flat/rules.fbs"
Segmentation fault (core dumped)
…