[Python-Dev] Centos 5.5 freeze during test_concurrent_futures

Antoine Pitrou solipsis at pitrou.net
Wed Nov 24 09:42:07 CET 2010


Hi,

> py3k built from trunk on Centos 5.5 freezes during regrtest on test_concurrent_futures with "Fatal Python error: Invalid thread state for this thread". As in a typical concurrent problem, subsequent calls freeze in different test cases, but the freeze itself is always reproducible and always during this test.

Well, could you run this under gdb and report the stacks for the
various threads when the process crashes?
(when compiled --with-pydebug, if possible)

Thank you

Antoine.




More information about the Python-Dev mailing list