parallelpython 1.5.7 crash
makobu
makobu.mwambiriro at gmail.com
Sat Dec 12 08:10:56 EST 2009
Hi all,
Hi all,
with the above version of parallelpython, what causes this?
Traceback (most recent call last):
File "C:\Users\tim\code_base\svn\octopus\parallel_python\pp.py",
line 762, in
__run
sresult = worker.t.receive()
File "C:\Users\tim\code_base\svn\octopus\parallel_python
\pptransport.py", line
133, in receive
msg = self.r.read(msg_len)
OverflowError: long int too large to convert to int
Unhandled exception in thread started by <bound method Server.__run of
<parallel
_python.pp.Server object at 0x017EEC70>>
Traceback (most recent call last):
File "C:\Users\tim\code_base\svn\octopus\parallel_python\pp.py",
line 771, in
__run
job.finalize(sresult)
UnboundLocalError: local variable 'sresult' referenced before
assignment
More information about the Python-list
mailing list