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 rosslagerwall
Recipients Arfrever, belopolsky, georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, ned.deily, pitrou, python-dev, ronaldoussoren, rosslagerwall
Date 2012-07-31.16:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343752515.21.0.446906365928.issue10812@psf.upfronthosting.co.za>
In-reply-to
Content
I can't actually remember why I disabled waitid for OS X - that was message was rather a long time ago :-(

Unfortunately, I don't currently have access to an OS X machine to test it.

A google search shows the following comment in the v8 javascript engine:
// We're disabling usage of waitid in Mac OS X because it doens't work for us:
// a parent process hangs on waiting while a child process is already a zombie.
// See http://code.google.com/p/v8/issues/detail?id=401.

Do you have access to test an older release like Leopard?
History
Date User Action Args
2012-07-31 16:35:15rosslagerwallsetrecipients: + rosslagerwall, loewis, georg.brandl, gregory.p.smith, ronaldoussoren, belopolsky, pitrou, giampaolo.rodola, ned.deily, Arfrever, python-dev
2012-07-31 16:35:15rosslagerwallsetmessageid: <1343752515.21.0.446906365928.issue10812@psf.upfronthosting.co.za>
2012-07-31 16:35:14rosslagerwalllinkissue10812 messages
2012-07-31 16:35:14rosslagerwallcreate