shmeltex (Shmel de Tex)
- Login: shmeltex
- Email: shmeltex@gmail.com
- Registered on: 05/06/2012
- Last sign in: 05/06/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/07/2012
-
02:23 AM Ruby Bug #6406: Ruby crashes with Segmentation fault
- 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
* printf "development:\n monitor_mode: fal...
05/06/2012
-
12:22 PM Ruby Bug #6406: Ruby crashes with Segmentation fault
- Tried with ruby 1.9.3p203 (2012-05-04 revision 35536) [x86_64-darwin11.3.0] and got the same result.
-
11:35 AM Ruby Bug #6406 (Closed): Ruby crashes with Segmentation fault
- 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
- ...