rdmurray@maestro:~/python/py3k>./python -m test.regrtest test_multiprocessing Could not find '/home/rdmurray/python/py3k/Lib/test' in sys.path to remove it test_multiprocessing Process Process-12: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 230, in _bootstrap util._run_after_forkers() File "/home/rdmurray/python/py3k/Lib/multiprocessing/util.py", line 125, in _run_after_forkers Process Process-13: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 230, in _bootstrap Exception AssertionError: AssertionError() in ignored Exception AssertionError: AssertionError() in ignored util._run_after_forkers() File "/home/rdmurray/python/py3k/Lib/multiprocessing/util.py", line 125, in _run_after_forkers Exception AssertionError: AssertionError() in ignored Exception AssertionError: AssertionError() in ignored Exception AssertionError: AssertionError() in ignored Exception AssertionError: AssertionError() in ignored items = list(_afterfork_registry.items()) File "/home/rdmurray/python/py3k/Lib/weakref.py", line 121, in items items = list(_afterfork_registry.items()) File "/home/rdmurray/python/py3k/Lib/weakref.py", line 121, in items for wr in self.data.values(): RuntimeError: dictionary changed size during iteration for wr in self.data.values(): RuntimeError: dictionary changed size during iteration ^CProcess PoolWorker-1: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap self.run() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 57, in worker Process PoolWorker-5:4: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap task = get() File "/home/rdmurray/python/py3k/Lib/multiprocessing/queues.py", line 352, in get self.run() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) return recv() File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 57, in worker KeyboardInterrupt task = get() File "/home/rdmurray/python/py3k/Lib/multiprocessing/queues.py", line 350, in get Process PoolWorker-5:3: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap racquire() KeyboardInterrupt self.run() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 57, in worker Process PoolWorker-5:2: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap task = get() File "/home/rdmurray/python/py3k/Lib/multiprocessing/queues.py", line 350, in get self.run() racquire() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) KeyboardInterrupt File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 57, in worker task = get() File "/home/rdmurray/python/py3k/Lib/multiprocessing/queues.py", line 350, in get Process PoolWorker-5:1: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap racquire() KeyboardInterrupt self.run() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 57, in worker Process PoolWorker-4: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap task = get() File "/home/rdmurray/python/py3k/Lib/multiprocessing/queues.py", line 352, in get self.run() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 57, in worker return recv() KeyboardInterrupt task = get() File "/home/rdmurray/python/py3k/Lib/multiprocessing/queues.py", line 350, in get racquire() KeyboardInterrupt Process PoolWorker-3: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap Process PoolWorker-2: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap self.run() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 57, in worker self.run() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 57, in worker task = get() File "/home/rdmurray/python/py3k/Lib/multiprocessing/queues.py", line 350, in get task = get() File "/home/rdmurray/python/py3k/Lib/multiprocessing/queues.py", line 350, in get racquire() KeyboardInterrupt racquire() KeyboardInterrupt Process Process-14: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 233, in _bootstrap self.run() File "/home/rdmurray/python/py3k/Lib/multiprocessing/process.py", line 88, in run self._target(*self._args, **self._kwargs) File "/home/rdmurray/python/py3k/Lib/test/test_multiprocessing.py", line 615, in f cond.wait(timeout) File "/home/rdmurray/python/py3k/Lib/multiprocessing/synchronize.py", line 220, in wait self._wait_semaphore.acquire(True, timeout) KeyboardInterrupt ^CError in atexit._run_exitfuncs: Traceback (most recent call last): File "/home/rdmurray/python/py3k/Lib/multiprocessing/util.py", line 235, in _run_finalizers finalizer() File "/home/rdmurray/python/py3k/Lib/multiprocessing/util.py", line 174, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 369, in _terminate_pool cls._help_stuff_finish(inqueue, task_handler, len(pool)) File "/home/rdmurray/python/py3k/Lib/multiprocessing/pool.py", line 354, in _help_stuff_finish inqueue._rlock.acquire() KeyboardInterrupt [100564 refs]