http://llvm.org/bugs/show_bug.cgi?id=19575
Todd Fiala <tfi...@google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |tfi...@google.com Resolution|--- |FIXED --- Comment #2 from Todd Fiala <tfi...@google.com> --- I fixed this a few weeks back with a conversion of dosep.ty to using the multiprocessing library. MacOSX's python was getting stuck in the global interpreter lock on all threads while waiting to exec the thread's call to dotest.py. Only one was getting through at a time, effectively serializing the run. Multiprocessing uses different processes entirely for each of the workers. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev