[all-commits] [llvm/llvm-project] a8af51: [lldb][test] Skip global module cache on Arm/AArch...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Dec 20 05:57:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8af51dfa54c4d66a25fafb79dd8fbf00c98be59
https://github.com/llvm/llvm-project/commit/a8af51dfa54c4d66a25fafb79dd8fbf00c98be59
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M lldb/source/Target/Thread.cpp
M lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
Log Message:
-----------
[lldb][test] Skip global module cache on Arm/AArch64 Linux (again)
This reverts commit 01c4ecb7ae21a61312ff0c0176c0ab9f8656c159,
d14d52158bc444e2d036067305cf54aeea7c9edb and
a756dc4724a279d76898bacd054a04832b02caa8.
This removes the logging and workaround I added earlier,
and puts back the skip for Arm/AArch64 Linux.
I've not seen it fail on AArch64 since, but let's not create
more noise if it does.
I've written up the issue as https://github.com/llvm/llvm-project/issues/76057.
It's something to do with trying to destroy a process while
a thread is doing a single sep. So my workaround wouldn't have
worked in any case. It needs a more involved fix.
More information about the All-commits
mailing list