[Lldb-commits] [lldb] [LLDB][SBSaveCore] Fix bug where default values are not propagated. (PR #101770)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 7 13:46:01 PDT 2024
Jlalond wrote:
> I saw the msan failure when integrating LLVM into our internal codebase, it is a msan-build lldb.
>
> The second error `AssertionError: launching (4) != stopped (5)` occurred in a non-msan-build lldb from the upstream repository. And I ran `llvm-lit -sv lldb/test/API/functionalities/process_save_core/TestProcessSaveCore.py`
@hokein can you share your repro steps for this? I haven't been able to reproduce this error on my machine, so I will need more information from you
https://github.com/llvm/llvm-project/pull/101770
More information about the lldb-commits
mailing list