Is it just me, or has Ruby 1.9.3 introduced frequent segmentation faults when running RSpec?
Since upgrading to 1.9.3, I find startup time is noticeably quicker, however I get segmentation faults when running RSpec around 50% of the time.
The output that I am getting from Ruby is at http://pastebin.com/89YmpzaJ and my Gemfile is at http://pastebin.com/L6r73Max
Does anyone know what could be causing this? I am seeing this problem on both my CI server and my local development machine.