http://llvm.org/bugs/show_bug.cgi?id=19575
Todd Fiala <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from Todd Fiala <[email protected]> --- 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 [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
