[lldb-dev] Quite annoying assertion
Andrey Zaytsev
andrey.zaytsev at jetbrains.com
Mon Aug 8 15:34:44 PDT 2011
Hello everyone!
I'm very often getting this assertion when evaluating some sort of expressions:
Assertion failed: (!isNull() && "Cannot retrieve a NULL type pointer"), function getCommonPtr, file /SourceCache/lldb/lldb-69/llvm/tools/clang/include/clang/AST/Type.h, line 404.
This assertion fires every time I'm evaluating something like this: "[0x12345.. someSelector]". I'm stuck with it because I need values of this kind of expressions to display ns-collections.
Thanks for your consideration.
More information about the lldb-dev
mailing list