<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 15 January 2015 at 19:26, Soumith Chintala <span dir="ltr"><<a href="mailto:soumith@fb.com" target="_blank">soumith@fb.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">One problem we oncovered is that on certain (or possibly all linux distros) ipython thinks our kernel died, even though it is alive and well.</blockquote></div><br></div><div class="gmail_extra">FIFOs have some bizarre properties which might be related - for instance, opening a FIFO for reading will block until something else opens it for writing (the open() call itself blocks, not just attempts to read). Could it be that an unexpectedly blocking system call is stopping the heartbeat and causing IPython to think that your kernel is dead?<br><br></div><div class="gmail_extra">Thomas<br></div></div>