From: "naruse (Yui NARUSE)" Date: 2012-05-06T21:56:26+09:00 Subject: [ruby-core:44907] [ruby-trunk - Bug #6406][Feedback] Ruby crashes with Segmentation fault Issue #6406 has been updated by naruse (Yui NARUSE). Status changed from Open to Feedback Please write procedure in commands, like * rails g foo * cd foo * echo 'gem "newrelic"' >> Gemfile And I failed the produce in "run bundler" as following: % bundle Fetching gem metadata from https://rubygems.org/......... Could not find gem 'newrelic (>= 0) ruby' in the gems available on this machine. ---------------------------------------- Bug #6406: Ruby crashes with Segmentation fault https://bugs.ruby-lang.org/issues/6406#change-26493 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/