Segmentation fault with rake db:create in Rails

我怕爱的太早我们不能终老 提交于 2019-12-06 04:04:44

问题


I'm running into a segmentation fault when I do rake db:create in a

The error output is:

/home/[username]/.rvm/gems/ruby-1.9.2-p0/gems/sqlite3-1.3.3/lib/sqlite3/sqlite3_native.so: [BUG] Segmentation fault
ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux]

Aborted

I tried following the sample tutorial at http://guides.rubyonrails.org/getting_started.html and I get the same error with a brand new project.


回答1:


Instead you should probably try rake db:migrate



来源:https://stackoverflow.com/questions/6077790/segmentation-fault-with-rake-dbcreate-in-rails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!