<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:todd.fiala@gmail.com" title="Todd Fiala <todd.fiala@gmail.com>"> <span class="fn">Todd Fiala</span></a>
</span> changed
<a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED --- - test runner: multiprocessing test runner sometimes halting after "hangup""
href="https://llvm.org/bugs/show_bug.cgi?id=24846">bug 24846</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>ASSIGNED
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>lldb-dev@lists.llvm.org
</td>
<td>todd.fiala@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED --- - test runner: multiprocessing test runner sometimes halting after "hangup""
href="https://llvm.org/bugs/show_bug.cgi?id=24846#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED --- - test runner: multiprocessing test runner sometimes halting after "hangup""
href="https://llvm.org/bugs/show_bug.cgi?id=24846">bug 24846</a>
from <span class="vcard"><a class="email" href="mailto:todd.fiala@gmail.com" title="Todd Fiala <todd.fiala@gmail.com>"> <span class="fn">Todd Fiala</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>