-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lldb crashes when running tests in API/commands/expression/import-std-module/ on MacOS #92325
Comments
@llvm/issue-subscribers-lldb Author: Zequan Wu (ZequanWu)
Context: https://github.com//pull/90663#issuecomment-2113578107
Repro steps:
```
$ autoninja -C out/cmake check-lldb
...
********************
UNRESOLVED: lldb-api :: commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py (3 of 1175)
******************** TEST 'lldb-api :: commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py' FAILED ********************
Script:
--
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/bin/python3.9 /Users/zequanwu/work/llvm/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env OBJCOPY=/Users/zequanwu/work/llvm/out/cmake/./bin/llvm-objcopy --env LLVM_LIBS_DIR=/Users/zequanwu/work/llvm/out/cmake/./lib --env LLVM_INCLUDE_DIR=/Users/zequanwu/work/llvm/out/cmake/include --env LLVM_TOOLS_DIR=/Users/zequanwu/work/llvm/out/cmake/./bin --libcxx-include-dir /Users/zequanwu/work/llvm/out/cmake/include/c++/v1 --libcxx-library-dir /Users/zequanwu/work/llvm/out/cmake/lib --arch arm64 --build-dir /Users/zequanwu/work/llvm/out/cmake/lldb-test-build.noindex --lldb-module-cache-dir /Users/zequanwu/work/llvm/out/cmake/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /Users/zequanwu/work/llvm/out/cmake/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /Users/zequanwu/work/llvm/out/cmake/./bin/lldb --compiler /Users/zequanwu/work/llvm/out/cmake/./bin/clang --dsymutil /Users/zequanwu/work/llvm/out/cmake/./bin/dsymutil --llvm-tools-dir /Users/zequanwu/work/llvm/out/cmake/./bin --lldb-obj-root /Users/zequanwu/work/llvm/out/cmake/tools/lldb --lldb-libs-dir /Users/zequanwu/work/llvm/out/cmake/./lib /Users/zequanwu/work/llvm/lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content -p TestDbgInfoContentDequeFromStdModule.py
--
Exit Code: -6
Command Output (stdout):lldb version 19.0.0git ([email protected]:ZequanWu/llvm-project.git revision e1ed138) --
|
Context: #90663 (comment)
Repro steps:
This repros on trunk version. My cmake invocation is:
I guess it has the same underlying issue for the crash I see when running check-lldb with change #90663.
The text was updated successfully, but these errors were encountered: