Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error with pre-compiled version #276

Closed
sitsofe opened this issue Feb 10, 2016 · 4 comments
Closed

Build error with pre-compiled version #276

sitsofe opened this issue Feb 10, 2016 · 4 comments

Comments

@sitsofe
Copy link

sitsofe commented Feb 10, 2016

While trying to run ./build-infer.sh clang on Fedora 23 I get the following errors:

make[4]: Entering directory '/home/swheeler/infer-linux64-v0.6.0/infer/models/c/src'
clang -c -w xlib.c -o xlib.o
clang -c -w wchar.c -o wchar.o
clang -c -w math.c -o math.o
clang -c -w glib.c -o glib.o
clang -c -w wctype.c -o wctype.o
clang -c -w libc_basic.c -o libc_basic.o
clang -c -w infer_builtins.c -o infer_builtins.o
#0 0x0000000002ddd955 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddd955)
#1 0x0000000002ddbbb6 llvm::sys::RunSignalHandlers() (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbbb6)
#2 0x0000000002ddbdc5 (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbdc5)
#3 0x00007ff86ec339f0 __restore_rt (/lib64/libpthread.so.0+0x109f0)
#4 0x00007ff86dd03bc4 std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x28bc4)
#5 0x00007ff86dcf039b ASTPluginLib::SimplePluginASTActionBase<ASTLib::ASTExporterOptions>::ParseArgs(clang::CompilerInstance const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x1539b)
#6 0x0000000000776ff2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x776ff2)
#7 0x000000000077854c clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x77854c)
#8 0x000000000074af45 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x74af45)
#9 0x000000000072d713 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72d713)
#10 0x0000000000723958 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x723958)
#11 0x000000000072c534 main (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72c534)
#12 0x00007ff86df5d580 __libc_start_main (/lib64/libc.so.6+0x20580)
#13 0x00000000007228a9 _start (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x7228a9)
Stack dump:
0.  Program arguments: /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name infer_builtins.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -dwarf-column-info -coverage-file /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src/infer_builtins.o -resource-dir /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wno-everything -w -fdebug-compilation-dir /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src -ferror-limit 19 -fmessage-length 181 -fobjc-runtime=gcc -fdiagnostics-show-option -load /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib -add-plugin BiniouASTExporter -plugin-arg-BiniouASTExporter - -plugin-arg-BiniouASTExporter PREPEND_CURRENT_DIR=1 -o infer_builtins.o -x c infer_builtins.c 
#0 0x0000000002ddd955 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddd955)
#1 0x0000000002ddbbb6 llvm::sys::RunSignalHandlers() (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbbb6)
#2 0x0000000002ddbdc5 (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbdc5)
#3 0x00007f7f341929f0 __restore_rt (/lib64/libpthread.so.0+0x109f0)
#4 0x00007f7f33262bc4 std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x28bc4)
#5 0x00007f7f3324f39b ASTPluginLib::SimplePluginASTActionBase<ASTLib::ASTExporterOptions>::ParseArgs(clang::CompilerInstance const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x1539b)
#6 0x0000000000776ff2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x776ff2)
#7 0x000000000077854c clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x77854c)
#8 0x000000000074af45 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x74af45)
#9 0x000000000072d713 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72d713)
#10 0x0000000000723958 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x723958)
#11 0x000000000072c534 main (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72c534)
#12 0x00007f7f334bc580 __libc_start_main (/lib64/libc.so.6+0x20580)
#13 0x00000000007228a9 _start (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x7228a9)
Stack dump:
0.  Program arguments: /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name libc_basic.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -dwarf-column-info -coverage-file /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src/libc_basic.o -resource-dir /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wno-everything -w -fdebug-compilation-dir /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src -ferror-limit 19 -fmessage-length 181 -fobjc-runtime=gcc -fdiagnostics-show-option -load /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib -add-plugin BiniouASTExporter -plugin-arg-BiniouASTExporter - -plugin-arg-BiniouASTExporter PREPEND_CURRENT_DIR=1 -o libc_basic.o -x c libc_basic.c 
#0 0x0000000002ddd955 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddd955)
#1 0x0000000002ddbbb6 llvm::sys::RunSignalHandlers() (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbbb6)
#2 0x0000000002ddbdc5 (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbdc5)
#3 0x00007fcae452f9f0 __restore_rt (/lib64/libpthread.so.0+0x109f0)
#4 0x00007fcae35ffbc4 std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x28bc4)
#5 0x00007fcae35ec39b ASTPluginLib::SimplePluginASTActionBase<ASTLib::ASTExporterOptions>::ParseArgs(clang::CompilerInstance const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x1539b)
#6 0x0000000000776ff2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x776ff2)
#7 0x000000000077854c clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x77854c)
#8 0x000000000074af45 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x74af45)
#9 0x000000000072d713 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72d713)
#10 0x0000000000723958 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x723958)
#11 0x000000000072c534 main (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72c534)
#12 0x00007fcae3859580 __libc_start_main (/lib64/libc.so.6+0x20580)
#13 0x00000000007228a9 _start (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x7228a9)
Stack dump:
0.  Program arguments: /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name math.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -dwarf-column-info -coverage-file /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src/math.o -resource-dir /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wno-everything -w -fdebug-compilation-dir /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src -ferror-limit 19 -fmessage-length 181 -fobjc-runtime=gcc -fdiagnostics-show-option -load /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib -add-plugin BiniouASTExporter -plugin-arg-BiniouASTExporter - -plugin-arg-BiniouASTExporter PREPEND_CURRENT_DIR=1 -o math.o -x c math.c 
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 3.8.0 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/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.
#0 0x0000000002ddd955 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddd955)
#1 0x0000000002ddbbb6 llvm::sys::RunSignalHandlers() (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbbb6)
#2 0x0000000002ddbdc5 (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbdc5)
#3 0x00007fbf9d1d49f0 __restore_rt (/lib64/libpthread.so.0+0x109f0)
#4 0x00007fbf9c2a4bc4 std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x28bc4)
#5 0x00007fbf9c29139b ASTPluginLib::SimplePluginASTActionBase<ASTLib::ASTExporterOptions>::ParseArgs(clang::CompilerInstance const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x1539b)
#6 0x0000000000776ff2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x776ff2)
#7 0x000000000077854c clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x77854c)
#8 0x000000000074af45 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x74af45)
#9 0x000000000072d713 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72d713)
#10 0x0000000000723958 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x723958)
#11 0x000000000072c534 main (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72c534)
#12 0x00007fbf9c4fe580 __libc_start_main (/lib64/libc.so.6+0x20580)
#13 0x00000000007228a9 _start (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x7228a9)
Stack dump:
0.  Program arguments: /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name wctype.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -dwarf-column-info -coverage-file /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src/wctype.o -resource-dir /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wno-everything -w -fdebug-compilation-dir /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src -ferror-limit 19 -fmessage-length 181 -fobjc-runtime=gcc -fdiagnostics-show-option -load /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib -add-plugin BiniouASTExporter -plugin-arg-BiniouASTExporter - -plugin-arg-BiniouASTExporter PREPEND_CURRENT_DIR=1 -o wctype.o -x c wctype.c 
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 3.8.0 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/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.
#0 0x0000000002ddd955 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddd955)
#1 0x0000000002ddbbb6 llvm::sys::RunSignalHandlers() (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbbb6)
#2 0x0000000002ddbdc5 (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbdc5)
#3 0x00007f953ec109f0 __restore_rt (/lib64/libpthread.so.0+0x109f0)
#4 0x00007f953dce0bc4 std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x28bc4)
#5 0x00007f953dccd39b ASTPluginLib::SimplePluginASTActionBase<ASTLib::ASTExporterOptions>::ParseArgs(clang::CompilerInstance const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x1539b)
#6 0x0000000000776ff2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x776ff2)
#7 0x000000000077854c clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x77854c)
#8 0x000000000074af45 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x74af45)
#9 0x000000000072d713 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72d713)
#10 0x0000000000723958 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x723958)
#11 0x000000000072c534 main (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72c534)
#12 0x00007f953df3a580 __libc_start_main (/lib64/libc.so.6+0x20580)
#13 0x00000000007228a9 _start (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x7228a9)
Stack dump:
0.  Program arguments: /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name wchar.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -dwarf-column-info -coverage-file /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src/wchar.o -resource-dir /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wno-everything -w -fdebug-compilation-dir /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src -ferror-limit 19 -fmessage-length 181 -fobjc-runtime=gcc -fdiagnostics-show-option -load /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib -add-plugin BiniouASTExporter -plugin-arg-BiniouASTExporter - -plugin-arg-BiniouASTExporter PREPEND_CURRENT_DIR=1 -o wchar.o -x c wchar.c 
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 3.8.0 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/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.
#0 0x0000000002ddd955 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddd955)
#1 0x0000000002ddbbb6 llvm::sys::RunSignalHandlers() (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbbb6)
#2 0x0000000002ddbdc5 (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbdc5)
#3 0x00007f28b6ab09f0 __restore_rt (/lib64/libpthread.so.0+0x109f0)
#4 0x00007f28b5b80bc4 std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x28bc4)
#5 0x00007f28b5b6d39b ASTPluginLib::SimplePluginASTActionBase<ASTLib::ASTExporterOptions>::ParseArgs(clang::CompilerInstance const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x1539b)
#6 0x0000000000776ff2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x776ff2)
#7 0x000000000077854c clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x77854c)
#8 0x000000000074af45 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x74af45)
#9 0x000000000072d713 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72d713)
#10 0x0000000000723958 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x723958)
#11 0x000000000072c534 main (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72c534)
#12 0x00007f28b5dda580 __libc_start_main (/lib64/libc.so.6+0x20580)
#13 0x00000000007228a9 _start (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x7228a9)
Stack dump:
0.  Program arguments: /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name xlib.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -dwarf-column-info -coverage-file /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src/xlib.o -resource-dir /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wno-everything -w -fdebug-compilation-dir /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src -ferror-limit 19 -fmessage-length 181 -fobjc-runtime=gcc -fdiagnostics-show-option -load /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib -add-plugin BiniouASTExporter -plugin-arg-BiniouASTExporter - -plugin-arg-BiniouASTExporter PREPEND_CURRENT_DIR=1 -o xlib.o -x c xlib.c 
#0 0x0000000002ddd955 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddd955)
#1 0x0000000002ddbbb6 llvm::sys::RunSignalHandlers() (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbbb6)
#2 0x0000000002ddbdc5 (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbdc5)
#3 0x00007f1f5cbab9f0 __restore_rt (/lib64/libpthread.so.0+0x109f0)
#4 0x00007f1f5bc7bbc4 std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x28bc4)
#5 0x00007f1f5bc6839b ASTPluginLib::SimplePluginASTActionBase<ASTLib::ASTExporterOptions>::ParseArgs(clang::CompilerInstance const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x1539b)
#6 0x0000000000776ff2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x776ff2)
#7 0x000000000077854c clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x77854c)
#8 0x000000000074af45 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x74af45)
#9 0x000000000072d713 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72d713)
#10 0x0000000000723958 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x723958)
#11 0x000000000072c534 main (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72c534)
#12 0x00007f1f5bed5580 __libc_start_main (/lib64/libc.so.6+0x20580)
#13 0x00000000007228a9 _start (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x7228a9)
Stack dump:
0.  Program arguments: /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name shared_ptr.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -dwarf-column-info -coverage-file /home/swheeler/infer-linux64-v0.6.0/infer/models/cpp/src/shared_ptr.o -resource-dir /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0 -internal-isystem /usr/lib/gcc/x86_64-redhat-linux/5.3.1/../../../../include/c++/5.3.1 -internal-isystem /usr/lib/gcc/x86_64-redhat-linux/5.3.1/../../../../include/c++/5.3.1/x86_64-redhat-linux -internal-isystem /usr/lib/gcc/x86_64-redhat-linux/5.3.1/../../../../include/c++/5.3.1/backward -internal-isystem /usr/local/include -internal-isystem /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wno-everything -w -fdeprecated-macro -fdebug-compilation-dir /home/swheeler/infer-linux64-v0.6.0/infer/models/cpp/src -ferror-limit 19 -fmessage-length 181 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -load /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib -add-plugin BiniouASTExporter -plugin-arg-BiniouASTExporter - -plugin-arg-BiniouASTExporter PREPEND_CURRENT_DIR=1 -o shared_ptr.o -x c++ shared_ptr.cpp 
#0 0x0000000002ddd955 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddd955)
#1 0x0000000002ddbbb6 llvm::sys::RunSignalHandlers() (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbbb6)
#2 0x0000000002ddbdc5 (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x2ddbdc5)
#3 0x00007f60b7b6a9f0 __restore_rt (/lib64/libpthread.so.0+0x109f0)
#4 0x00007f60b6c3abc4 std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x28bc4)
#5 0x00007f60b6c2739b ASTPluginLib::SimplePluginASTActionBase<ASTLib::ASTExporterOptions>::ParseArgs(clang::CompilerInstance const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) (/home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib+0x1539b)
#6 0x0000000000776ff2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x776ff2)
#7 0x000000000077854c clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x77854c)
#8 0x000000000074af45 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x74af45)
#9 0x000000000072d713 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72d713)
#10 0x0000000000723958 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x723958)
#11 0x000000000072c534 main (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x72c534)
#12 0x00007f60b6e94580 __libc_start_main (/lib64/libc.so.6+0x20580)
#13 0x00000000007228a9 _start (/home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang+0x7228a9)
Stack dump:
0.  Program arguments: /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name glib.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -dwarf-column-info -coverage-file /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src/glib.o -resource-dir /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /home/swheeler/infer-linux64-v0.6.0/facebook-clang-plugins/clang/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wno-everything -w -fdebug-compilation-dir /home/swheeler/infer-linux64-v0.6.0/infer/models/c/src -ferror-limit 19 -fmessage-length 181 -fobjc-runtime=gcc -fdiagnostics-show-option -load /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib -add-plugin BiniouASTExporter -plugin-arg-BiniouASTExporter - -plugin-arg-BiniouASTExporter PREPEND_CURRENT_DIR=1 -o glib.o -x c glib.c 
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/infer_builtins-f9460e.c
clang: note: diagnostic msg: /tmp/infer_builtins-f9460e.sh
clang: note: diagnostic msg: 

