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.00:23:30
SpamBayes Score 0.068137
Marked as misclassified No
Message-id <1221438212.33.0.282803548131.issue3863@psf.upfronthosting.co.za>
In-reply-to
Content
fyi the FreeBSD 6.3 libpthread PANIC message comes from the
MUTEX_ASSERT_NOT_OWNED macro which is called from several places here:

http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libpthread/thread/Attic/thr_mutex.c?rev=1.52;content-type=text%2Fx-cvsweb-markup;hideattic=0
History
Date User Action Args
2008-09-15 00:23:32gregory.p.smithsetrecipients: + gregory.p.smith, aimacintyre, pitrou, jnoller
2008-09-15 00:23:32gregory.p.smithsetmessageid: <1221438212.33.0.282803548131.issue3863@psf.upfronthosting.co.za>
2008-09-15 00:23:31gregory.p.smithlinkissue3863 messages
2008-09-15 00:23:30gregory.p.smithcreate