Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpickleing error #13

Closed
GoogleCodeExporter opened this issue Mar 22, 2015 · 1 comment
Closed

Unpickleing error #13

GoogleCodeExporter opened this issue Mar 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by yannickh...@gmail.com on 17 Nov 2014 at 4:12

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant