[lld] [LLD][COFF] Swap the meaning of symtab and hybridSymtab in hybrid images (PR #135093)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 06:59:41 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` running on `lldb-x86_64-debian` while building `lld` at step 6 "test".

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

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

```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: lang/cpp/overloaded-functions/TestOverloadedFunctions.py (415 of 2826)
PASS: lldb-api :: lang/cpp/namespace_conflicts/TestNamespaceConflicts.py (416 of 2826)
PASS: lldb-api :: functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py (417 of 2826)
PASS: lldb-api :: commands/platform/process/list/TestProcessList.py (418 of 2826)
PASS: lldb-api :: commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py (419 of 2826)
PASS: lldb-api :: lang/cpp/chained-calls/TestCppChainedCalls.py (420 of 2826)
PASS: lldb-api :: functionalities/deleted-executable/TestDeletedExecutable.py (421 of 2826)
PASS: lldb-api :: lang/cpp/fpnan/TestFPNaN.py (422 of 2826)
PASS: lldb-unit :: Core/./LLDBCoreTests/59/77 (423 of 2826)
UNRESOLVED: lldb-api :: driver/batch_mode/TestBatchMode.py (424 of 2826)
******************** TEST 'lldb-api :: driver/batch_mode/TestBatchMode.py' FAILED ********************
Script:
--
/usr/bin/python3 /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./lib --env LLVM_INCLUDE_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/include --env LLVM_TOOLS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./bin --arch x86_64 --build-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex --lldb-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/lldb --compiler /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/clang --dsymutil /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./bin --lldb-obj-root /home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb --lldb-libs-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./lib -t /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/driver/batch_mode -p TestBatchMode.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision 1c05c6183da836d148eb3f558e8f8e0194f39eed)
  clang revision 1c05c6183da836d148eb3f558e8f8e0194f39eed
  llvm revision 1c05c6183da836d148eb3f558e8f8e0194f39eed
78
(lldb) settings clear -all
7
                                                                                8(lldb) settings set symbols.enable-external-lookup false
(lldb) settings set target.inherit-tcc true
(lldb) settings set target.disable-aslr false
(lldb) settings set target.detach-on-error false
(lldb) settings set target.auto-apply-fixits false
(lldb) settings set plugin.process.gdb-remote.packet-timeout 60
(lldb) settings set symbols.clang-modules-cache-path "/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api"
(lldb) settings set use-color false
(lldb) settings set show-statusline false
78(lldb) target create "/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/driver/batch_mode/TestBatchMode.test_batch_mode_attach_exit/a.out"
Current executable set to '/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/driver/batch_mode/TestBatchMode.test_batch_mode_attach_exit/a.out' (x86_64).
(lldb) process attach -p 4007656
Process 4007656 stopped
* thread #1, name = 'a.out', stop reason = signal SIGSTOP
    frame #0: 0x00007f4d5d4ee443 libc.so.6`clock_nanosleep + 35
libc.so.6`clock_nanosleep:
->  0x7f4d5d4ee443 <+35>: negl   %eax
    0x7f4d5d4ee445 <+37>: retq   
    0x7f4d5d4ee446 <+38>: nopw   %cs:(%rax,%rax)
    0x7f4d5d4ee450 <+48>: subq   $0x28, %rsp
(lldb) breakpoint set --file 'main.c' -p 'Stop here to unset keep_waiting' -N keep_waiting
Breakpoint 1: where = a.out`main + 221 at main.c:29:13, address = 0x000055e225e5f25d
(lldb) continue
Process 4007656 resuming

```

</details>

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


More information about the llvm-commits mailing list