[Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 4 16:29:01 PDT 2015


tfiala added a comment.

Hey Zachary,

Can you give the latest patch a try?  That might stop some unintentional blockage as adding items to those two queues would be blocking.

I'm going to be relocating home in a minute, but the other thing I'm going to try is to go back to the multiprocessing.Pool() and see if the Ctrl-C woes that others hit are maybe somehow not an issue for us.  If that's the case, then maybe the Pool() piece will take care of whatever isn't happy on the Windows side with the manual pooling.


http://reviews.llvm.org/D12651





More information about the lldb-commits mailing list