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

[lldb-dev] Apple LLDB 900.0.64 crash

2018-01-18 Thread Johan Øverbye via lldb-dev
Hi :) I hope this is an appropriate use of this mailing list, my apologies if not. I couldn't find any form to report LLDB bugs and wasn't sure where to ask. With a recent update of Xcode I started getting an LLDB crash frequently while attempting to debug. (Not sure exactly which Xcode release