Assertion failed: (D->getCachedLinkage() == LV.getLinkage()), function getLVForDecl

已回答

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?

0

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). 

0

请先登录再写评论。