On Windows 7 with Python 2.7, I get an immediate traceback, and then the thum's start -- but it just keeps going without getting to a "reporting task". Here's the entire output (I broke this one after 11 thum's, but ran another one for over 30 thum's):
thumnew task
starting task
Traceback (most recent call last):
File "meta_scheduler.py", line 140, in <module>
MetaScheduler().loop()
File "meta_scheduler.py", line 133, in loop
self.report_task(task,self.async(task))
File "meta_scheduler.py", line 56, in async
p.start()
File "C:\Python27\lib\multiprocessing\process.py", line 104, in start
self._popen = Popen(self)
File "C:\Python27\lib\multiprocessing\forking.py", line 244, in __init__
dump(process_obj, to_child, HIGHEST_PROTOCOL)
File "C:\Python27\lib\multiprocessing\forking.py", line 167, in dump
ForkingPickler(file, protocol).dump(obj)
File "C:\Python27\lib\pickle.py", line 224, in dump
self.save(obj)
File "C:\Python27\lib\pickle.py", line 331, in save
self.save_reduce(obj=obj, *rv)
File "C:\Python27\lib\pickle.py", line 419, in save_reduce
save(state)
File "C:\Python27\lib\pickle.py", line 286, in save
f(self, obj) # Call unbound method with explicit self
File "C:\Python27\lib\pickle.py", line 649, in save_dict
self._batch_setitems(obj.iteritems())
File "C:\Python27\lib\pickle.py", line 681, in _batch_setitems
save(v)
File "C:\Python27\lib\pickle.py", line 286, in save
f(self, obj) # Call unbound method with explicit self
File "C:\Python27\lib\multiprocessing\forking.py", line 40, in dispatcher
self.save_reduce(obj=obj, *rv)
File "C:\Python27\lib\pickle.py", line 401, in save_reduce
save(args)
File "C:\Python27\lib\pickle.py", line 286, in save
f(self, obj) # Call unbound method with explicit self
File "C:\Python27\lib\pickle.py", line 548, in save_tuple
save(element)
File "C:\Python27\lib\pickle.py", line 331, in save
self.save_reduce(obj=obj, *rv)
File "C:\Python27\lib\pickle.py", line 419, in save_reduce
save(state)
File "C:\Python27\lib\pickle.py", line 286, in save
f(self, obj) # Call unbound method with explicit self
File "C:\Python27\lib\pickle.py", line 649, in save_dict
Traceback (most recent call last):
File "<string>", line 1, in <module>
self._batch_setitems(obj.iteritems())
File "C:\Python27\lib\multiprocessing\forking.py", line 347, in main
File "C:\Python27\lib\pickle.py", line 681, in _batch_setitems
self = load(from_parent)
save(v)
File "C:\Python27\lib\pickle.py", line 1378, in load
File "C:\Python27\lib\pickle.py", line 331, in save
return Unpickler(file).load()
self.save_reduce(obj=obj, *rv)
File "C:\Python27\lib\pickle.py", line 858, in load
File "C:\Python27\lib\pickle.py", line 419, in save_reduce
save(state)
File "C:\Python27\lib\pickle.py", line 286, in save
dispatch[key](self)
File "C:\Python27\lib\pickle.py", line 880, in load_eof
f(self, obj) # Call unbound method with explicit self
File "C:\Python27\lib\pickle.py", line 649, in save_dict
raise EOFError
EOFError
self._batch_setitems(obj.iteritems())
File "C:\Python27\lib\pickle.py", line 681, in _batch_setitems
save(v)
File "C:\Python27\lib\pickle.py", line 331, in save
self.save_reduce(obj=obj, *rv)
File "C:\Python27\lib\pickle.py", line 396, in save_reduce
save(cls)
File "C:\Python27\lib\pickle.py", line 286, in save
f(self, obj) # Call unbound method with explicit self
File "C:\Python27\lib\pickle.py", line 748, in save_global
(obj, module, name))
pickle.PicklingError: Can't pickle <type 'thread.lock'>: it's not found as thread.lock
thum
thum
thum
thum
thum
thum
thum
thum
thum
thum
thum
^C