soravux / scoop

SCOOP (Scalable COncurrent Operations in Python)
https://github.com/soravux/scoop
GNU Lesser General Public License v3.0
626 stars 88 forks source link

Traceback in SCOOP #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have no idea, this is the 2nd time I've seen it though, will running SCOOP 
for about a couple of days

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.

Please provide any additional information below.

  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/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 298, in <module>
    b.main()
  File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 92, in main
    self.run()
  File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 285, in run
    futures_startup()
  File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 266, in futures_startup
    run_name="__main__"
  File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/futures.py", line 65, in _startup
    result = _controller.switch(rootFuture, *args, **kargs)
  File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_control.py", line 259, in runController
    future = execQueue.pop()
  File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_types.py", line 352, in pop
    self.updateQueue()
  File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_types.py", line 375, in updateQueue
    for future in self.socket.recvFuture():
  File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_comm/scoopzmq.py", line 350, in recvFuture
    received = self._recv()
  File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_comm/scoopzmq.py", line 251, in _recv
    if thisFuture.sendResultBack:
AttributeError: 'set' object has no attribute 'sendResultBack'

Original issue reported on code.google.com by edsr...@gmail.com on 14 Nov 2014 at 9:20

GoogleCodeExporter commented 9 years ago
Thanks for your bug report. Please note that the latest version from mercurial 
is the development version which may be unstable. For production use, please 
use the stable version as the one installed by pip install.

Have you got a minimal working self-contained example which exhibits the 
problem? That could help up discover the root of the bug. Thanks!

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

GoogleCodeExporter commented 9 years ago
I tried the stable release of scoop and am not seeing the problem

Original comment by oj34...@gmail.com on 19 Nov 2014 at 11:48