********************
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 3.8.0 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/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: 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 3.8.0 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/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: 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 3.8.0 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/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/libc_basic-2cf6fa.c
clang: note: diagnostic msg: /tmp/libc_basic-2cf6fa.sh
clang: note: diagnostic msg: 

********************
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/math-4b6789.c
clang: note: diagnostic msg: /tmp/math-4b6789.sh
clang: note: diagnostic msg: 

********************
Makefile:12: recipe for target 'libc_basic.o' failed
make[4]: *** [libc_basic.o] Error 254
make[4]: *** Waiting for unfinished jobs....
Makefile:12: recipe for target 'infer_builtins.o' failed
make[4]: *** [infer_builtins.o] Error 254
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/wchar-d5fbd5.c
clang: note: diagnostic msg: /tmp/wchar-d5fbd5.sh
clang: note: diagnostic msg: 

********************
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 3.8.0 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/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: 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 3.8.0 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/swheeler/infer-linux64-v0.6.0/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/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.
Makefile:12: recipe for target 'wchar.o' failed
make[4]: *** [wchar.o] Error 254
Makefile:12: recipe for target 'math.o' failed
make[4]: *** [math.o] Error 254
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/shared_ptr-a02422.cpp
clang: note: diagnostic msg: /tmp/shared_ptr-a02422.sh
clang: note: diagnostic msg: 

