[New-bugs-announce] [issue10632] multiprocessing gene
Brian Quinlan
report at bugs.python.org
Sun Dec 5 19:53:51 CET 2010
New submission from Brian Quinlan <brian at sweetapp.com>:
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
----------
assignee: jnoller
components: Library (Lib)
messages: 123433
nosy: bquinlan, jnoller
priority: high
severity: normal
status: open
title: multiprocessing gene
type: crash
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10632>
_______________________________________
More information about the New-bugs-announce
mailing list