[issue19227] test_multiprocessing_xxx hangs under Gentoo buildbots

Charles-François Natali report at bugs.python.org
Sat Oct 19 15:07:56 CEST 2013


Charles-François Natali added the comment:

> It looks as though fork() is indirectly calling something in _ssl.cpython-34dm.so which is not
> completing.

The stack is strange: what is /lib/libncursesw.so.5 doing there?
Also, we can see exit() is being called. And indeed, _fini() is some
shared libraary deallocation code...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19227>
_______________________________________


More information about the Python-bugs-list mailing list