<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 8, 2018 at 11:03 AM, Olemis Lang <span dir="ltr">&lt;<a href="mailto:olemis@gmail.com" target="_blank">olemis@gmail.com</a>&gt;</span> wrote:<br><div>[...] <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div></div><div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Sun, Jul 8, 2018 at 5:17 AM, Floris Bruynooghe <span dir="ltr">&lt;<a href="mailto:flub@devork.be" target="_blank">flub@devork.be</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><br></span></blockquote></span></div></div></div></div></div></blockquote><div>[...] <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>
&gt;<br>
&gt; Does anybody know what could be happening with py.test during this build ?<br>
&gt; What&#39;s py.test error code -11 about ?<br>
<br>
</span>Negative return codes do not come from the process (where the python<br>
interpreter running pytest is the process here), but they indicate the<br>
unhandled signal with which the OS has terminated the process.  In this<br>
case `man 7 signal` tells me signal no 11 is SIGSEGV aka segmentation<br>
fault aka &quot;Invalid memory reference&quot;.<br></blockquote><div><br></div></span><div>I did not know of this . Shouldn&#39;t this be included in the py.test docs [1]_ . If people knew then issues would be fixed faster . Or maybe this is a temporary situation that should remain undocumented ?<br></div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></span></div></div><div class="gmail_extra"><br></div></div></div></div></blockquote><div>[...] <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div class="gmail_extra">.. [1] <a href="https://docs.pytest.org/en/3.6.3/usage.html#possible-exit-codes" target="_blank">https://docs.pytest.org/en/3.6<wbr>.3/usage.html#possible-exit-co<wbr>des</a><span class=""><br clear="all"><br></span></div></div></div></div></blockquote><div><br></div><div>Oh ! Nevermind . Now I get it . This is built into the Python interpreter . No need to document it since this is not specific to py.test .<br></div></div><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Regards,<br><br>Olemis - @olemislc<br><br><div>Software Eng Skycoin : <a href="https://www.skycoin.net" target="_blank">https://www.skycoin.net</a><br></div>Apache™ Bloodhound contributor : <a href="http://issues.apache.org/bloodhound" target="_blank">http://issues.apache.org/bloodhound</a><br>Brython committer : <a href="http://brython.info" target="_blank">http://brython.info</a><br></div>SciPy Latin America - Ambassador : <a href="http://conf.scipyla.org" target="_blank">http://conf.scipyla.org</a><br><br>Blog ES: <a href="http://simelo-es.blogspot.com/" target="_blank">http://simelo-es.blogspot.com/</a><br>Blog EN: <a href="http://simelo-en.blogspot.com/" target="_blank">http://simelo-en.blogspot.com/</a><br><br>Featured article:<br></div></div></div></div>
</div></div>