[Lldb-commits] [lldb] [lldb][test] Don't call SBDebugger::Terminate if TestMultipleDebuggers times out (PR #143732)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 12 07:31:11 PDT 2025
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
More information about the lldb-commits
mailing list