[Lldb-commits] [lldb] Add a test for evicting unreachable modules from the global module cache (PR #74894)

via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 14 11:45:49 PST 2023


jimingham wrote:

This test does kill off a process by destroying the Debugger that owned the process.  It would be interesting to see if changing the test to explicitly kill the process, then its target, then the Debugger makes the crash go away.  That should not be necessary of course, but if that fixes the problem it will help narrow down the cause.

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


More information about the lldb-commits mailing list