Assertion failed: (D->getCachedLinkage() == LV.getLinkage()), function getLVForDecl
Answered
In one of my projects, I'm receiving this LLDB crash when trying to evaluate variables when hitting a breakpoint.
Assertion failed: (D->getCachedLinkage() == LV.getLinkage()), function getLVForDecl, file /Applications/buildAgent/work/1ce8e77440c867d9/lldb/llvm/tools/clang/lib/AST/Decl.cpp, line 1409.
Stack dump:
0. Parse:57:34: current parser token ';'
1. Parse:42:1: parsing function body '$__lldb_expr'
2. Parse:42:1: in compound statement ('{}')
What should i do to overcome it?
Please sign in to leave a comment.
Hello! Please enable debugger logging as described here, reproduce the issue and send the resulting idea.log file to clion-support at jetbrains.com. Thanks. Do not forget to disable debug logging after that. Note that logs might contain private user's information (like file paths and names).