[issue25807] test_multiprocessing_fork.test_mymanager fails and hangs

2015-12-09 Thread SilentGhost
SilentGhost added the comment: Hm, after doing "make clean" and rebuilding anew I'm not able to reproduce the bug myself. I guess I just had a stale version of the module still hanging around. Sorry for the mistaken report. -- resolution: -> not a bug stage: -> resolved status: open

[issue25807] test_multiprocessing_fork.test_mymanager fails and hangs

2015-12-08 Thread Toby Tobkin
Toby Tobkin added the comment: Do you have more information on the environment you're running tests on? I did not reproduce the crash by running the tests on a stock Ubuntu 14 64-bit. -- nosy: +tobytobkin ___ Python tracker

[issue25807] test_multiprocessing_fork.test_mymanager fails and hangs

2015-12-05 Thread SilentGhost
New submission from SilentGhost: When running either of the test_multiprocessing_fork, test_multiprocessing_spawn or test_multiprocessing_forkserver I get error in test_mymanager that leads to hanging. Here is the fragment: test_mymanager (test.test_multiprocessing_fork.WithManagerTestMyManage