New submission from STINNER Victor <victor.stin...@haypocalc.com>: Using my fuzzer (Fusil) on Python trunk, I got sometimes errors on multiprocessing.Pool():
Fatal Python error: PyEval_AcquireThread: NULL new thread state I'm sorry but I don't have example script to reproduce the bug. I suppose that the error depends on the system load. I have the error on an Intel Core2 Quad Core Q9300 (CPU able to run 4 processes/threads at the time same). How can I get more information on the bug? How can I reproduce it? ---------- components: Extension Modules messages: 96602 nosy: haypo severity: normal status: open title: multiprocessing.Pool(): Fatal Python error: PyEval_AcquireThread: NULL new thread state type: crash versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7544> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com