Bug #7687
closedSegmentation fault on Ruby 1.9.3 and Rails 2.3
Description
I've not been able to nail down exact code to reproduce this, but I've seen it now 3-4 times. It happens if I startup my rails server (script/server) and make a request to the server before it's fully loaded. It also happens intermittently when just browsing pages.
Files
Updated by drasch (David Rasch) almost 12 years ago
This occurs in ruby 1.9.3p362, but not in: ruby-1.9.3-p327 nor in ruby-1.9.3-head (as of today 3468cd1ed68ac08b19fffd78442b5de3a622c6ce)
Updated by zarel (David Costa) almost 12 years ago
It happens to me too at the same line: validations.rb:479 of activerecord-2.3.15.
I am able to reproduce it by installing ChiliProject (I use the 3.5.0 version). The crash happens when I run this command "RAILS_ENV=production bundle exec rake db:migrate" in order to create the database tables.
This happens in ruby-1.9.3p362 but not in ruby-1.9.3p327.
In attachment the segfault output preceded by the output of "bundle exec rake db:migrate" of ChiliProject
Updated by usa (Usaku NAKAMURA) almost 12 years ago
- Status changed from Open to Closed
Sorry for inconvinient.
This is a known problem, and already fixed in the repository.
Use the HEAD of ruby_1_9_3 if you can, or use p327 till next patch release.