Re: [Python-Dev] Centos 5.5 freeze during test_concurrent_futures

2010-11-24 Thread Antoine Pitrou

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.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Centos 5.5 freeze during test_concurrent_futures

2010-11-23 Thread Łukasz Langa
Hi there!

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.

A colorful example: http://bpaste.net/show/11493/

I created an issue for that here: http://bugs.python.org/issue10517

If necessary, I can provide Centos 5.5 shell access. I would also like to 
donate a Centos 5.5 buildbot.

-- 
Best regards,
Łukasz Langa
tel. +48 791 080 144
WWW http://lukasz.langa.pl/

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com