[llvm] [GOFF] Add writing of section symbols (PR #133799)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 09:43:19 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running on `linaro-lldb-arm-ubuntu` while building `llvm` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/18/builds/18070
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: python_api/lldbutil/process/TestPrintStackTraces.py (1098 of 3302)
PASS: lldb-api :: python_api/module_spec/TestModuleSpec.py (1099 of 3302)
PASS: lldb-api :: python_api/name_lookup/TestNameLookup.py (1100 of 3302)
UNSUPPORTED: lldb-api :: python_api/objc_type/TestObjCType.py (1101 of 3302)
PASS: lldb-api :: python_api/module_section/TestModuleAndSection.py (1102 of 3302)
UNSUPPORTED: lldb-api :: python_api/process/address-masks/TestAddressMasks.py (1103 of 3302)
PASS: lldb-api :: python_api/lldbutil/iter/TestRegistersIterator.py (1104 of 3302)
PASS: lldb-api :: python_api/process/io/TestProcessIO.py (1105 of 3302)
PASS: lldb-api :: python_api/process/read-mem-cstring/TestReadMemCString.py (1106 of 3302)
UNRESOLVED: lldb-api :: python_api/run_locker/TestRunLocker.py (1107 of 3302)
******************** TEST 'lldb-api :: python_api/run_locker/TestRunLocker.py' FAILED ********************
Script:
--
/usr/bin/python3.10 /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --arch armv8l --build-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --cmake-build-type Release /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/python_api/run_locker -p TestRunLocker.py
--
Exit Code: -11
Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision 33872f12187b352b63e1749652cb18e678fc4f29)
clang revision 33872f12187b352b63e1749652cb18e678fc4f29
llvm revision 33872f12187b352b63e1749652cb18e678fc4f29
'sbframe object is not valid.'
--
Command Output (stderr):
--
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
#0 0xf13479d0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) Signals.cpp:0:0
#1 0xf1345408 llvm::sys::RunSignalHandlers() Signals.cpp:0:0
#2 0xf134828c SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
#3 0xf782d6f0 __default_rt_sa_restorer ./signal/../sysdeps/unix/sysv/linux/arm/sigrestorer.S:80:0
#4 0xf0cb96a0 lldb_private::Target::GetExecutableModule() Target.cpp:0:0
#5 0xf0cb6758 lldb_private::Target::GetExecutableModulePointer() Target.cpp:0:0
#6 0xf085cf5c lldb::SBTarget::GetExecutable() (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/local/lib/python3.10/dist-packages/lldb/_lldb.cpython-310-arm-linux-gnueabihf.so+0x447cf5c)
#7 0xf082fe30 lldb::SBProcess::GetDescription(lldb::SBStream&) (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/local/lib/python3.10/dist-packages/lldb/_lldb.cpython-310-arm-linux-gnueabihf.so+0x444fe30)
#8 0xf097029c _wrap_SBProcess___repr__(_object*, _object*) LLDBWrapPython.cpp:0:0
Fatal Python error: Segmentation fault
Current thread 0xf7a11020 (most recent call first):
File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/local/lib/python3.10/dist-packages/lldb/__init__.py", line 10179 in __repr__
File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1718 in invoke
File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2056 in tearDown
File "/usr/lib/python3.10/unittest/case.py", line 552 in _callTearDown
File "/usr/lib/python3.10/unittest/case.py", line 594 in run
File "/usr/lib/python3.10/unittest/case.py", line 650 in __call__
File "/usr/lib/python3.10/unittest/suite.py", line 122 in run
File "/usr/lib/python3.10/unittest/suite.py", line 84 in __call__
File "/usr/lib/python3.10/unittest/suite.py", line 122 in run
```
</details>
https://github.com/llvm/llvm-project/pull/133799
More information about the llvm-commits
mailing list