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 ned.deily
Recipients ayesjm, ned.deily, ronaldoussoren
Date 2017-07-03.19:09:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499108983.66.0.972200649784.issue30837@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, without more information, there is not much we can do about this.  Can you supply a reproducible test case?  In any case, the crash is from use of the Apple-supplied system Python 2.7.10 which is a few releases behind the most recent released upstream (2.7.13).  And it is running on pre-release public beta.  You should report the problem to Apple using their Feedback Assistant.

All that said, the crash trace does show the Python helper extension module _scproxy in the chain and _scproxy has been problematic in the past: it is used to get network proxy information from the System Configuration framework. Previous crashes seemed to be due to lack of thread-safety in Apple's libdispatch, see for bpo-30385, but that doesn't seem to be the case here.  Things may work differently under the covers in High Sierra.  If you are able to reliably reproduce the problem, it would be interesting to see if the workaround in http://bugs.python.org/issue30385#msg293958 helps.
History
Date User Action Args
2017-07-03 19:09:43ned.deilysetrecipients: + ned.deily, ronaldoussoren, ayesjm
2017-07-03 19:09:43ned.deilysetmessageid: <1499108983.66.0.972200649784.issue30837@psf.upfronthosting.co.za>
2017-07-03 19:09:43ned.deilylinkissue30837 messages
2017-07-03 19:09:43ned.deilycreate