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 pitrou
Recipients jnoller, pitrou, vstinner
Date 2009-12-21.16:46:06
SpamBayes Score 0.0053250887
Marked as misclassified No
Message-id <1261413968.1.0.333728925857.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
We just had this error on one of the buildbots:

[...]
test_threadsignals
sem_wait: Unknown error 512
test_docxmlrpc
Fatal Python error: Invalid thread state for this thread
Fatal Python error: PyEval_AcquireThread: non-NULL old thread state
make: *** [buildbottest] Aborted


(see
http://www.python.org/dev/buildbot/all/builders/x86%20Ubuntu%20trunk/builds/161/steps/test/logs/stdio
)

I don't know it's related.
History
Date User Action Args
2009-12-21 16:46:08pitrousetrecipients: + pitrou, vstinner, jnoller
2009-12-21 16:46:08pitrousetmessageid: <1261413968.1.0.333728925857.issue7544@psf.upfronthosting.co.za>
2009-12-21 16:46:07pitroulinkissue7544 messages
2009-12-21 16:46:06pitroucreate