https://llvm.org/bugs/show_bug.cgi?id=24953
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- --- Comment #6 from [email protected] --- I am still encountering the problem mentioned in this bug report on LLVM/LLDB 3.8. My machine is running Ubuntu 15.10 x86_64. I am using the repos from git, not svn. http://llvm.org/git/{lldb/clang/llvm}.git -Switch to the 3.8 branch both on tools/lldb, tools/clang and the llvm root with git checkout release_38 - mkdir $llvm/build - cd build - cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=AArch64 .. - make -j2 lldb - go to $llvm/build/bin/, run lldb against any binary e.g ./lldb /bin/ls - enter "run" This should result in a segmentation fault. The backtrace attachment is almost the same as the one here. http://lists.llvm.org/pipermail/lldb-dev/2016-January/009296.html -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
