sublime text2突然crash,无法简单粗暴的关闭,就开始认真解决这个问题。

问题:

参考文献:https://github.com/wbond/package_control/issues/1002

Package Control only dumps the trust settings about once a week since it can take a few seconds to do so. This is most likely why you only see it occasionally.

I've been working on a bunch of other, mostly unrelated crypto code that deals with dumping these trust settings also, albeit without launching a subprocess, but instead using the OS X APIs. It may make more sense to switch over to that code since it is more well tested and would not suffer from the perils of scraping command line tool output.

I should also note, it appears that this output is likely caused because "custom" trust settings exist for one or more certs in your system keychain.

大意是: 包控制抛开信任设置大概一周一次,因为它可以花几秒钟做这样的设置。这也就是用户发现这样的时间很偶然的原因。

作者正在做这样的事,虽然与现状的问题无关,但是可以取代使用OS X apis。

发生这样的输出可能因为在system keychain中存在信任设置的证书。

总结:

问题下面评论的大概与我的情况相同,都是Mac OS X 10.11出错,更新了sublime Text2 到 Text3,后续关注是否会出现这样的情况。

最新文章

  1. 【原创】threejs实现一个全景地球
  2. ubuntu配置NFS
  3. C#实现略缩图
  4. mongodb3.x版本用户管理方法
  5. InterBase数据库迁移到MySQL(说明)
  6. 在Mac上用自己编译出的DNX运行.NET程序
  7. C头文件之<stdio.h>
  8. UVA5870 乱搞 Smooth Visualization
  9. jquery消息提示框
  10. linux配置JDK(转载)
  11. python学习的一些感悟
  12. python mysqlDB
  13. 聚类算法初探(五)DBSCAN
  14. Python之路Day9
  15. HDU4685 Prince and Princess 完美搭配+良好的沟通
  16. C#重写url
  17. PowerShell 异常处理
  18. 转《service worker在移动端H5项目的应用》
  19. EasyPopup
  20. Java框架之Spring(三)

热门文章

  1. Communication with each role instance in Azure
  2. Navicat Premium 12破解激活
  3. C++_类继承2-多态公有继承
  4. 【算法笔记】B1036 跟奥巴马一起编程
  5. POJ_3069 Saruman's Army 【贪心】
  6. 118th LeetCode Weekly Contest Powerful Integers
  7. SGU - 507 启发式合并维护平衡树信息
  8. 让Nginx支持pathinfo
  9. Wamp环境域名重定向问题
  10. 剑指offer——面试题11:快速排序