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 ronaldoussoren
Recipients Dan.kamp, Julian.Scheid, ned.deily, ronaldoussoren
Date 2013-07-06.13:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373117242.4.0.132038847876.issue13829@psf.upfronthosting.co.za>
In-reply-to
Content
Sigh... The crash is a subprocess started with fork is not entirely unexpected, although I had hoped that the current version of _scproxy would be safe enough.

A number of Apple frameworks detect that a process called fork after they initialized and then explictly crash (basicly a call to abort()). In this case it appears to just not work correctly.

I'm not sure how to fix this, other than spawning a small helper program to query the proxy settings. That could get prohibitively expensive when fetching a lot of URLs though (and an RPC system might run into the a similar problem after calling fork...)
History
Date User Action Args
2013-07-06 13:27:22ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, Julian.Scheid, Dan.kamp
2013-07-06 13:27:22ronaldoussorensetmessageid: <1373117242.4.0.132038847876.issue13829@psf.upfronthosting.co.za>
2013-07-06 13:27:22ronaldoussorenlinkissue13829 messages
2013-07-06 13:27:22ronaldoussorencreate