DavidSpickett wrote: Then what I'm doing is narrowing the window in which crashes could happen, but not closing it.
_exit seems more safe for the timeout situation. If there's a genuine bug then yes anything could happen but at least we'd be rewarded for looking into it when it did. If there's still flakiness, I'll declare this impossible to get 100% right and disable it again. I did think I could send a signal from the main thread, but other threads continue running so that doesn't work. Unless it's SIGSTOP, but you can't catch that, and I don't know what return code we'd end up with. https://github.com/llvm/llvm-project/pull/143732 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits