This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2009-12-19.12:49:31
SpamBayes Score 2.864842e-07
Marked as misclassified No
Message-id <1261226973.79.0.247580976393.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-12-19 12:49:33vstinnersetrecipients: + vstinner
2009-12-19 12:49:33vstinnersetmessageid: <1261226973.79.0.247580976393.issue7544@psf.upfronthosting.co.za>
2009-12-19 12:49:32vstinnerlinkissue7544 messages
2009-12-19 12:49:31vstinnercreate