Message123433
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 |
|
Date |
User |
Action |
Args |
2010-12-05 18:53:51 | bquinlan | set | recipients:
+ bquinlan, jnoller |
2010-12-05 18:53:51 | bquinlan | set | messageid: <1291575231.48.0.0739915325097.issue10632@psf.upfronthosting.co.za> |
2010-12-05 18:53:49 | bquinlan | link | issue10632 messages |
2010-12-05 18:53:49 | bquinlan | create | |
|