DEV Community

Discussion on: Ruby Segmentation Fault When Running RSpec

Collapse
 
rhymes profile image
rhymes

The first thing I would try is to see if the issue is still there on Ruby 2.5.1.

Does it happen only with rspec?

Collapse
 
andy profile image
Andy Zhao (he/him)

Yeah pretty much. I never hit it when running rails server or any other Ruby/Rails commands.