Segmentation fault with Rails after upgrading to OS Sierra, possibly related to sqlite3 gem

后端 未结 7 1110
一个人的身影
一个人的身影 2020-12-15 17:20

After upgrading to OSX Sierra I am having an issue with random segmentation faults. It most commonly occurs when running rails test and I believe it is due to the sqlite3_ad

7条回答
  •  独厮守ぢ
    2020-12-15 17:59

    Same problem w/Sierra. None of the stuff on this page worked for me, i.e. gem pristine sqlite3, xcode-select --install, sqlite3; gem uninstall sqlite3; bundle update. I eventually completely uninstalled the Ruby version with rbenv uninstall 2.3.1, then reinstalled it. This worked. I have no idea why.

提交回复
热议问题