Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Reading symbols from /lib/x86_64-linux-gnu/libz.so.1...(no debugging symbols found)...done.
- Reading symbols from /home/max/llvm-project/build/lib/libLLVMDemangle.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libLLVMDebugInfoDWARF.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libLLVMDebugInfoCodeView.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libLLVMAsmParser.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangRewrite.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangAnalysis.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangStaticAnalyzerCheckers.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangStaticAnalyzerCore.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangCrossTU.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libLLVMTextAPI.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangASTMatchers.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangToolingCore.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangIndex.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangFormat.so.13git...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangToolingInclusions.so.13git...done.
- Reading symbols from ./libcustom-checker-plugin.so...(no debugging symbols found)...done.
- Reading symbols from /home/max/llvm-project/build/lib/libclangTooling.so.13git...done.
- 0x00007f05b48f043e in __libc_read (fd=0, buf=0x7fff77d010d8, nbytes=16384) at ../sysdeps/unix/sysv/linux/read.c:27
- 27 ../sysdeps/unix/sysv/linux/read.c: No such file or directory.
- (gdb) bt
- #0 0x00007f05b48f043e in __libc_read (fd=0, buf=0x7fff77d010d8, nbytes=16384) at ../sysdeps/unix/sysv/linux/read.c:27
- #1 0x00007f05a63b0ad7 in llvm::sys::RetryAfterSignal<int, long (int, void*, unsigned long), int, char*, unsigned long>(int const&, long ( const&)(int, void*, unsigned long), int const&, char* const&, unsigned long const&) (Fail=@0x7fff77d01038: -1, F=@0x7f05b48f0430: {long (int, void *, unsigned long)} 0x7f05b48f0430 <__libc_read>) at /home/max/llvm-project/llvm/include/llvm/Support/Errno.h:38
- #2 0x00007f05a63ae896 in llvm::sys::fs::readNativeFile (FD=0, Buf=...) at /home/max/llvm-project/llvm/lib/Support/Unix/Path.inc:1076
- #3 0x00007f05a62d5c3a in getMemoryBufferForStream (FD=0, BufferName=...) at /home/max/llvm-project/llvm/lib/Support/MemoryBuffer.cpp:232
- #4 0x00007f05a62d68de in llvm::MemoryBuffer::getSTDIN () at /home/max/llvm-project/llvm/lib/Support/MemoryBuffer.cpp:517
- #5 0x00007f05a7dc7ee0 in clang::FileManager::getSTDIN (this=0x558dab759ea0) at /home/max/llvm-project/clang/lib/Basic/FileManager.cpp:347
- #6 0x00007f05ab73011a in clang::CompilerInstance::InitializeSourceManager (Input=..., Diags=..., FileMgr=..., SourceMgr=...) at /home/max/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:893
- #7 0x00007f05ab72ff3c in clang::CompilerInstance::InitializeSourceManager (this=0x558dab74a800, Input=...) at /home/max/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:867
- #8 0x00007f05ab804536 in clang::FrontendAction::BeginSourceFile (this=0x558dab758a90, CI=..., RealInput=...) at /home/max/llvm-project/clang/lib/Frontend/FrontendAction.cpp:765
- #9 0x00007f05ab7306b6 in clang::CompilerInstance::ExecuteAction (this=0x558dab74a800, Act=...) at /home/max/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:954
- #10 0x00007f05b46b517d in clang::ExecuteCompilerInvocation (Clang=0x558dab74a800) at /home/max/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:278
- #11 0x0000558daac7150b in cc1_main (Argv=..., Argv0=0x7fff77d091b6 "clang", MainAddr=0x558daac6422a <GetExecutablePath[abi:cxx11](char const*, bool)>)
- at /home/max/llvm-project/clang/tools/driver/cc1_main.cpp:246
- #12 0x0000558daac65b1d in ExecuteCC1Tool (ArgV=...) at /home/max/llvm-project/clang/tools/driver/driver.cpp:335
- #13 0x0000558daac662f0 in main (Argc=4, Argv=0x7fff77d07428) at /home/max/llvm-project/clang/tools/driver/driver.cpp:412
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement