Guest User

backtrace

a guest
Sep 17th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/utils.rb in bytesize
  2. string.bytesize
  3. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in block in finish
  4. headers["Content-Length"] = body.inject(0) { |l, p| l + Rack::Utils.bytesize(p) }.to_s
  5. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in each
  6. headers["Content-Length"] = body.inject(0) { |l, p| l + Rack::Utils.bytesize(p) }.to_s
  7. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in inject
  8. headers["Content-Length"] = body.inject(0) { |l, p| l + Rack::Utils.bytesize(p) }.to_s
  9. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in finish
  10. headers["Content-Length"] = body.inject(0) { |l, p| l + Rack::Utils.bytesize(p) }.to_s
  11. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in call!
  12. @response.finish
  13. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in call
  14. dup.call!(env)
  15. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb in call
  16. status, headers, body = @app.call(env)
  17. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-protection-1.5.0/lib/rack/protection/base.rb in call
  18. result or app.call(env)
  19. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-protection-1.5.0/lib/rack/protection/base.rb in call
  20. result or app.call(env)
  21. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb in call
  22. app.call env
  23. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb in call
  24. status, headers, body = app.call(env)
  25. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-protection-1.5.0/lib/rack/protection/base.rb in call
  26. result or app.call(env)
  27. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-protection-1.5.0/lib/rack/protection/base.rb in call
  28. result or app.call(env)
  29. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb in call
  30. status, headers, body = @app.call(env)
  31. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb in context
  32. status, headers, body = app.call(env)
  33. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb in call
  34. context(env)
  35. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/nulllogger.rb in call
  36. @app.call(env)
  37. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/head.rb in call
  38. status, headers, body = @app.call(env)
  39. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/showexceptions.rb in call
  40. @app.call(env)
  41. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in call
  42. result, callback = app.call(env), env['async.callback']
  43. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in call
  44. @stack.call(env)
  45. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in block in call
  46. synchronize { prototype.call(env) }
  47. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in synchronize
  48. yield
  49. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in call
  50. synchronize { prototype.call(env) }
  51. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/lint.rb in _call
  52. status, headers, @body = @app.call(env)
  53. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/lint.rb in call
  54. dup._call(env)
  55. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/showexceptions.rb in call
  56. @app.call(env)
  57. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/commonlogger.rb in call
  58. status, header, body = @app.call(env)
  59. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/sinatra-1.4.3/lib/sinatra/base.rb in call
  60. call_without_check(env)
  61. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/shotgun-0.9/lib/shotgun/loader.rb in proceed_as_child
  62. status, headers, body = assemble_app.call(@env)
  63. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/shotgun-0.9/lib/shotgun/loader.rb in call!
  64. proceed_as_child
  65. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/shotgun-0.9/lib/shotgun/loader.rb in call
  66. dup.call!(env)
  67. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/shotgun-0.9/lib/shotgun/favicon.rb in call
  68. app.call(env)
  69. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/shotgun-0.9/lib/shotgun/static.rb in call
  70. @app.call(env)
  71. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb in call
  72. to_app.call(env)
  73. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/connection.rb in block in pre_process
  74. response = @app.call(@request.env)
  75. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/connection.rb in catch
  76. catch(:async) do
  77. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/connection.rb in pre_process
  78. catch(:async) do
  79. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/connection.rb in process
  80. post_process(pre_process)
  81. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/connection.rb in receive_data
  82. process if @request.parse(data)
  83. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/eventmachine-1.0.3/lib/eventmachine.rb in run_machine
  84. run_machine
  85. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/eventmachine-1.0.3/lib/eventmachine.rb in run
  86. run_machine
  87. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/backends/base.rb in start
  88. EventMachine.run(&starter)
  89. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/server.rb in start
  90. @backend.start
  91. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/handler/thin.rb in run
  92. server.start
  93. /usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/gems/2.0.0/gems/shotgun-0.9/bin/shotgun in <top (required)>
  94. server.run app, options do |inst|
  95. /usr/local/opt/ruby/bin/shotgun in load
  96. load Gem.bin_path('shotgun', 'shotgun', version)
  97. /usr/local/opt/ruby/bin/shotgun in <main>
  98. load Gem.bin_path('shotgun', 'shotgun', version)
Advertisement
Add Comment
Please, Sign In to add comment