-
Notifications
You must be signed in to change notification settings - Fork 62
Description
When I run make -j,it report " clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)".
clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/ckks_serialization-dc57e0.cpp
clang: note: diagnostic msg: /tmp/ckks_serialization-dc57e0.sh
clang: note: diagnostic msg:
eva/CMakeFiles/eva.dir/build.make:159: recipe for target 'eva/CMakeFiles/eva.dir/serialization/ckks_serialization.cpp.o' failed
make[2]: *** [eva/CMakeFiles/eva.dir/serialization/ckks_serialization.cpp.o] Error 254
CMakeFiles/Makefile2:257: recipe for target 'eva/CMakeFiles/eva.dir/all' failed
make[1]: *** [eva/CMakeFiles/eva.dir/all] Error 2
Makefile:90: recipe for target 'all' failed
make: *** [all] Error 2
That's all of the message.Who can tell me how to solve it.I'll appreciate if I can get the way to solve it.