I get the following for any page load at rev. 3814 on apache in production mode (but not lighttpd in dev mode, strangely): wrong number of arguments (2 for 3) /home/www/socialconference/public/../config/../vendor/rails/railties/ lib/dispatcher.rb:63:in `failsafe_response'' /home/www/socialconference/public/../config/../vendor/rails/railties/ lib/dispatcher.rb:63:in `new_cgi'' /home/www/socialconference/public/../config/../vendor/rails/railties/ lib/dispatcher.rb:35:in `dispatch'' /home/www/socialconference/public/dispatch.cgi:10 Backing out to 3800 removes the problem. Rick, could this have to do with the fix for the white screen of death? Duane Johnson (canadaduane) http://blog.inquirylabs.com/
On 3/8/06, Duane Johnson <duane.johnson@gmail.com> wrote:> I get the following for any page load at rev. 3814 on apache in > production mode (but not lighttpd in dev mode, strangely): > > wrong number of arguments (2 for 3) > /home/www/socialconference/public/../config/../vendor/rails/railties/ > lib/dispatcher.rb:63:in `failsafe_response'' > /home/www/socialconference/public/../config/../vendor/rails/railties/ > lib/dispatcher.rb:63:in `new_cgi'' > /home/www/socialconference/public/../config/../vendor/rails/railties/ > lib/dispatcher.rb:35:in `dispatch'' > /home/www/socialconference/public/dispatch.cgi:10 > > Backing out to 3800 removes the problem. Rick, could this have to do > with the fix for the white screen of death? > > Duane Johnson > (canadaduane) > http://blog.inquirylabs.com/Yup, I updated the ticket. I haven''t seen the problem so I''ve been waiting for confirmation that the patch works: http://dev.rubyonrails.org/attachment/ticket/4073/wsod.fix.diff -- Rick Olson http://techno-weenie.net
Duane Johnson
2006-Mar-08 07:47 UTC
Re: Changes to railties/lib/dispatcher.rb broke my app
On Mar 7, 2006, at 11:35 PM, Rick Olson wrote:> On 3/8/06, Duane Johnson <duane.johnson@gmail.com> wrote: >> I get the following for any page load at rev. 3814 on apache in >> production mode (but not lighttpd in dev mode, strangely): >> >> wrong number of arguments (2 for 3) >> /home/www/socialconference/public/../config/../vendor/rails/railties/ >> lib/dispatcher.rb:63:in `failsafe_response'' >> /home/www/socialconference/public/../config/../vendor/rails/railties/ >> lib/dispatcher.rb:63:in `new_cgi'' >> /home/www/socialconference/public/../config/../vendor/rails/railties/ >> lib/dispatcher.rb:35:in `dispatch'' >> /home/www/socialconference/public/dispatch.cgi:10 >> >> Backing out to 3800 removes the problem. Rick, could this have to do >> with the fix for the white screen of death? >> >> Duane Johnson >> (canadaduane) >> http://blog.inquirylabs.com/ > > Yup, I updated the ticket. I haven''t seen the problem so I''ve been > waiting for confirmation that the patch works: > > http://dev.rubyonrails.org/attachment/ticket/4073/wsod.fix.diff >That fixed it for me. Thanks. Duane Johnson (canadaduane) http://blog.inquirylabs.com/