<div dir="ltr">Hi Pavel,<div><br></div><div>I think there's some problems with the signal handling. SIGCHLD is received 6 times, but SigchldHandler is only called 5 times (missing the exit signal). </div><div><br></div><div>The following error occurs when trying to `process kill` an Android inferior:</div><div>```</div><div>Handle_k: failed to kill spawned pid ###, ignoring.</div><div>```</div><div><br></div><div>It doesn't seem to be directly causing any test failures, but it's significantly slowing down the test suite.</div><div><br></div><div>Could you please look into this?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 15, 2015 at 10:20 AM, Pavel Labath <span dir="ltr"><<a href="mailto:labath@google.com" target="_blank">labath@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This revision was automatically updated to reflect the committed changes.<br>
Closed by commit rL242305: [NativeProcessLinux] Integrate MainLoop (authored by labath).<br>
<br>
Changed prior to commit:<br>
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D11150-3Fvs-3D29660-26id-3D29789-23toc&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=MEqT8U_n7oNfuDW5NRbY3ZV384ZquXIYFPWmprwUdKM&m=lBqBBlsjYbyJ6uqDAusY5Q8pgi1mV7D7TZ4IxlGZ4Fg&s=fm4VzCJzozBiDClfyz2dzDKfmvM-J8X6714HHfZPdyI&e=" rel="noreferrer" target="_blank">http://reviews.llvm.org/D11150?vs=29660&id=29789#toc</a><br>
<br>
Repository:<br>
rL LLVM<br>
<br>
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D11150&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=MEqT8U_n7oNfuDW5NRbY3ZV384ZquXIYFPWmprwUdKM&m=lBqBBlsjYbyJ6uqDAusY5Q8pgi1mV7D7TZ4IxlGZ4Fg&s=j8CACBbVB-ofPXJKhLYr_OL6tvh0Qd3_KWh7ox_zh_s&e=" rel="noreferrer" target="_blank">http://reviews.llvm.org/D11150</a><br>
<br>
Files:<br>
lldb/trunk/include/lldb/Host/common/NativeProcessProtocol.h<br>
lldb/trunk/source/Host/common/NativeProcessProtocol.cpp<br>
lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp<br>
lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.h<br>
lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp<br>
lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp<br>
lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp<br>
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp<br>
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h<br>
<br>
</blockquote></div><br></div>