nagyistoce / scoop

Automatically exported from code.google.com/p/scoop
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Unpickleing error #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Issue 13 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Thanks for this bug report. Can you produce a minimal self-contained code which 
exhibits this problem? Can you modify an example to reproduce the problem?

Were you using multiple resources over the network or solely a multicore 
computer?

In the meantime, I encourage you to use the stable version of scoop which is 
0.7.1 (the one installed using pip install). It should solve your problem.

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