前提・実現したいこと
railsでユーザー管理機能の実装を行いたい
deviseをインストールしサーバー再起動等行い
Userモデルを作成し、rails db:migrateを行おうとすると以下のエラーが発生し
rails sもできなくなった
OS Mac Mojave
ruby 2.5.1p57
Rails 5.0.7.2
発生している問題・エラーメッセージ
/Users/shimoekisei/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:90: [BUG] Segmentation fault at 0x0000000000000000
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin18]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
Don't forget to include the above Crash Report log file in bug reports.
### エラーメッセージ
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
[IMPORTANT]
Don't forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.
Abort trap: 6
試したこと
bundle update
PCの再起動
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。