[issue12071] test_concurrent_futures.test_context_manager_shutdown() hangs on OpenIndiana

STINNER Victor report at bugs.python.org
Sat May 14 00:42:14 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Oh, I have "no more memory" errors on this VM especially on fork. test_concurrent_futures.test_context_manager_shutdown() failure should be related to a memory allocation error. I tried my faulthandler using SIGUSR1 to get more information, but send the send does kill the process instead of printing the traceback when test_concurrent_futures hangs, whereas it works as expected (dump tracebacks) a few tests before...

----------

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


More information about the Python-bugs-list mailing list