Open TwentyPast4 opened 3 years ago
So are you loading an alternate liblldb?
So are you loading an alternate liblldb?
I have tried loading an alternate liblldb to see if that would solve the problem - it doesn't The trace looks identical without loading an alternate liblldb, so I'm sorry I even added that information as it might be confusing.
Looks like something blows up inside lldb. Does this happen in CLI version too?
Looks like something blows up inside lldb. Does this happen in CLI version too?
No, running lldb from the command line works fine and doesn't crash lldb. However, this error pops up at every expression eval:
error: need to add support for DW_TAG_base_type 'auto' encoded with DW_ATE = 0x0, bit_size = 0
This error is also present in the adapter's verbose log (though I have no idea if it is related to the crash)
I have tried launching my application built with llvm-12 and found that a second after a breakpoint is hit, the debug adapter crashes. I have pasted the crash log with verbose logging below:
Some information:
OS: Ubuntu 21.04 (also happens for me on 20.04, 20.10) VSCode version: 1.57.1 Extension version: 1.6.5 Compiler: C++ LLVM 12.0.1 Build target: x86_64-linux-gnu
Debug log