Skip to content

Instantly share code, notes, and snippets.

@Fluxx
Created July 18, 2013 21:10
Show Gist options
  • Select an option

  • Save Fluxx/6033125 to your computer and use it in GitHub Desktop.

Select an option

Save Fluxx/6033125 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.7/multiprocessing/pool.py", line 369, in _handle_results
cache[job]._set(i, obj)
File "/usr/lib/python2.7/multiprocessing/pool.py", line 533, in _set
self._callback(self._value)
File "concurrency.py", line 38, in __call__
self.pool.terminate()
File "/usr/lib/python2.7/multiprocessing/pool.py", line 429, in terminate
self._terminate()
File "/usr/lib/python2.7/multiprocessing/util.py", line 200, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/usr/lib/python2.7/multiprocessing/pool.py", line 482, in _terminate_pool
result_handler.join(1e100)
File "/usr/lib/python2.7/threading.py", line 658, in join
raise RuntimeError("cannot join current thread")
RuntimeError: cannot join current thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment