labath added a comment.

The backtrace is pretty much useless, but what is happening is that the 
LLDB_INSTRUMENT_VA macro inside SBDebugger::GetProgressFromEvent is trying to 
log the uninitialized output variable, which angers the gods of sanitation.

I'm not entirely sure what's the best fix here. @JDevlieghere, what do you 
think? Can we just remove the output arguments from the LLDB_INSTRUMENT_VA 
invocation (given how logging their entry values is pretty useless)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120284/new/

https://reviews.llvm.org/D120284

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to