Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Rails bug

trying to get my ruby app working here, so I ran bundle install and then when I wanted to run my server by rails server I got this huge error log, here is the begining of it.

/Users/marcus/.rvm/gems/ruby-2.0.0-p247/gems/sqlite3-1.3.8/lib/sqlite3/sqlite3_native.bundle: [BUG] Segmentation fault ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.3.0]

Any suggestions what it could be that causes this?

1 Answer

Oh that's unusual, but It's most likely bundler having issues with your system setup.

Try running the rails server under bundler by running bundle exec rails s. If that fails try deleting your .bundle directory then running bundle install again.