From: "hsbt (Hiroshi SHIBATA)" Date: 2013-12-09T21:38:37+09:00 Subject: [ruby-core:58995] [ruby-trunk - Bug #9230] Segmentation fault in Ruby trunk Issue #9230 has been updated by hsbt (Hiroshi SHIBATA). Thank you! I confirmed to fix this issue at r44096 ---------------------------------------- Bug #9230: Segmentation fault in Ruby trunk https://bugs.ruby-lang.org/issues/9230#change-43548 Author: hsbt (Hiroshi SHIBATA) Status: Closed Priority: High Assignee: tmm1 (Aman Gupta) Category: core Target version: current: 2.1.0 ruby -v: ruby 2.1.0dev (2013-12-09 trunk 44085) [x86_64-darwin13.0] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN I always got Segmentation fault in trunk. I can reproduce follow situation: $ rails new foo add 'newrelic_rpm' to Gemfile on Foo Application. $ bundle exec rails console crash log is attached. I investigate this issue, it is caused by r44060 -- http://bugs.ruby-lang.org/