[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:00:21 PDT 2015
tfiala added a comment.
In http://reviews.llvm.org/D12651#240443, @zturner wrote:
> Correct, it doesn't do that prior to the patch. It looks like it's never
> exiting this loop:
>
> try:
> for worker in workers:
> worker.join()
> except:
>
>
> either when a Ctrl+C happens, or when all the processes finish. I guess
> it's stuck in there for some reason. So even the test runner doesn't
> finish. Still investigating.
Okay let me go ahead and make a few changes that might help and resend the patch. Back in a few...
http://reviews.llvm.org/D12651
More information about the lldb-commits
mailing list