This morning, I updated my Fedora 6 64-bit VPS. This update upgraded
my Ruby install to 1.8.5 patch114. The Rails version is the latest
release - 1.2.4.
Following this update, I recompiled (gem install xxx) all my gems
which use C extensions (mongrel, postgres, etc.).
I now have the following error log entries all the time, and my blog won't render any content. Any ideas would be greatly appreciated.
Code:
Processing ArticlesController#index (for 216.148.96.254 at 2007-10-09 16:59:23) [GET]
Parameters: {"action"=>"index", "controller"=>"articles"}
Filter chain halted as [#<Proc:0x00002b8aae3edbe0@/var/rails/almostserio.us/current/config/../vendor/rails/actionpack/lib/action_controller/filters.rb:597>] did not yield.
NoMemoryError (negative allocation size (or too big)):
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:86:in `sprintf'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:86:in `active_record_runtime'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue'
/vendor/rails/actionpack/lib/action_controller/rescue.rb:83:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:430:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:430:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:624:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:114:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:330:in `process'
/vendor/rails/railties/lib/dispatcher.rb:41:in `dispatch'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run'
/usr/lib64/ruby/gems/1.8/gems/swiftiply-0.6.1/bin/mongrel_rails:136:in `run'
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'
/usr/lib64/ruby/gems/1.8/gems/swiftiply-0.6.1/bin/mongrel_rails:252
/usr/bin/mongrel_rails:16:in `load'
/usr/bin/mongrel_rails:16