Traceback (most recent call last):
File "/usr/local/app/vm.py", line 246, in launch
vm.create()
File "/usr/lib/python2.6/dist-packages/libvirt.py", line 300, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: poll on socket failed: Interrupted system call
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.
Any suggestions as to what might be causing this?
Thanks!
.:. jeremy