[llvm-bugs] [Bug 24953] Unusable with LLVM_LINK_LLVM_DYLIB=ON
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 26 02:00:17 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=24953
e.boutaleb at hotmail.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |e.boutaleb at hotmail.fr
Resolution|FIXED |---
--- Comment #6 from e.boutaleb at hotmail.fr ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160426/3c1d2cae/attachment.html>
More information about the llvm-bugs
mailing list