[compiler-rt] Reland "[compiler-rt] [sanitizer_common] Fix SIGSEGV in ForEachMappedRegion for DSOs with custom image base" (PR #209576)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 06:35:24 PDT 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-x86_64-debian-fast` running on `gribozavr4` while building `compiler-rt` at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/56/builds/4075

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clangd :: crash-parse.test' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
not --crash clangd -lit-test < /b/1/clang-x86_64-debian-fast/llvm.src/clang-tools-extra/clangd/test/crash-parse.test 2> /b/1/clang-x86_64-debian-fast/llvm.obj/tools/clang/tools/extra/clangd/test/Output/crash-parse.test.tmp.err
# executed command: not --crash clangd -lit-test
# .---command stdout------------
# | Content-Length: 3436
# | 
# | {
# |   "id": 0,
# |   "jsonrpc": "2.0",
# |   "result": {
# |     "capabilities": {
# |       "astProvider": true,
# |       "callHierarchyProvider": true,
# |       "clangdInlayHintsProvider": true,
# |       "codeActionProvider": true,
# |       "compilationDatabase": {
# |         "automaticReload": true
# |       },
# |       "completionProvider": {
# |         "resolveProvider": false,
# |         "triggerCharacters": [
# |           ".",
# |           "<",
# |           ">",
# |           ":",
# |           "\"",
# |           "/",
# |           "*"
# |         ]
# |       },
# |       "declarationProvider": true,
# |       "definitionProvider": true,
# |       "documentFormattingProvider": true,
# |       "documentHighlightProvider": true,
# |       "documentLinkProvider": {
# |         "resolveProvider": false
# |       },
# |       "documentOnTypeFormattingProvider": {
# |         "firstTriggerCharacter": "\n",
# |         "moreTriggerCharacter": []
# |       },
# |       "documentRangeFormattingProvider": {
# |         "rangesSupport": true
# |       },
# |       "documentSymbolProvider": true,
...

```

</details>

https://github.com/llvm/llvm-project/pull/209576


More information about the llvm-commits mailing list