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 bquinlan
Recipients bquinlan, jnoller
Date 2010-12-05.18:53:49
SpamBayes Score 0.004706282
Marked as misclassified No
Message-id <1291575231.48.0.0739915325097.issue10632@psf.upfronthosting.co.za>
In-reply-to
Content
multiprocessing generates fatal error "Invalid thread state for this thread" in PyThreadState_Swap

This seems to happen on RHEL 5 and Centos 5.5

Here is the minimal repro:
>>> import multiprocessing.managers
>>> mpp = multiprocessing.Pool(4)
>>> sm = multiprocessing.managers.SyncManager()
>>> sm.start()

See http://bugs.python.org/issue10517 for more details
History
Date User Action Args
2010-12-05 18:53:51bquinlansetrecipients: + bquinlan, jnoller
2010-12-05 18:53:51bquinlansetmessageid: <1291575231.48.0.0739915325097.issue10632@psf.upfronthosting.co.za>
2010-12-05 18:53:49bquinlanlinkissue10632 messages
2010-12-05 18:53:49bquinlancreate