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 dmalcolm
Recipients bquinlan, dmalcolm, jnoller, kristjan.jonsson, lukasz.langa, sandro.tosi, ysj.ray
Date 2011-03-28.22:59:28
SpamBayes Score 7.92546e-09
Marked as misclassified No
Message-id <1301353169.83.0.774603146781.issue10517@psf.upfronthosting.co.za>
In-reply-to
Content
I tried again, and I'm still able to reproduce this bug on a RHEL5 box with cpython --with-pydebug as of a recent checkout (69030:00217100b9e7 as it happens):

$ ./python -c "import multiprocessing.managers ; mpp = multiprocessing.Pool(4); sm = multiprocessing.managers.SyncManager(); sm.start()"
Fatal Python error: Invalid thread state for this thread
[66448 refs]
History
Date User Action Args
2011-03-28 22:59:29dmalcolmsetrecipients: + dmalcolm, bquinlan, kristjan.jonsson, jnoller, sandro.tosi, ysj.ray, lukasz.langa
2011-03-28 22:59:29dmalcolmsetmessageid: <1301353169.83.0.774603146781.issue10517@psf.upfronthosting.co.za>
2011-03-28 22:59:28dmalcolmlinkissue10517 messages
2011-03-28 22:59:28dmalcolmcreate