From: Rodrigo Emygdio Date: 2011-12-28T20:44:27+09:00 Subject: Segmentation fault - Ruby 1.8.7 and Rails 3.1.3 HI, I use the ruby 1.8.7 there are a good time, and I use this version of ruby with rails 3.0.x since of release of this version of rails. And I never got a Segmentation fault error. But now, after start develop the ruby 1.8.7 with the rails 3.1.3, when I execute the webrick and I surf the application, I have the error below: /usr/lib/ruby/gems/1.8/gems/rack-1.3.5/lib/rack/utils.rb:380: [BUG] Segmentation fault ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-linux] The error is very inconstant , sometime happens with httputils of the webrick and sometimes with the rack. Maybe the error have some relation with assets pipe line, because the errors happen before of some process like this: Started GET "/assets/wymeditor/wymeditor/lang/zh_cn.js?body=1" for 127.0.0.1 at Wed Dec 28 09:22:23 -0200 2011 cache: [GET /assets/wymeditor/wymeditor/lang/zh_cn.js?body=1] stale, valid, store Served asset /wymeditor/wymeditor/lang/zh_cn.js - 304 Not Modified (1ms) Started GET "/assets/wymeditor/wymeditor/plugins/embed/jquery.wymeditor.embed.js?body=1" for 127.0.0.1 at Wed Dec 28 09:22:23 -0200 2011 Anybody can help me, about this issue. Since now I thanks for any help. Thanks -- Posted via http://www.ruby-forum.com/.