From: "shmeltex (Shmel de Tex)" Date: 2012-05-07T02:23:27+09:00 Subject: [ruby-core:44909] [ruby-trunk - Bug #6406] Ruby crashes with Segmentation fault Issue #6406 has been updated by shmeltex (Shmel de Tex). File newrelic.yml added Sorry, made mistake in gem name, should be newrelic_rpm. Updated step by step instruction assuming rails 3.2.x: * rails new foo * cd foo * echo 'gem "newrelic_rpm"' >> Gemfile * bundle install * place attached newrelic.yml to config/ * script/rails s * navigate to http://localhost:3000/newrelic * click on "List Threads" ---------------------------------------- Bug #6406: Ruby crashes with Segmentation fault https://bugs.ruby-lang.org/issues/6406#change-26495 Author: shmeltex (Shmel de Tex) Status: Feedback Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.3.0] Ruby consistently crashes with Segmentation fault. Gem newrelic in development mode has a link "List Threads", every time I click the link - Ruby crashes. Steps to reproduce: - generate rails app - add gem 'newrelic' to Gemfile - run bundler - start application - go to localhost:3000/newrelic and click on "List Threads" -- http://bugs.ruby-lang.org/