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 thehesiod
Recipients thehesiod
Date 2016-10-02.23:48:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475452134.75.0.942961822081.issue28342@psf.upfronthosting.co.za>
In-reply-to
Content
I have a unittest which spawns several processes repeatedly.  One of these subprocesses uses botocore, which itself uses the above two methods through the calls proxy_bypass and getproxies.  It seems after re-spawning the methods a few times the titled calls eventually repeatedly cause python to crash on 10.12.  I have a core file if that would help, zip'd it's ~242MB.

I've attached a file that shows the lldb callstack and python callstack.
History
Date User Action Args
2016-10-02 23:48:56thehesiodsetrecipients: + thehesiod
2016-10-02 23:48:54thehesiodsetmessageid: <1475452134.75.0.942961822081.issue28342@psf.upfronthosting.co.za>
2016-10-02 23:48:54thehesiodlinkissue28342 messages
2016-10-02 23:48:54thehesiodcreate