Skip to content

Instantly share code, notes, and snippets.

@terrafied
Created June 14, 2012 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrafied/2933177 to your computer and use it in GitHub Desktop.
Save terrafied/2933177 to your computer and use it in GitHub Desktop.
Rails infinite loop backtrace
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/url_for.rb:102:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_controller/metal.rb:140:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/abstract_controller/rendering.rb:74:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/abstract_controller/layouts.rb:301:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/url_for.rb:103:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_controller/metal.rb:140:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/abstract_controller/rendering.rb:74:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/abstract_controller/layouts.rb:301:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/url_for.rb:103:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_controller/metal.rb:140:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/abstract_controller/rendering.rb:74:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/abstract_controller/layouts.rb:301:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/url_for.rb:103:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_controller/metal.rb:140:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/abstract_controller/rendering.rb:74:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/abstract_controller/layouts.rb:301:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/url_for.rb:103:in `initialize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_controller/metal.rb:238:in `new'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_controller/metal.rb:238:in `block in action'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/route_set.rb:71:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/route_set.rb:35:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:68:in `optimized_each'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/routing/route_set.rb:538:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/omniauth-1.1.0/lib/omniauth/builder.rb:48:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/etag.rb:23:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/conditionalget.rb:25:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/flash.rb:243:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/session/abstract/id.rb:195:in `context'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/session/abstract/id.rb:190:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/cookies.rb:331:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/activerecord-3.1.6/lib/active_record/query_cache.rb:64:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/activerecord-3.1.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:477:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/activesupport-3.1.6/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/activesupport-3.1.6/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/sendfile.rb:101:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/actionpack-3.1.6/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/railties-3.1.6/lib/rails/rack/logger.rb:13:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/methodoverride.rb:24:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/runtime.rb:17:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/activesupport-3.1.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/lock.rb:15:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/airbrake-3.1.1/lib/airbrake/rack.rb:30:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/airbrake-3.1.1/lib/airbrake/user_informer.rb:12:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/railties-3.1.6/lib/rails/engine.rb:456:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/railties-3.1.6/lib/rails/application.rb:143:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/content_length.rb:14:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/railties-3.1.6/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/thin-1.3.1/lib/thin/connection.rb:80:in `block in pre_process'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/thin-1.3.1/lib/thin/connection.rb:78:in `catch'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/thin-1.3.1/lib/thin/connection.rb:78:in `pre_process'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/thin-1.3.1/lib/thin/connection.rb:53:in `process'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/thin-1.3.1/lib/thin/connection.rb:38:in `receive_data'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/thin-1.3.1/lib/thin/backends/base.rb:61:in `start'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/thin-1.3.1/lib/thin/server.rb:159:in `start'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/handler/thin.rb:13:in `run'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/rack-1.3.6/lib/rack/server.rb:265:in `start'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/railties-3.1.6/lib/rails/commands/server.rb:70:in `start'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/railties-3.1.6/lib/rails/commands.rb:54:in `block in <top (required)>'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/railties-3.1.6/lib/rails/commands.rb:49:in `tap'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/railties-3.1.6/lib/rails/commands.rb:49:in `<top (required)>'
/Users/john/Work/spaced-ed/script/rails:6:in `require'
/Users/john/Work/spaced-ed/script/rails:6:in `<top (required)>'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/ruby-debug-ide-0.4.17.beta9/lib/ruby-debug-ide.rb:121:in `debug_load'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/ruby-debug-ide-0.4.17.beta9/lib/ruby-debug-ide.rb:121:in `debug_program'
/Users/john/.rvm/gems/ruby-1.9.2-p320@qstream-ruby19/gems/ruby-debug-ide-0.4.17.beta9/bin/rdebug-ide:95:in `<top (required)>'
-e:1:in `load'
-e:1:in `<main>'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment