<font class="Apple-style-span" face="verdana, sans-serif">Hello. I just upgraded from libvirt 0.7.0 to 0.7.5 in Ubuntu Lucid and now my application will get into a hung state. I have to kill it at which point I get the following error from the Python bindings:</font><div>
<font class="Apple-style-span" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif"><div>Traceback (most recent call last):</div><div>  File "/usr/local/app/vm.py", line 246, in launch</div>
<div>    vm.create()</div><div>  File "/usr/lib/python2.6/dist-packages/libvirt.py", line 300, in create</div><div>    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)</div><div>libvirtError: poll on socket failed: Interrupted system call</div>
<div><br></div><div>Some searches turned up a patch involving signals sent by ncurses apps resizing, but this is not an ncurses app. It's a daemonized Python Twisted application. Unfortunately, this problem is making it so the application hangs indefinitely until we kill it and start it again.</div>
<div><br></div><div>Any suggestions as to what might be causing this?</div><div><br></div><div>Thanks!</div><div>.:. jeremy</div><div><br></div></font></div>