[lldb-dev] [Bug 24846] test runner: multiprocessing test runner sometimes halting after "hangup"
via lldb-dev
lldb-dev at lists.llvm.org
Sun Sep 20 20:51:19 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24846
Todd Fiala <todd.fiala at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|lldb-dev at lists.llvm.org |todd.fiala at gmail.com
--- Comment #1 from Todd Fiala <todd.fiala at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150921/92838189/attachment.html>
More information about the lldb-dev
mailing list