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 bms
Recipients aimacintyre, bms, gregory.p.smith, jnoller, loewis, ocean-city, pitrou
Date 2009-03-12.15:46:48
SpamBayes Score 0.0018686223
Marked as misclassified No
Message-id <1236872810.51.0.24692928381.issue3863@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I've committed a fix to FreeBSD-CURRENT for POSIX semaphores this morning.

Root cause analysis on the fork-mt issue points towards the rtld and
malloc in RELENG_7 not being able to deal with a mixture of fork and mt.

As a workaround, you may wish to try my patches against the FreeBSD port
to build with GNU Pth (until we can settle on resolution):-
http://people.freebsd.org/~bms/dump/python26-fbsd-pth.patch

thanks!
BMS
History
Date User Action Args
2009-03-12 15:46:50bmssetrecipients: + bms, loewis, gregory.p.smith, aimacintyre, pitrou, ocean-city, jnoller
2009-03-12 15:46:50bmssetmessageid: <1236872810.51.0.24692928381.issue3863@psf.upfronthosting.co.za>
2009-03-12 15:46:49bmslinkissue3863 messages
2009-03-12 15:46:48bmscreate