[Lldb-commits] [lldb] fix: Target Process may crash on detaching process on windows (PR #115712)

via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 12 18:12:41 PST 2024


anatawa12 wrote:

I looked the process in suspended state with sysinternal process explorer and I found all threads have exactly one suspend count.
Therefore, I added logs to calling [SuspendThread] and [ResumeThread] and I found those calls are unbalanced exactly one for each thread so I think #67825 and #89077 are about calling [ResumeThread] and completely different problem.
I'm interested in #67825 but this is completely different bug so I'm going to create another Pull Request when I reached to fix.

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


More information about the lldb-commits mailing list