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 gregory.p.smith
Recipients aimacintyre, gregory.p.smith, jnoller, pitrou
Date 2008-09-15.05:44:23
SpamBayes Score 1.0570018e-08
Marked as misclassified No
Message-id <1221457464.87.0.378904297165.issue3863@psf.upfronthosting.co.za>
In-reply-to
Content
instrumenting Python/thread_pthread.h and turning on thread debugging in
Python/thread.c, FreeBSD raises the Fatal error within pthread_create().

I'm inclined to say that this is a FreeBSD 6.3 bug.  The
fbsd_thr_crash.py test case is a good way to reproduce the problem.  I'd
imagine a similar bit of C code could be written.

What should we do in Python for this?  Just disable this unit test on
FreeBSD?
History
Date User Action Args
2008-09-15 05:44:25gregory.p.smithsetrecipients: + gregory.p.smith, aimacintyre, pitrou, jnoller
2008-09-15 05:44:24gregory.p.smithsetmessageid: <1221457464.87.0.378904297165.issue3863@psf.upfronthosting.co.za>
2008-09-15 05:44:24gregory.p.smithlinkissue3863 messages
2008-09-15 05:44:23gregory.p.smithcreate