[lldb-dev] [Bug 19575] lldb tests not running in parallel on OS X

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 21 07:14:34 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19575

Todd Fiala <tfiala at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |tfiala at google.com
         Resolution|---                         |FIXED

--- Comment #2 from Todd Fiala <tfiala at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140721/978a11bc/attachment.html>


More information about the lldb-dev mailing list