编译LLVM IR时出现clang segfaults

时间:2019-01-07 20:40:43

标签: segmentation-fault clang llvm llvm-ir

我正在尝试编译LLVM IR文件。但是,当我尝试对其进行编译时,会得到以下堆栈跟踪:

warning: overriding the module target triple with x86_64-pc-linux-gnu [-Woverride-module]
#0 0x00007f415c9179fa llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x8549fa)
#1 0x00007f415c915c76 llvm::sys::RunSignalHandlers() (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x852c76)
#2 0x00007f415c915dab (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x852dab)
#3 0x00007f415fc65890 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12890)
#4 0x00007f415cf80c0a llvm::DwarfDebug::collectVariableInfo(llvm::DwarfCompileUnit&, llvm::DISubprogram const*, llvm::DenseSet<std::pair<llvm::DILocalVariable const*, llvm::DILocation const*>, llvm::DenseMapInfo<std::pair<llvm::DILocalVariable const*, llvm::DILocation const*> > >&) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0xebdc0a)
#5 0x00007f415cf826b9 llvm::DwarfDebug::endFunctionImpl(llvm::MachineFunction const*) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0xebf6b9)
#6 0x00007f415cf5a6d4 llvm::DebugHandlerBase::endFunction(llvm::MachineFunction const*) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0xe976d4)
#7 0x00007f415cf4b587 llvm::AsmPrinter::EmitFunctionBody() (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0xe88587)
#8 0x00007f415e40155b (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x233e55b)
#9 0x00007f415cbbd740 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0xafa740)
#10 0x00007f415c9f2d18 llvm::FPPassManager::runOnFunction(llvm::Function&) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x92fd18)
#11 0x00007f415c9f2d63 llvm::FPPassManager::runOnModule(llvm::Module&) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x92fd63)
#12 0x00007f415c9f25af llvm::legacy::PassManagerImpl::run(llvm::Module&) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x92f5af)
#13 0x000055b5a2be15b2 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::DataLayout const&, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/usr/lib/llvm-6.0/bin/clang+0x4af5b2)
#14 0x000055b5a318c1f7 clang::CodeGenAction::ExecuteAction() (/usr/lib/llvm-6.0/bin/clang+0xa5a1f7)
#15 0x000055b5a2fc2e16 clang::FrontendAction::Execute() (/usr/lib/llvm-6.0/bin/clang+0x890e16)
#16 0x000055b5a2f8cebc clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/usr/lib/llvm-6.0/bin/clang+0x85aebc)
#17 0x000055b5a306e213 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/usr/lib/llvm-6.0/bin/clang+0x93c213)
#18 0x000055b5a2b8b938 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/lib/llvm-6.0/bin/clang+0x459938)
#19 0x000055b5a2b7a302 main (/usr/lib/llvm-6.0/bin/clang+0x448302)
#20 0x00007f415b16cb97 __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:344:0
#21 0x000055b5a2b8939a _start (/usr/lib/llvm-6.0/bin/clang+0x45739a)
Stack dump:
0.  Program arguments: /usr/lib/llvm-6.0/bin/clang -cc1 -triple x86_64-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name blackjack.xan.ll -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=gdb -resource-dir /usr/lib/llvm-6.0/lib/clang/6.0.1 -O0 -fdebug-compilation-dir /home/proc-daemon/Dropbox/Xanathar/xanathar -ferror-limit 19 -fmessage-length 0 -fsanitize=address -fsanitize-blacklist=/usr/lib/llvm-6.0/lib/clang/6.0.1/asan_blacklist.txt -fsanitize-address-use-after-scope -fno-assume-sane-operator-new -fobjc-runtime=gcc -fdiagnostics-show-option -o /tmp/blackjack-20cd92.o -x ir tests/blackjack/blackjack.xan.ll
1.  Code generation
2.  Running pass 'Function Pass Manager' on module 'tests/blackjack/blackjack.xan.ll'.
3.  Running pass 'X86 Assembly Printer' on function '@num_to_char'
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.1-svn334776-1~exp1~20181018152737.116 (branches/release_60)
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: Error generating preprocessed source(s).

Here是导致段错误(> 30k字符)的IR。 clang调用:clang -g -fstandalone-debug -fsanitize=address -O0 tests/blackjack/blackjack.xan.ll /home/proc-daemon/Dropbox/Xanathar/xanathar/stdlib/stdio.so /home/proc-daemon/Dropbox/Xanathar/xanathar/stdlib/stdlib.so /home/proc-daemon/Dropbox/Xanathar/xanathar/stdlib/random.so -o tests/blackjack/blackjack.xan.o

clang更新为7.0,并将llvmlite更新为0.27.0并没有改变,除了在clang stacktrace中的路径。

0 个答案:

没有答案
相关问题