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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits