From: Jason H. <jh...@ap...> - 2011-06-06 18:43:01
|
Are you running with the libxml gem? That's the default if you have the libxml or libxml-ruby gems installed. If so try installing the nokogiri gem and set "xmllib=nokogiri" in your environment before starting up mongrel. Those seg fault crashes are always the libxml gem in my experience. Using nokogiri for XML parsing will be the default starting in the next etch release. Nokogiri is newer but seems much better written and tested than the libxml gem. I and at least one other user on the list have switched our installations to nokogiri and eliminated the seg faults. Jason On Jun 6, 2011, at 11:16 AM, Ian Young wrote: > Our Etch cluster has been crashing periodically. The mongrel log indicates there is a known bug. Is there a workaround for this? > > ** Daemonized, any open files are closed. Look at /var/run/etch-server1.pid and log/mongrel.log for info. > ** Starting Mongrel listening at :7070 > ** Starting Rails with production environment... > /usr/lib64/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement > ** Rails loaded. > ** Loading any Rails specific GemPlugins > ** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart). > ** Rails signals registered. HUP => reload (without restart). It might not work well. > ** Mongrel 1.1.5 available at :7070 > ** Writing PID file to /var/run/etch-server1.pid > /usr/bin/etch-server/lib/etch.rb:176: [BUG] Segmentation fault > ruby 1.8.6 (2008-08-11) [x86_64-linux] > ------------------------------------------------------------------------------ > Simplify data backup and recovery for your virtual environment with vRanger. > Installation's a snap, and flexible recovery options mean your data is safe, > secure and there when you need it. Discover what all the cheering's about. > Get your free trial download today. > http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ > etch-users mailing list > etc...@li... > https://lists.sourceforge.net/lists/listinfo/etch-users |