aharries-upmem added a comment. In D93479#2840497 <https://reviews.llvm.org/D93479#2840497>, @aharries-upmem wrote:
> I'm also a little suspicious of (in `Process::Finalize`): > > if (m_finalizing.exchange(true)) > return; > > rather than > > m_finalize_called = true; I've also tried replacing this with `m_finalizing.exchange(true);`, which also (sadly) doesn't seem to stop the deadlock. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93479/new/ https://reviews.llvm.org/D93479 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits