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:
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.
Do you have therubyracer installed? That's the only C extension that I know of related to the asset pipeline.
···
On Dec 28, 2011, at 03:44 , Rodrigo Emygdio wrote:
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)
Da: Rodrigo Emygdio [mailto:rodrigo.emygdio@gmail.com]
Inviato: mercoledì 28 dicembre 2011 12:44
A: ruby-talk ML
Oggetto: 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:
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.
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.ithttp://www.email.it/f
Sponsor:
Capodanno al parco Oltremare Riccione: Pacchetto hotel 3 stelle in centro + ingresso al parco.
* Mezza pensione, Internet gratis, animazione per bimbi. Scopri l'offerta!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid980&d)-12
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)
Do you have therubyracer installed? That's the only C extension that I
know of related to the asset pipeline.
Hi,
Thanks for your help! I use the coffeescript and node.js in my
application, I saw some issues about V8 and therubyracer.
At this moment I disabled the assets pipeline and all works well.
I believe there is some incompatibility with the ruby 1.8.7, and the new
way of asstes of rails 3.1.
Thanks
···
On Dec 28, 2011, at 03:44 , Rodrigo Emygdio wrote:
You need to somehow isolate the problem as much as possible.
Ideally into one simple .rb file that reproduces this problem.
Try to narrow it down as much as possible.
Hi,
I made all the isolation in the code base, and I have a good coverage
of test , that help a lot. Yesterday, I did a great debug in the all
stack of the framework, line by line, and the error just appeared when
the rack handle the assets, as follow:
I believe there is some incompatibility with the ruby 1.8.7, and the new
way of asset of rails 3.1. At this moment I disabled the asset pipeline,
coffeescript and sass. And I didn't got more the error.