By any chance does anyone know why this is happening? (I'm using version 3.2). It used to work on my ubuntu box, without problems like a month ago. Probably, this is not a bug, but something I'm doing on my end.
Exception in thread T: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 505, in run self.__target(*self.__args, **self.__kwargs) File "/usr/local/lib/python2.7/dist-packages/logutils/queue.py", line 197, in _monitor record = self.dequeue(True) File "/usr/local/lib/python2.7/dist-packages/logutils/queue.py", line 147, in dequeue return self.queue.get(block) File "/usr/lib/python2.7/multiprocessing/queues.py", line 117, in get res = self._recv() IOError: [Errno 4] Interrupted system call
Comment #1
Posted on Mar 1, 2014 by Swift Lion(No comment was entered for this change.)
Status: Invalid
Labels:
Type-Defect
Priority-Medium