Re: [lldb-dev] Apple LLDB 900.0.64 crash

2018-01-18 Thread Greg Clayton via lldb-dev
This is a crash that is happening as we are trying to translate DWARF back into Clang ASTs. You can enable DWARF logging by doing: (lldb) log enable -f /tmp/dwarf.log dwarf info Or add that line to your ~/.lldbinit file. Then make it crash and we will have a log of what was wrong and might have

Re: [lldb-dev] Apple LLDB 900.0.64 crash

2018-01-18 Thread Dimitry Andric via lldb-dev
Hi Johan, If it is Apple specific, create a report on the Apple Bug Reporter, at https://bugreport.apple.com/ . If you can reproduce the error with stock lldb, please report it on the LLVM bugtracker, at https://bugs.llvm.org/enter_bug.cgi