This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jnoller, pitrou, roudkerk
Date 2008-06-14.21:15:29
SpamBayes Score 0.008848379
Marked as misclassified No
Message-id <1213478130.53.0.168228529228.issue3109@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, in another regrtest run, test_multiprocessing just hanged without
eating any CPU, this is what it printed after I pressed Ctrl-C:

test_multiprocessing
Process PoolWorker-5:4:
Traceback (most recent call last):
  File "/home/antoine/py3k/traceback/Lib/multiprocessing/process.py",
line 237, in _bootstrap
Process PoolWorker-5:3:
Traceback (most recent call last):
  File "/home/antoine/py3k/traceback/Lib/multiprocessing/process.py",
line 237, in _bootstrap
Process PoolWorker-5:2:
Traceback (most recent call last):
  File "/home/antoine/py3k/traceback/Lib/multiprocessing/process.py",
line 237, in _bootstrap
Process PoolWorker-5:1:
Traceback (most recent call last):
  File "/home/antoine/py3k/traceback/Lib/multiprocessing/process.py",
line 237, in _bootstrap
History
Date User Action Args
2008-06-14 21:15:30pitrousetspambayes_score: 0.00884838 -> 0.008848379
recipients: + pitrou, roudkerk, jnoller
2008-06-14 21:15:30pitrousetspambayes_score: 0.00884838 -> 0.00884838
messageid: <1213478130.53.0.168228529228.issue3109@psf.upfronthosting.co.za>
2008-06-14 21:15:29pitroulinkissue3109 messages
2008-06-14 21:15:29pitroucreate