[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Support constant index encoding of DW_AT_object_pointer (PR #144998)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 23 11:30:21 PDT 2025
slydiman wrote:
It seems the buildbot [lldb-remote-linux-ubuntu](https://lab.llvm.org/buildbot/#/builders/195/builds/10819) is broken after this patch.
```
Unresolved Tests (3):
lldb-api :: commands/expression/import-std-module/basic/TestImportStdModule.py
lldb-api :: commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
lldb-api :: commands/expression/import-std-module/retry-with-std-module/TestRetryWithStdModule.py
```
```
UNSUPPORTED: LLDB (/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/bin/clang-aarch64) :: test_dsym
(TestStdModuleWithConflicts.TestImportStdModuleConflicts.test_dsym)
(test case does not fall in any category of interest for this run)
python3.12: /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/llvm/../clang/include/clang/AST/Type.h:952:
const clang::ExtQualsTypeCommonBase* clang::QualType::getCommonPtr() const: Assertion `!isNull() && "Cannot retrieve a NULL type pointer"' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
...
```
https://github.com/llvm/llvm-project/pull/144998
More information about the lldb-commits
mailing list