I have a problem with my Rails Console, it keeps crashing and I can't figure out why. For example, when I type the following
rails c
Category.connection
It begins with the following error:
/Users/****/.rvm/gems/ruby-2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/sqlite3_adapter.rb:27: [BUG] Segmentation fault at 0x00000000000110
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
Then it gives the a whole lot of error messages, with more than 1500 lines with my gemsfiles listed.
I hope someone can help me to fix this problem, by the way I am using macOS Sierra 10.12.1
When anyone needs additional information, please let me know because I don't know what I should include for someone to recognize the problem.