問題描述
我開始使用 python 進行開發,并嘗試了一些簡單的命令,例如計算.
Im starting development with python, and tried some simple commands like calculations.
但是,有時 python 會因Segmentation fault:11"而中止在谷歌我沒有找到類似的問題或解決方案.
But, some times python aborts with "Segmentation fault:11" In google i didnt find a similar issue or solution for that.
Python 與自制軟件一起安裝.home-brew doctor 命令不顯示 python 安裝的任何問題并且是最新的.
Python is installed with homebrew. home-brew doctor command don't show any issues for the python installation and is up to date.
有沒有人知道如何解決這個問題?
Have anyone an Idea how to fix this ?
這是 OSX 崩潰日志:http://pastebin.com/rKpPJKxJ
Here is the OSX Crash Log: http://pastebin.com/rKpPJKxJ
推薦答案
嗯...傳播這個詞.以下似乎修復了它:
Hmmm... spread the word. The following seems that it fixed it:
cd /Library/Frameworks/Python.framework/Versions/3.3
cd ./lib/python3.3/lib-dynload
sudo mv readline.so readline.so.disabled
這篇關于Python 分段錯誤:OSX 上的 11的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!