You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. dunno, I get it after several hours of usage
What is the expected output? What do you see instead?
nothing
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/ed/projects/equalog/scoop/scoop/bootstrap/__main__.py", line 298, in <module>
b.main()
File "/home/ed/projects/equalog/scoop/scoop/bootstrap/__main__.py", line 92, in main
self.run()
File "/home/ed/projects/equalog/scoop/scoop/bootstrap/__main__.py", line 285, in run
futures_startup()
File "/home/ed/projects/equalog/scoop/scoop/bootstrap/__main__.py", line 266, in futures_startup
run_name="__main__"
File "/home/ed/projects/equalog/scoop/scoop/futures.py", line 65, in _startup
result = _controller.switch(rootFuture, *args, **kargs)
File "/home/ed/projects/equalog/scoop/scoop/_control.py", line 259, in runController
future = execQueue.pop()
File "/home/ed/projects/equalog/scoop/scoop/_types.py", line 352, in pop
self.updateQueue()
File "/home/ed/projects/equalog/scoop/scoop/_types.py", line 375, in updateQueue
for future in self.socket.recvFuture():
File "/home/ed/projects/equalog/scoop/scoop/_comm/scoopzmq.py", line 353, in recvFuture
received = self._recv()
File "/home/ed/projects/equalog/scoop/scoop/_comm/scoopzmq.py", line 237, in _recv
thisFuture = pickle.loads(msg[1])
cPickle.UnpicklingError: pickle data was truncated
What version of the product are you using? On what operating system?
pip reports 0.7.2.dev, but I am using the latest from hg.
Original issue reported on code.google.com by oj34...@gmail.com on 16 Nov 2014 at 7:16
Original issue reported on code.google.com by
oj34...@gmail.com
on 16 Nov 2014 at 7:16The text was updated successfully, but these errors were encountered: