[Lldb-commits] [PATCH] D19214: fix a race is the LLDB test suite results collection

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 25 14:54:25 PDT 2016


tfiala added a comment.

Ick.  Yeah that sounds like something to resolve quickly.

They shouldn't be getting stuck.  That would imply that the side running via dosep.py (the listener socket) is either (1) no longer running and therefore the listener isn't spinning up, although that would be catastrophic and nothing else would work, or (2) the listening socket that fires up isn't getting time or is for some other reason not getting its send out.

Can you dial down the threads (which in the Windows case then means processes) further?  How low are they set to now?


http://reviews.llvm.org/D19214





More information about the lldb-commits mailing list