我已经将我的系统更新到 OS X Mavericks,就在我尝试使用 hashlib 模块时,引发了一个奇怪的分段错误。我试图重建 python3.3.2 并重新安装它,但它没有帮助。那么我该如何解决这个烦人的问题呢?输出如下所示:
ZZ:Python-3.3.2 zhangzhao$ python3
Python 3.3.2 (default, Oct 28 2013, 16:27:26)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import hashlib
>>> a = hashlib.md5()
Segmentation fault: 11