https://llvm.org/bugs/show_bug.cgi?id=24846

Todd Fiala <todd.fi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|lldb-dev@lists.llvm.org     |todd.fi...@gmail.com

--- Comment #1 from Todd Fiala <todd.fi...@gmail.com> ---
This one is somewhat perplexing.  

On the multiprocessing test runner, where I'm usually seeing this on OS X, I've
put try/except blocks around the subprocess calls, thinking it was happening
there and uncaught.  Still happens with that.

Then I put a try/except around the main abstract test runner call, thinking for
sure it would at least get caught there.  Nope.  Still happened without the
exception block getting caught.

I'll put a try/catch around the main routine.  If that doesn't catch it, I
might need to look into the multiprocess Queue or multiprocess Manager to see
if one of those can choke in some cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to