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

后端 未结 7 1115
一个人的身影
一个人的身影 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 18:08

    I've noticed that I get a segfault as well, when trying to run rails console --sandbox specifically. I found this other question that seemed to fix this issue; specifically running

    xcode-select --install
    

    seemed to resolve it. This is by no means scientifically proven yet, however I am now able to run a rails console and all tests without a ruby segment fault.

    0 讨论(0)
提交回复
热议问题