********************
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/xlib-1da1ac.c
clang: note: diagnostic msg: /tmp/xlib-1da1ac.sh
clang: note: diagnostic msg: 

********************
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/wctype-b944d4.c
clang: note: diagnostic msg: /tmp/wctype-b944d4.sh
clang: note: diagnostic msg: 

********************
<builtin>: recipe for target 'shared_ptr.o' failed
make[4]: *** [shared_ptr.o] Error 254
make[4]: Leaving directory '/home/swheeler/infer-linux64-v0.6.0/infer/models/cpp/src'
Makefile:12: recipe for target 'xlib.o' failed
make[4]: *** [xlib.o] Error 254
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/glib-762fb2.c
clang: note: diagnostic msg: /tmp/glib-762fb2.sh
clang: note: diagnostic msg: 

********************
Makefile:12: recipe for target 'glib.o' failed
make[4]: *** [glib.o] Error 254
Makefile:12: recipe for target 'wctype.o' failed
make[4]: *** [wctype.o] Error 254
make[4]: Leaving directory '/home/swheeler/infer-linux64-v0.6.0/infer/models/c/src'
Makefile:21: recipe for target '/home/swheeler/infer-linux64-v0.6.0/infer/lib/specs/cpp_models' failed
make[3]: *** [/home/swheeler/infer-linux64-v0.6.0/infer/lib/specs/cpp_models] Error 2
make[3]: Leaving directory '/home/swheeler/infer-linux64-v0.6.0/infer/models/cpp'
Makefile:27: recipe for target 'cpp' failed
make[2]: *** [cpp] Error 2
make[2]: *** Waiting for unfinished jobs....
Makefile:21: recipe for target '/home/swheeler/infer-linux64-v0.6.0/infer/lib/specs/c_models' failed
make[3]: *** [/home/swheeler/infer-linux64-v0.6.0/infer/lib/specs/c_models] Error 2
make[3]: Leaving directory '/home/swheeler/infer-linux64-v0.6.0/infer/models/c'
Makefile:27: recipe for target 'c' failed
make[2]: *** [c] Error 2
make[2]: Leaving directory '/home/swheeler/infer-linux64-v0.6.0/infer/models'
Makefile:21: recipe for target 'clang' failed
make[1]: *** [clang] Error 2
make[1]: Leaving directory '/home/swheeler/infer-linux64-v0.6.0/infer'
Makefile:49: recipe for target 'clang' failed
make: *** [clang] Error 2
compilation failure; try running "make clean"
@akotulski
Copy link
Contributor

Thank you for reporting the issue. I managed to reproduce the problem and I'm looking into it.

@akotulski
Copy link
Contributor

The reason is that new fedora has new version of ABI and we were trying to link clang built with old ABI and plugin built with new ABI.
We are going to create new release which has pre-compiled plugin so that it will be built with same (old) ABI. This fixes the problem (worked on my fedora 23)

https://fedoramagazine.org/gcc-5-in-fedora-whats-an-abi-and-what-happens-when-we-change-it/

@ghost ghost closed this as completed in 173bc5e Feb 10, 2016
@akotulski
Copy link
Contributor

It turns out v0.6.0 already has precompiled plugin library, but we were rebuilding it anyway which lead to problems. If you patch attached commit to just unpacked infer-linux64-v0.6.0, infer should succeed.

@sitsofe
Copy link
Author

sitsofe commented Feb 10, 2016

@akotulski: Thank you!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants