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 Build a Simple Ruby on Rails Application Getting Started with Rails Generate a Rails Application

Whenever I type in "rails server" in Terminal on my Mac, I have issues.

I have been having this problem consistently, and I don't know what it means/what to do. Every time I try to run "rails server" I get this message.

[NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. Don't forget to include the above Crash Report log file. For details: http://www.ruby-lang.org/bugreport.html

Abort trap: 6

1 Answer

Kristine Rooks
Kristine Rooks
4,878 Points

There seems to be some kind of bug with the 2.2.0 version. Instead of installing ruby 2.2.0, try installing 1.9.3. Go to your terminal and type:

rvm install 1.9.3