Skip to content

Instantly share code, notes, and snippets.

@nerdyworm
Created May 26, 2011 04:45
Show Gist options
  • Save nerdyworm/992565 to your computer and use it in GitHub Desktop.
Save nerdyworm/992565 to your computer and use it in GitHub Desktop.
Heroku 1.9.2, OpenID, Devise, PG, Rails 3.1.0.rc1
2011-05-25T21:05:21+00:00 app[web.1]: Started GET "/users/auth/google_apps" for 68.210.95.233 at 2011-05-25 14:05:21 -0700
2011-05-25T21:05:21+00:00 app[web.1]: WARNING: making https request to https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1&ltmpl=default&ltmplcache=2&from=login without verifying server certificate; no CA path was specified.
2011-05-25T21:05:21+00:00 app[web.1]: WARNING: making https request to https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1&ltmpl=default&ltmplcache=2&from=login without verifying server certificate; no CA path was specified.
2011-05-25T21:05:22+00:00 app[web.1]: Generated checkid_setup request to https://www.google.com/accounts/o8/ud?source=gmail.com with assocication AOQobUcUdY_9ZKQk1nlsvTM7Sd3-VWxTE9VZ0tzHA2-aoDv04cpu-XzR
2011-05-25T21:05:22+00:00 app[web.1]: cache: [GET /users/auth/google_apps] miss
2011-05-25T21:05:22+00:00 heroku[router]: GET whotouse-staging.heroku.com/users/auth/google_apps dyno=web.1 queue=0 wait=0ms service=472ms bytes=3026
2011-05-25T21:05:22+00:00 app[web.1]:
2011-05-25T21:05:22+00:00 app[web.1]:
2011-05-25T21:05:22+00:00 app[web.1]: Started GET "/users/auth/google_apps/callback?_method=post&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.mode=id_res&openid.op_endpoint=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fud%3Fsource%3Dgmail.com&openid.response_nonce=2011-05-25T21%3A05%3A22ZKt3yBQtrgUVx9w&openid.return_to=http%3A%2F%2Fwhotouse-staging.heroku.com%2Fusers%2Fauth%2Fgoogle_apps%2Fcallback%3F_method%3Dpost&openid.assoc_handle=AOQobUcUdY_9ZKQk1nlsvTM7Sd3-VWxTE9VZ0tzHA2-aoDv04cpu-XzR&openid.signed=op_endpoint%2Cclaimed_id%2Cidentity%2Creturn_to%2Cresponse_nonce%2Cassoc_handle%2Cns.ext1%2Cext1.mode%2Cext1.type.ext2%2Cext1.value.ext2%2Cext1.type.ext0%2Cext1.value.ext0%2Cext1.type.ext3%2Cext1.value.ext3&openid.sig=%2Buw2YNXw%2B2%2FoRONf53sJAM0lXl0%3D&openid.identity=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawlHziwuK6sM1gkCIEYbvie-Ep6bW961JjU&openid.claimed_id=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawlHziwuK6sM1gkCIEYbvie-Ep6bW961JjU&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F
2011-05-25T21:05:22+00:00 app[web.1]: 1.0&openid.ext1.mode=fetch_response&openid.ext1.type.ext2=http%3A%2F%2Faxschema.org%2FnamePerson%2Ffirst&openid.ext1.value.ext2=Will&openid.ext1.type.ext0=http%3A%2F%2Faxschema.org%2Fcontact%2Femail&openid.ext1.value.ext0=gregg.will%40gmail.com&openid.ext1.type.ext3=http%3A%2F%2Faxschema.org%2FnamePerson%2Flast&openid.ext1.value.ext3=Gregg" for 68.210.95.233 at 2011-05-25 14:05:22 -0700
2011-05-25T21:05:22+00:00 app[web.1]: Error attempting to use stored discovery information: OpenID::TypeURIMismatch
2011-05-25T21:05:22+00:00 app[web.1]: Attempting discovery to verify endpoint
2011-05-25T21:05:22+00:00 app[web.1]: Performing discovery on https://www.google.com/accounts/o8/id?id=AItOawlHziwuK6sM1gkCIEYbvie-Ep6bW961JjU
2011-05-25T21:05:22+00:00 app[web.1]: WARNING: making https request to https://www.google.com/accounts/o8/id?id=AItOawlHziwuK6sM1gkCIEYbvie-Ep6bW961JjU without verifying server certificate; no CA path was specified.
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:678: [BUG] rb_register_sigaltstack. malloc error
2011-05-25T21:05:22+00:00 app[web.1]:
2011-05-25T21:05:22+00:00 app[web.1]: ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]
2011-05-25T21:05:22+00:00 app[web.1]:
2011-05-25T21:05:22+00:00 app[web.1]: -- control frame ----------
2011-05-25T21:05:22+00:00 app[web.1]: c:0101 p:---- s:0528 b:0528 l:000527 d:000527 CFUNC :connect
2011-05-25T21:05:22+00:00 app[web.1]: c:0100 p:0011 s:0525 b:0525 l:000480 d:000524 BLOCK /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:678
2011-05-25T21:05:22+00:00 app[web.1]: c:0099 p:0109 s:0523 b:0523 l:000a90 d:000a90 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:57
2011-05-25T21:05:22+00:00 app[web.1]: c:0098 p:0026 s:0511 b:0511 l:000510 d:000510 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:87
2011-05-25T21:05:22+00:00 app[web.1]: c:0097 p:0444 s:0505 b:0505 l:000480 d:000480 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:678
2011-05-25T21:05:22+00:00 app[web.1]: c:0096 p:0011 s:0497 b:0497 l:000496 d:000496 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:637
2011-05-25T21:05:22+00:00 app[web.1]: c:0095 p:0048 s:0494 b:0494 l:000493 d:000493 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:626
2011-05-25T21:05:22+00:00 app[web.1]: c:0094 p:0164 s:0491 b:0491 l:000490 d:000490 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/fetchers.rb:195
2011-05-25T21:05:22+00:00 app[web.1]: c:0093 p:0042 s:0479 b:0479 l:000478 d:000478 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/fetchers.rb:89
2011-05-25T21:05:22+00:00 app[web.1]: c:0092 p:0052 s:0472 b:0472 l:000471 d:000471 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/yadis/discovery.rb:77
2011-05-25T21:05:22+00:00 app[web.1]: c:0091 p:0019 s:0465 b:0465 l:000464 d:000464 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/discovery.rb:389
2011-05-25T21:05:22+00:00 app[web.1]: c:0090 p:0183 s:0457 b:0457 l:000456 d:000456 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/discovery.rb:485
2011-05-25T21:05:22+00:00 app[web.1]: c:0089 p:0059 s:0449 b:0449 l:000448 d:000448 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/discovery.rb:494
2011-05-25T21:05:22+00:00 app[web.1]: c:0088 p:0013 s:0443 b:0443 l:000442 d:000442 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-openid-0.2.6/lib/omniauth/openid/gapps.rb:10
2011-05-25T21:05:22+00:00 app[web.1]: c:0087 p:0042 s:0436 b:0436 l:000435 d:000435 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:420
2011-05-25T21:05:22+00:00 app[web.1]: c:0086 p:0091 s:0429 b:0429 l:000425 d:000428 BLOCK /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:357
2011-05-25T21:05:22+00:00 app[web.1]: c:0085 p:0339 s:0426 b:0426 l:000425 d:000425 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:351
2011-05-25T21:05:22+00:00 app[web.1]: c:0084 p:0117 s:0421 b:0421 l:000420 d:000420 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:315
2011-05-25T21:05:22+00:00 app[web.1]: c:0083 p:0031 s:0417 b:0417 l:000416 d:000416 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:75
2011-05-25T21:05:22+00:00 app[web.1]: c:0082 p:0051 s:0414 b:0414 l:000413 d:000413 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:59
2011-05-25T21:05:22+00:00 app[web.1]: c:0081 p:---- s:0407 b:0407 l:000406 d:000406 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0080 p:---- s:0405 b:0405 l:000404 d:000404 CFUNC :new
2011-05-25T21:05:22+00:00 app[web.1]: c:0079 p:0031 s:0398 b:0398 l:000397 d:000397 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer.rb:346
2011-05-25T21:05:22+00:00 app[web.1]: c:0078 p:0093 s:0393 b:0393 l:000392 d:000392 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer.rb:386
2011-05-25T21:05:22+00:00 app[web.1]: c:0077 p:---- s:0385 b:0385 l:000384 d:000384 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0076 p:---- s:0383 b:0383 l:000382 d:000382 CFUNC :call
2011-05-25T21:05:22+00:00 app[web.1]: c:0075 p:0080 s:0378 b:0378 l:000377 d:000377 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer.rb:289
2011-05-25T21:05:22+00:00 app[web.1]: c:0074 p:0065 s:0369 b:0369 l:000362 d:000368 BLOCK /app/.bundle/gems/ruby/1.9.1/gems/rack-openid-1.3.1/lib/rack/openid.rb:145
2011-05-25T21:05:22+00:00 app[web.1]: c:0073 p:0007 s:0366 b:0366 l:000365 d:000365 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-openid-1.3.1/lib/rack/openid.rb:272
2011-05-25T21:05:22+00:00 app[web.1]: c:0072 p:0067 s:0363 b:0363 l:000362 d:000362 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-openid-1.3.1/lib/rack/openid.rb:143
2011-05-25T21:05:22+00:00 app[web.1]: c:0071 p:0050 s:0355 b:0355 l:000354 d:000354 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-openid-1.3.1/lib/rack/openid.rb:95
2011-05-25T21:05:22+00:00 app[web.1]: c:0070 p:0048 s:0346 b:0346 l:001540 d:001540 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-openid-0.2.6/lib/omniauth/strategies/open_id.rb:86
2011-05-25T21:05:22+00:00 app[web.1]: c:0069 p:0082 s:0342 b:0342 l:000341 d:000341 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.2.6/lib/omniauth/strategy.rb:68
2011-05-25T21:05:22+00:00 app[web.1]: c:0068 p:0200 s:0339 b:0339 l:000338 d:000338 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.2.6/lib/omniauth/strategy.rb:42
2011-05-25T21:05:22+00:00 app[web.1]: c:0067 p:0019 s:0335 b:0335 l:000334 d:000334 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.2.6/lib/omniauth/strategy.rb:30
2011-05-25T21:05:22+00:00 app[web.1]: c:0066 p:0106 s:0331 b:0331 l:000330 d:000330 METHOD /app/.bundle/gems/ruby/1.9.1/gems/sass-3.1.1/lib/sass/plugin/rack.rb:54
2011-05-25T21:05:22+00:00 app[web.1]: c:0065 p:0014 s:0327 b:0327 l:000318 d:000326 BLOCK /app/.bundle/gems/ruby/1.9.1/gems/warden-1.0.4/lib/warden/manager.rb:35
2011-05-25T21:05:22+00:00 app[web.1]: c:0064 p:---- s:0325 b:0325 l:000324 d:000324 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0063 p:---- s:0323 b:0323 l:000322 d:000322 CFUNC :catch
2011-05-25T21:05:22+00:00 app[web.1]: c:0062 p:0086 s:0319 b:0319 l:000318 d:000318 METHOD /app/.bundle/gems/ruby/1.9.1/gems/warden-1.0.4/lib/warden/manager.rb:34
2011-05-25T21:05:22+00:00 app[web.1]: c:0061 p:0015 s:0314 b:0314 l:000313 d:000313 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/best_standards_support.rb:17
2011-05-25T21:05:22+00:00 app[web.1]: c:0060 p:0015 s:0307 b:0307 l:000306 d:000306 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/etag.rb:23
2011-05-25T21:05:22+00:00 app[web.1]: c:0059 p:0068 s:0299 b:0299 l:000298 d:000298 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/conditionalget.rb:25
2011-05-25T21:05:22+00:00 app[web.1]: c:0058 p:0093 s:0292 b:0292 l:000291 d:000291 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/head.rb:14
2011-05-25T21:05:22+00:00 app[web.1]: c:0057 p:0046 s:0285 b:0285 l:000284 d:000284 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/params_parser.rb:21
2011-05-25T21:05:22+00:00 app[web.1]: c:0056 p:0054 s:0280 b:0280 l:000279 d:000279 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/flash.rb:243
2011-05-25T21:05:22+00:00 app[web.1]: c:0055 p:0031 s:0272 b:0272 l:000271 d:000271 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/session/abstract/id.rb:195
2011-05-25T21:05:22+00:00 app[web.1]: c:0054 p:0013 s:0264 b:0264 l:000263 d:000263 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/session/abstract/id.rb:190
2011-05-25T21:05:22+00:00 app[web.1]: c:0053 p:0020 s:0260 b:0260 l:000259 d:000259 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/cookies.rb:321
2011-05-25T21:05:22+00:00 app[web.1]: c:0052 p:0064 s:0252 b:0252 l:000251 d:000251 METHOD /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/query_cache.rb:54
2011-05-25T21:05:22+00:00 app[web.1]: c:0051 p:0029 s:0244 b:0244 l:000243 d:000243 METHOD /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/connection_adapters/abstract/connection_pool.rb:448
2011-05-25T21:05:22+00:00 app[web.1]: c:0050 p:0050 s:0236 b:0236 l:000235 d:000235 METHOD /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/identity_map.rb:152
2011-05-25T21:05:22+00:00 app[web.1]: c:0049 p:0014 s:0228 b:0228 l:000690 d:000227 BLOCK /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/callbacks.rb:29
2011-05-25T21:05:22+00:00 app[web.1]: c:0048 p:0155 s:0226 b:0226 l:000225 d:000225 METHOD /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0.rc1/lib/active_support/callbacks.rb:392
2011-05-25T21:05:22+00:00 app[web.1]: c:0047 p:0024 s:0216 b:0216 l:000215 d:000215 METHOD /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0.rc1/lib/active_support/callbacks.rb:81
2011-05-25T21:05:22+00:00 app[web.1]: c:0046 p:0013 s:0210 b:0210 l:000690 d:000690 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/callbacks.rb:28
2011-05-25T21:05:22+00:00 app[web.1]: c:0045 p:0015 s:0206 b:0206 l:000205 d:000205 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/sendfile.rb:102
2011-05-25T21:05:22+00:00 app[web.1]: c:0044 p:0049 s:0196 b:0196 l:000195 d:000195 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/remote_ip.rb:48
2011-05-25T21:05:22+00:00 app[web.1]: c:0043 p:0017 s:0192 b:0192 l:000191 d:000191 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/show_exceptions.rb:47
2011-05-25T21:05:22+00:00 app[web.1]: c:0042 p:0027 s:0184 b:0184 l:000183 d:000183 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/rack/logger.rb:13
2011-05-25T21:05:22+00:00 app[web.1]: c:0041 p:0155 s:0180 b:0180 l:000179 d:000179 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/methodoverride.rb:24
2011-05-25T21:05:22+00:00 app[web.1]: c:0040 p:0032 s:0174 b:0174 l:000173 d:000173 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/runtime.rb:17
2011-05-25T21:05:22+00:00 app[web.1]: c:0039 p:0068 s:0165 b:0165 l:000164 d:000164 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/lock.rb:34
2011-05-25T21:05:22+00:00 app[web.1]: c:0038 p:0124 s:0159 b:0159 l:000158 d:000158 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/static.rb:53
2011-05-25T21:05:22+00:00 app[web.1]: c:0037 p:0027 s:0153 b:0152 l:000151 d:000151 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:132
2011-05-25T21:05:22+00:00 app[web.1]: c:0036 p:0055 s:0149 b:0149 l:000148 d:000148 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:243
2011-05-25T21:05:22+00:00 app[web.1]: c:0035 p:0201 s:0145 b:0145 l:000144 d:000144 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:181
2011-05-25T21:05:22+00:00 app[web.1]: c:0034 p:0107 s:0140 b:0140 l:000139 d:000139 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:65
2011-05-25T21:05:22+00:00 app[web.1]: c:0033 p:0042 s:0133 b:0133 l:000132 d:000132 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:50
2011-05-25T21:05:22+00:00 app[web.1]: c:0032 p:0015 s:0129 b:0129 l:000128 d:000128 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/rack/content_length.rb:16
2011-05-25T21:05:22+00:00 app[web.1]: c:0031 p:0032 s:0120 b:0120 l:000119 d:000119 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/engine.rb:438
2011-05-25T21:05:22+00:00 app[web.1]: c:0030 p:0021 s:0116 b:0116 l:000115 d:000115 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/railtie/configurable.rb:28
2011-05-25T21:05:22+00:00 app[web.1]: c:0029 p:---- s:0111 b:0111 l:000110 d:000110 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0028 p:0015 s:0109 b:0109 l:000108 d:000108 METHOD /home/heroku_rack/lib/static_assets.rb:9
2011-05-25T21:05:22+00:00 app[web.1]: c:0027 p:0053 s:0104 b:0104 l:000103 d:000103 METHOD /home/heroku_rack/lib/last_access.rb:15
2011-05-25T21:05:22+00:00 app[web.1]: c:0026 p:0179 s:0100 b:0100 l:000087 d:000099 BLOCK /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/urlmap.rb:52
2011-05-25T21:05:22+00:00 app[web.1]: c:0025 p:---- s:0093 b:0093 l:000092 d:000092 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0024 p:---- s:0091 b:0091 l:000090 d:000090 CFUNC :each
2011-05-25T21:05:22+00:00 app[web.1]: c:0023 p:0058 s:0088 b:0088 l:000087 d:000087 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/urlmap.rb:46
2011-05-25T21:05:22+00:00 app[web.1]: c:0022 p:0038 s:0079 b:0079 l:000078 d:000078 METHOD /home/heroku_rack/lib/date_header.rb:14
2011-05-25T21:05:22+00:00 app[web.1]: c:0021 p:0019 s:0071 b:0071 l:000070 d:000070 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/builder.rb:134
2011-05-25T21:05:22+00:00 app[web.1]: c:0020 p:0020 s:0067 b:0067 l:000058 d:000066 BLOCK /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:76
2011-05-25T21:05:22+00:00 app[web.1]: c:0019 p:---- s:0065 b:0065 l:000064 d:000064 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0018 p:---- s:0063 b:0063 l:000062 d:000062 CFUNC :catch
2011-05-25T21:05:22+00:00 app[web.1]: c:0017 p:0064 s:0059 b:0059 l:000058 d:000058 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:74
2011-05-25T21:05:22+00:00 app[web.1]: c:0016 p:0088 s:0055 b:0054 l:000053 d:000053 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:57
2011-05-25T21:05:22+00:00 app[web.1]: c:0015 p:0036 s:0051 b:0051 l:000050 d:000050 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:42
2011-05-25T21:05:22+00:00 app[web.1]: c:0014 p:---- s:0046 b:0046 l:000045 d:000045 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0013 p:---- s:0044 b:0044 l:000043 d:000043 CFUNC :run_machine
2011-05-25T21:05:22+00:00 app[web.1]: c:0012 p:0248 s:0041 b:0041 l:000040 d:000040 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256
2011-05-25T21:05:22+00:00 app[web.1]: c:0011 p:0066 s:0034 b:0034 l:000d20 d:000d20 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/backends/base.rb:57
2011-05-25T21:05:22+00:00 app[web.1]: c:0010 p:0143 s:0030 b:0030 l:000029 d:000029 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/server.rb:156
2011-05-25T21:05:22+00:00 app[web.1]: c:0009 p:0481 s:0027 b:0027 l:000180 d:000180 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/controllers/controller.rb:80
2011-05-25T21:05:22+00:00 app[web.1]: c:0008 p:0283 s:0023 b:0023 l:000022 d:000022 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:177
2011-05-25T21:05:22+00:00 app[web.1]: c:0007 p:0037 s:0018 b:0018 l:000017 d:000017 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:143
2011-05-25T21:05:22+00:00 app[web.1]: c:0006 p:0042 s:0015 b:0015 l:000014 d:000014 TOP /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/bin/thin:6
2011-05-25T21:05:22+00:00 app[web.1]: c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :load
2011-05-25T21:05:22+00:00 app[web.1]: c:0003 p:0127 s:0007 b:0007 l:000678 d:000180 EVAL /usr/ruby1.9.2/bin/thin:19
2011-05-25T21:05:22+00:00 app[web.1]: c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0001 p:0000 s:0002 b:0002 l:000678 d:000678 TOP
2011-05-25T21:05:22+00:00 app[web.1]: ---------------------------
2011-05-25T21:05:22+00:00 app[web.1]: -- Ruby level backtrace information ----------------------------------------
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/thin:19:in `<main>'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/thin:19:in `load'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/bin/thin:6:in `<top (required)>'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:143:in `run!'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:177:in `run_command'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/controllers/controller.rb:80:in `start'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/server.rb:156:in `start'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/backends/base.rb:57:in `start'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:42:in `receive_data'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:57:in `process'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:74:in `pre_process'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:74:in `catch'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:76:in `block in pre_process'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/builder.rb:134:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /home/heroku_rack/lib/date_header.rb:14:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/urlmap.rb:46:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/urlmap.rb:46:in `each'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/urlmap.rb:52:in `block in call'
2011-05-25T21:05:22+00:00 app[web.1]: /home/heroku_rack/lib/last_access.rb:15:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /home/heroku_rack/lib/static_assets.rb:9:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/railtie/configurable.rb:28:in `method_missing'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/engine.rb:438:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/rack/content_length.rb:16:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:50:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:65:in `call!'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:181:in `lookup'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:243:in `fetch'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:132:in `forward'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/static.rb:53:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/lock.rb:34:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/runtime.rb:17:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/methodoverride.rb:24:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/rack/logger.rb:13:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/sendfile.rb:102:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0.rc1/lib/active_support/callbacks.rb:81:in `run_callbacks'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0.rc1/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/identity_map.rb:152:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/connection_adapters/abstract/connection_pool.rb:448:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/query_cache.rb:54:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/cookies.rb:321:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/session/abstract/id.rb:190:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/session/abstract/id.rb:195:in `context'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/flash.rb:243:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/head.rb:14:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/conditionalget.rb:25:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/etag.rb:23:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/warden-1.0.4/lib/warden/manager.rb:34:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/warden-1.0.4/lib/warden/manager.rb:34:in `catch'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/warden-1.0.4/lib/warden/manager.rb:35:in `block in call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/sass-3.1.1/lib/sass/plugin/rack.rb:54:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.2.6/lib/omniauth/strategy.rb:30:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.2.6/lib/omniauth/strategy.rb:42:in `call!'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.2.6/lib/omniauth/strategy.rb:68:in `callback_call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/oa-openid-0.2.6/lib/omniauth/strategies/open_id.rb:86:in `callback_phase'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-openid-1.3.1/lib/rack/openid.rb:95:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-openid-1.3.1/lib/rack/openid.rb:143:in `complete_authentication'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-openid-1.3.1/lib/rack/openid.rb:145:in `block in complete_authentication'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer.rb:289:in `complete'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer.rb:289:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer.rb:346:in `handle_idres'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:75:in `id_res'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:315:in `verify_discovery_results'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:420:in `discover_and_verify'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/oa-openid-0.2.6/lib/omniauth/openid/gapps.rb:10:in `discover'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/discovery.rb:494:in `discover'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/discovery.rb:389:in `discover_yadis'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/yadis/discovery.rb:77:in `discover'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:626:in `start'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:637:in `do_start'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:72:in `timeout'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:72:in `join'
2011-05-25T21:05:22+00:00 app[web.1]: -- C level backtrace information -------------------------------------------
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/ruby(rb_vm_bugreport+0x4f) [0x4fc29f]
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/ruby [0x5324ae]
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/ruby(rb_bug+0xb1) [0x532611]
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/ruby [0x49e2e5]
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/ruby [0x5008ee]
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/ruby [0x500d9a]
2011-05-25T21:05:22+00:00 app[web.1]: /lib/libpthread.so.0 [0x7f7f0f371fc7]
2011-05-25T21:05:22+00:00 app[web.1]: /lib/libc.so.6(clone+0x6d) [0x7f7f0e81f64d]
2011-05-25T21:05:22+00:00 app[web.1]:
2011-05-25T21:05:22+00:00 app[web.1]: [NOTE]
2011-05-25T21:05:22+00:00 app[web.1]: You may have encountered a bug in the Ruby interpreter or extension libraries.
2011-05-25T21:05:22+00:00 app[web.1]: Bug reports are welcome.
2011-05-25T21:05:22+00:00 app[web.1]: For details: http://www.ruby-lang.org/bugreport.html
2011-05-25T21:05:22+00:00 app[web.1]:
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:72: [BUG] Segmentation fault
2011-05-25T21:05:22+00:00 app[web.1]: ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]
2011-05-25T21:05:22+00:00 app[web.1]:
2011-05-25T21:05:22+00:00 app[web.1]: -- control frame ----------
2011-05-25T21:05:22+00:00 app[web.1]: c:0100 p:---- s:0527 b:0527 l:000526 d:000526 CFUNC :join
2011-05-25T21:05:22+00:00 app[web.1]: c:0099 p:0147 s:0524 b:0523 l:000a90 d:000a90 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:72
2011-05-25T21:05:22+00:00 app[web.1]: c:0098 p:0026 s:0511 b:0511 l:000510 d:000510 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:87
2011-05-25T21:05:22+00:00 app[web.1]: c:0097 p:0444 s:0505 b:0505 l:000480 d:000480 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:678
2011-05-25T21:05:22+00:00 app[web.1]: c:0096 p:0011 s:0497 b:0497 l:000496 d:000496 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:637
2011-05-25T21:05:22+00:00 app[web.1]: c:0095 p:0048 s:0494 b:0494 l:000493 d:000493 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:626
2011-05-25T21:05:22+00:00 app[web.1]: c:0094 p:0164 s:0491 b:0491 l:000490 d:000490 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/fetchers.rb:195
2011-05-25T21:05:22+00:00 app[web.1]: c:0093 p:0042 s:0479 b:0479 l:000478 d:000478 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/fetchers.rb:89
2011-05-25T21:05:22+00:00 app[web.1]: c:0092 p:0052 s:0472 b:0472 l:000471 d:000471 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/yadis/discovery.rb:77
2011-05-25T21:05:22+00:00 app[web.1]: c:0091 p:0019 s:0465 b:0465 l:000464 d:000464 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/discovery.rb:389
2011-05-25T21:05:22+00:00 app[web.1]: c:0090 p:0183 s:0457 b:0457 l:000456 d:000456 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/discovery.rb:485
2011-05-25T21:05:22+00:00 app[web.1]: c:0089 p:0059 s:0449 b:0449 l:000448 d:000448 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/discovery.rb:494
2011-05-25T21:05:22+00:00 app[web.1]: c:0088 p:0013 s:0443 b:0443 l:000442 d:000442 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-openid-0.2.6/lib/omniauth/openid/gapps.rb:10
2011-05-25T21:05:22+00:00 app[web.1]: c:0087 p:0042 s:0436 b:0436 l:000435 d:000435 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:420
2011-05-25T21:05:22+00:00 app[web.1]: c:0086 p:0091 s:0429 b:0429 l:000425 d:000428 BLOCK /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:357
2011-05-25T21:05:22+00:00 app[web.1]: c:0085 p:0339 s:0426 b:0426 l:000425 d:000425 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:351
2011-05-25T21:05:22+00:00 app[web.1]: c:0084 p:0117 s:0421 b:0421 l:000420 d:000420 METHOD /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:315
2011-05-25T21:05:22+00:00 app[web.1]: c:0044 p:0049 s:0196 b:0196 l:000195 d:000195 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/remote_ip.rb:48
2011-05-25T21:05:22+00:00 app[web.1]: c:0043 p:0017 s:0192 b:0192 l:000191 d:000191 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/show_exceptions.rb:47
2011-05-25T21:05:22+00:00 app[web.1]: c:0042 p:0027 s:0184 b:0184 l:000183 d:000183 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/rack/logger.rb:13
2011-05-25T21:05:22+00:00 app[web.1]: c:0041 p:0155 s:0180 b:0180 l:000179 d:000179 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/methodoverride.rb:24
2011-05-25T21:05:22+00:00 app[web.1]: c:0040 p:0032 s:0174 b:0174 l:000173 d:000173 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/runtime.rb:17
2011-05-25T21:05:22+00:00 app[web.1]: c:0039 p:0068 s:0165 b:0165 l:000164 d:000164 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/lock.rb:34
2011-05-25T21:05:22+00:00 app[web.1]: c:0038 p:0124 s:0159 b:0159 l:000158 d:000158 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/static.rb:53
2011-05-25T21:05:22+00:00 app[web.1]: c:0037 p:0027 s:0153 b:0152 l:000151 d:000151 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:132
2011-05-25T21:05:22+00:00 app[web.1]: c:0036 p:0055 s:0149 b:0149 l:000148 d:000148 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:243
2011-05-25T21:05:22+00:00 app[web.1]: c:0035 p:0201 s:0145 b:0145 l:000144 d:000144 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:181
2011-05-25T21:05:22+00:00 app[web.1]: c:0034 p:0107 s:0140 b:0140 l:000139 d:000139 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:65
2011-05-25T21:05:22+00:00 app[web.1]: c:0033 p:0042 s:0133 b:0133 l:000132 d:000132 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:50
2011-05-25T21:05:22+00:00 app[web.1]: c:0032 p:0015 s:0129 b:0129 l:000128 d:000128 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/rack/content_length.rb:16
2011-05-25T21:05:22+00:00 app[web.1]: c:0031 p:0032 s:0120 b:0120 l:000119 d:000119 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/engine.rb:438
2011-05-25T21:05:22+00:00 app[web.1]: c:0030 p:0021 s:0116 b:0116 l:000115 d:000115 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/railtie/configurable.rb:28
2011-05-25T21:05:22+00:00 app[web.1]: c:0029 p:---- s:0111 b:0111 l:000110 d:000110 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0028 p:0015 s:0109 b:0109 l:000108 d:000108 METHOD /home/heroku_rack/lib/static_assets.rb:9
2011-05-25T21:05:22+00:00 app[web.1]: c:0027 p:0053 s:0104 b:0104 l:000103 d:000103 METHOD /home/heroku_rack/lib/last_access.rb:15
2011-05-25T21:05:22+00:00 app[web.1]: c:0024 p:---- s:0091 b:0091 l:000090 d:000090 CFUNC :each
2011-05-25T21:05:22+00:00 app[web.1]: c:0023 p:0058 s:0088 b:0088 l:000087 d:000087 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/urlmap.rb:46
2011-05-25T21:05:22+00:00 app[web.1]: c:0022 p:0038 s:0079 b:0079 l:000078 d:000078 METHOD /home/heroku_rack/lib/date_header.rb:14
2011-05-25T21:05:22+00:00 app[web.1]: c:0021 p:0019 s:0071 b:0071 l:000070 d:000070 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/builder.rb:134
2011-05-25T21:05:22+00:00 app[web.1]: c:0020 p:0020 s:0067 b:0067 l:000058 d:000066 BLOCK /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:76
2011-05-25T21:05:22+00:00 app[web.1]: c:0019 p:---- s:0065 b:0065 l:000064 d:000064 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0018 p:---- s:0063 b:0063 l:000062 d:000062 CFUNC :catch
2011-05-25T21:05:22+00:00 app[web.1]: c:0017 p:0064 s:0059 b:0059 l:000058 d:000058 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:74
2011-05-25T21:05:22+00:00 app[web.1]: c:0016 p:0088 s:0055 b:0054 l:000053 d:000053 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:57
2011-05-25T21:05:22+00:00 app[web.1]: c:0015 p:0036 s:0051 b:0051 l:000050 d:000050 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:42
2011-05-25T21:05:22+00:00 app[web.1]: c:0014 p:---- s:0046 b:0046 l:000045 d:000045 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0013 p:---- s:0044 b:0044 l:000043 d:000043 CFUNC :run_machine
2011-05-25T21:05:22+00:00 app[web.1]: c:0012 p:0248 s:0041 b:0041 l:000040 d:000040 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256
2011-05-25T21:05:22+00:00 app[web.1]: c:0011 p:0066 s:0034 b:0034 l:000d20 d:000d20 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/backends/base.rb:57
2011-05-25T21:05:22+00:00 app[web.1]: c:0010 p:0143 s:0030 b:0030 l:000029 d:000029 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/server.rb:156
2011-05-25T21:05:22+00:00 app[web.1]: c:0009 p:0481 s:0027 b:0027 l:000180 d:000180 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/controllers/controller.rb:80
2011-05-25T21:05:22+00:00 app[web.1]: c:0008 p:0283 s:0023 b:0023 l:000022 d:000022 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:177
2011-05-25T21:05:22+00:00 app[web.1]: c:0007 p:0037 s:0018 b:0018 l:000017 d:000017 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:143
2011-05-25T21:05:22+00:00 app[web.1]: c:0006 p:0042 s:0015 b:0015 l:000014 d:000014 TOP /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/bin/thin:6
2011-05-25T21:05:22+00:00 app[web.1]: c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :load
2011-05-25T21:05:22+00:00 app[web.1]: c:0003 p:0127 s:0007 b:0007 l:000678 d:000180 EVAL /usr/ruby1.9.2/bin/thin:19
2011-05-25T21:05:22+00:00 app[web.1]: c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
2011-05-25T21:05:22+00:00 app[web.1]: c:0001 p:0000 s:0002 b:0002 l:000678 d:000678 TOP
2011-05-25T21:05:22+00:00 app[web.1]: ---------------------------
2011-05-25T21:05:22+00:00 app[web.1]: -- Ruby level backtrace information ----------------------------------------
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/thin:19:in `<main>'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/bin/thin:19:in `load'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/bin/thin:6:in `<top (required)>'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:143:in `run!'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:181:in `lookup'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:243:in `fetch'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb:132:in `forward'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/static.rb:53:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/lock.rb:34:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/runtime.rb:17:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/methodoverride.rb:24:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0.rc1/lib/rails/rack/logger.rb:13:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/sendfile.rb:102:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0.rc1/lib/active_support/callbacks.rb:81:in `run_callbacks'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0.rc1/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/identity_map.rb:152:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/connection_adapters/abstract/connection_pool.rb:448:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0.rc1/lib/active_record/query_cache.rb:54:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/cookies.rb:321:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/session/abstract/id.rb:190:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.0.beta2/lib/rack/session/abstract/id.rb:195:in `context'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0.rc1/lib/action_dispatch/middleware/head.rb:14:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/sass-3.1.1/lib/sass/plugin/rack.rb:54:in `call'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/oa-openid-0.2.6/lib/omniauth/strategies/open_id.rb:86:in `callback_phase'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/consumer/idres.rb:59:in `initialize'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/yadis/discovery.rb:77:in `discover'
2011-05-25T21:05:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/ruby-openid-2.1.8/lib/openid/fetchers.rb:89:in `fetch'
2011-05-25T21:05:22+00:00 app[web.1]: /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:637:in `do_start'
2011-05-25T21:05:22+00:00 app[web.1]:
2011-05-25T21:05:22+00:00 app[web.1]: /lib/libc.so.6(clone+0x6d) [0x7f7f0e81f64d]
2011-05-25T21:05:22+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET whotouse-staging.heroku.com/users/auth/google_apps/callback dyno=web.1 queue=0 wait=0ms service=0ms bytes=0
2011-05-25T21:05:22+00:00 heroku[web.1]: Process exited
2011-05-25T14:05:23-07:00 heroku[web.1]: State changed from up to crashed
2011-05-25T14:05:23-07:00 heroku[web.1]: State changed from crashed to created
2011-05-25T14:05:23-07:00 heroku[web.1]: State changed from created to starting
2011-05-25T21:05:28+00:00 heroku[web.1]: Starting process with command: `thin -p 54070 -e production -R /home/heroku_rack/heroku.ru start`
2011-05-25T21:05:41+00:00 app[web.1]: >> Thin web server (v1.2.6 codename Crazy Delicious)
2011-05-25T21:05:41+00:00 app[web.1]: >> Maximum connections set to 1024
2011-05-25T21:05:41+00:00 app[web.1]: >> Listening on 0.0.0.0:54070, CTRL+C to stop
2011-05-25T14:05:41-07:00 heroku[web.1]: State changed from starting to up
@hakunin
Copy link

hakunin commented Sep 16, 2011

We seem to have similar problem, did you solve yours? Can you shed some light on it please? Thanks!

@rnaud
Copy link

rnaud commented Sep 16, 2011

Same problem here :/

@hakunin
Copy link

hakunin commented Sep 16, 2011

Rnaud: I'm sorry to hear that, but maybe we can help each other. Lets gather what we know:

  1. This happened to us when users were using Twitter login on Heroku.
  2. We were on free Heroku so we thought we need to buy Dynos. We bought two, the problem stayed.
  3. It doesn't happen to us on local machines, only the server
  4. We had somewhat more users using the site when that happened. But not exactly sure how many. So this might be unrelated to the number of users or triggered with even very low # of users.
  5. We got this error when more people started using the app, not sure if gem version change triggered this.

What can you say about the problem Rnaud?

@rnaud
Copy link

rnaud commented Sep 16, 2011

I think this started happening after I updated the omniauth gem with a bundle update.
The error hasn't reproduced in the past 30 minutes I think.
But think is a stack error, I do not want to be away when something similar reappears.

@hakunin
Copy link

hakunin commented Sep 16, 2011

Thanks for comment! We get one of these very ofen, I would say 1 out of 4. Will try using older omniauth when I get to my dev machine.

@hakunin
Copy link

hakunin commented Sep 19, 2011

Our trace looks like this:

2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/oauth-0.4.5/lib/oauth/tokens/request_token.rb:18:in `get_access_token'
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:637:in `do_start'
2011-09-19T13:01:06+00:00 app[web.2]: -- C level backtrace information -------------------------------------------
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/ruby(rb_vm_bugreport+0x4f) [0x4fc29f]
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/ruby [0x5324ae]
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/ruby(rb_bug+0xb1) [0x532611]
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/ruby [0x49e2e5]
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/ruby [0x5008ee]
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/ruby [0x500d9a]
2011-09-19T13:01:06+00:00 app[web.2]: /lib/libpthread.so.0 [0x7f7a703e9fc7]
2011-09-19T13:01:06+00:00 app[web.2]: /lib/libc.so.6(clone+0x6d) [0x7f7a6f89764d]
2011-09-19T13:01:06+00:00 app[web.2]: 
2011-09-19T13:01:06+00:00 app[web.2]: [NOTE]
2011-09-19T13:01:06+00:00 app[web.2]: You may have encountered a bug in the Ruby interpreter or extension libraries.
2011-09-19T13:01:06+00:00 app[web.2]: Bug reports are welcome.
2011-09-19T13:01:06+00:00 app[web.2]: For details: http://www.ruby-lang.org/bugreport.html
2011-09-19T13:01:06+00:00 app[web.2]: 
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:678: [BUG] Segmentation fault
2011-09-19T13:01:06+00:00 app[web.2]: ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]

-09-19T13:01:06+00:00 app[web.2]: 
2011-09-19T13:01:06+00:00 app[web.2]: -- control frame ----------
2011-09-19T13:01:06+00:00 app[web.2]: c:0081 p:---- s:0418 b:0418 l:000417 d:000417 CFUNC  :connect
2011-09-19T13:01:06+00:00 app[web.2]: c:0080 p:0011 s:0415 b:0415 l:001620 d:000414 BLOCK  /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:678
2011-09-19T13:01:06+00:00 app[web.2]: c:0079 p:0109 s:0413 b:0413 l:002680 d:002680 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:57
2011-09-19T13:01:06+00:00 app[web.2]: c:0078 p:0026 s:0401 b:0401 l:000400 d:000400 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:87
2011-09-19T13:01:06+00:00 app[web.2]: c:0077 p:0444 s:0395 b:0395 l:001620 d:001620 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:678
2011-09-19T13:01:06+00:00 app[web.2]: c:0076 p:0011 s:0387 b:0387 l:000386 d:000386 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:637
2011-09-19T13:01:06+00:00 app[web.2]: c:0075 p:0048 s:0384 b:0384 l:000383 d:000383 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:626
2011-09-19T13:01:06+00:00 app[web.2]: c:0074 p:0025 s:0381 b:0381 l:000380 d:000380 METHOD /usr/ruby1.9.2/lib/ruby/1.9.1/net/http.rb:1168
2011-09-19T13:01:06+00:00 app[web.2]: c:0073 p:0165 s:0374 b:0374 l:000373 d:000373 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oauth-0.4.5/lib/oauth/consumer.rb:164
2011-09-19T13:01:06+00:00 app[web.2]: c:0072 p:0028 s:0360 b:0360 l:000359 d:000359 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oauth-0.4.5/lib/oauth/consumer.rb:197
2011-09-19T13:01:06+00:00 app[web.2]: c:0069 p:0082 s:0338 b:0338 l:000337 d:000337 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.3.0.rc3/lib/omniauth/strategy.rb:68
2011-09-19T13:01:06+00:00 app[web.2]: c:0068 p:0200 s:0335 b:0335 l:000334 d:000334 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.3.0.rc3/lib/omniauth/strategy.rb:42
2011-09-19T13:01:06+00:00 app[web.2]: c:0067 p:0019 s:0331 b:0331 l:000330 d:000330 METHOD /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.3.0.rc3/lib/omniauth/strategy.rb:30
2011-09-19T13:01:06+00:00 app[web.2]: c:0063 p:---- s:0313 b:0313 l:000312 d:000312 FINISH
2011-09-19T13:01:06+00:00 app[web.2]: c:0057 p:0093 s:0280 b:0280 l:000279 d:000279 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_dispatch/middleware/head.rb:14
2011-09-19T13:01:06+00:00 app[web.2]: c:0056 p:0046 s:0273 b:0273 l:000272 d:000272 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_dispatch/middleware/params_parser.rb:21
2011-09-19T13:01:06+00:00 app[web.2]: c:0055 p:0054 s:0268 b:0268 l:000267 d:000267 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_dispatch/middleware/flash.rb:243
2011-09-19T13:01:06+00:00 app[web.2]: c:0051 p:0064 s:0240 b:0240 l:000239 d:000239 METHOD /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0/lib/active_record/query_cache.rb:62
2011-09-19T13:01:06+00:00 app[web.2]: c:0048 p:0155 s:0221 b:0221 l:000220 d:000220 METHOD /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:392
2011-09-19T13:01:06+00:00 app[web.2]: c:0045 p:0015 s:0201 b:0201 l:000200 d:000200 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.3/lib/rack/sendfile.rb:101
2011-09-19T13:01:06+00:00 app[web.2]: c:0044 p:0049 s:0191 b:0191 l:000190 d:000190 METHOD /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_dispatch/middleware/remote_ip.rb:48
2011-09-19T13:01:06+00:00 app[web.2]: c:0039 p:0057 s:0160 b:0160 l:000159 d:000159 METHOD /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/cache/strategy/local_cache.rb:72
2011-09-19T13:01:06+00:00 app[web.2]: c:0035 p:0055 s:0140 b:0140 l:000139 d:000139 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.3/lib/rack/cache/context.rb:243
2011-09-19T13:01:06+00:00 app[web.2]: c:0034 p:0201 s:0136 b:0136 l:000135 d:000135 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.3/lib/rack/cache/context.rb:181
2011-09-19T13:01:06+00:00 app[web.2]: c:0031 p:0032 s:0120 b:0120 l:000119 d:000119 METHOD /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/engine.rb:455
2011-09-19T13:01:06+00:00 app[web.2]: c:0023 p:0058 s:0088 b:0088 l:000087 d:000087 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.3/lib/rack/urlmap.rb:46
2011-09-19T13:01:06+00:00 app[web.2]: c:0022 p:0038 s:0079 b:0079 l:000078 d:000078 METHOD /home/heroku_rack/lib/date_header.rb:14
2011-09-19T13:01:06+00:00 app[web.2]: c:0021 p:0019 s:0071 b:0071 l:000070 d:000070 METHOD /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.3/lib/rack/builder.rb:134
2011-09-19T13:01:06+00:00 app[web.2]: c:0020 p:0020 s:0067 b:0067 l:000058 d:000066 BLOCK  /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:76
2011-09-19T13:01:06+00:00 app[web.2]: c:0019 p:---- s:0065 b:0065 l:000064 d:000064 FINISH
2011-09-19T13:01:06+00:00 app[web.2]: c:0017 p:0064 s:0059 b:0059 l:000058 d:000058 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:74
2011-09-19T13:01:06+00:00 app[web.2]: c:0016 p:0088 s:0055 b:0054 l:000053 d:000053 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:57
2011-09-19T13:01:06+00:00 app[web.2]: c:0015 p:0036 s:0051 b:0051 l:000050 d:000050 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:42
2011-09-19T13:01:06+00:00 app[web.2]: c:0014 p:---- s:0046 b:0046 l:000045 d:000045 FINISH
2011-09-19T13:01:06+00:00 app[web.2]: c:0013 p:---- s:0044 b:0044 l:000043 d:000043 CFUNC  :run_machine
2011-09-19T13:01:06+00:00 app[web.2]: c:0012 p:0248 s:0041 b:0041 l:000040 d:000040 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256
2011-09-19T13:01:06+00:00 app[web.2]: c:0011 p:0066 s:0034 b:0034 l:000780 d:000780 METHOD /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/l

2011-09-19T13:01:06+00:00 app[web.2]: -- Ruby level backtrace information ----------------------------------------
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/thin:19:in `<main>'
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/thin:19:in `load'
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb:57:in `process'
2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.3/lib/rack/urlmap.rb:46:in `each'
2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.3/lib/rack/urlmap.rb:52:in `block in call'
2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/rack-cache-1.0.3/lib/rack/cache/context.rb:50:in `call'
2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/a

2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/warden-1.0.5/lib/warden/manager.rb:34:in `call'
2011-09-19T13:01:06+00:00 app[web.2]: /app/.bundle/gems/ruby/1.9.1/gems/oa-core-0.3.0.rc3/lib/omniauth/strategy.rb:30:in `call'
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:87:in `timeout'
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/lib/ruby/1.9.1/timeout.rb:57:in `timeout'
2011-09-19T13:01:06+00:00 app[web.2]: /usr/ruby1.9.2/bin/ruby(rb_vm_bugreport+0x4f) [0x4fc29f]
2011-09-19T13:01:06+00:00 app[web.2]: You may have encountered a bug in the Ruby interpreter or extension libraries.
2011-09-19T13:01:06+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET milk.ly/users/auth/twitter/callback dyno=web.2 queue= wait= service= status=503 bytes=
2011-09-19T13:01:06+00:00 heroku[nginx]: 78.108.155.1 - - [19/Sep/2011:06:01:06 -0700] "GET /users/auth/twitter/callback?oauth_token=exNk4R0VT1UE7VuMAW6swqDywYB8dRAKBEpq2LJgUOc&oauth_verifier=AbWYDZHIoCZqhzkqTywXy8jbcrHpEskuKUsMtfXehLM HTTP/1.1" 503 607 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.12 Safari/535.2" milk.ly
2011-09-19T13:01:06+00:00 heroku[web.2]: Process exited
2011-09-19T13:01:07+00:00 heroku[web.2]: State changed from up to crashed
2011-09-19T13:01:07+00:00 heroku[web.2]: State changed from crashed to created
2011-09-19T13:01:07+00:00 heroku[web.2]: State changed from created to starting

@hakunin
Copy link

hakunin commented Sep 29, 2011

So we wrote to heroku and they told us this was because of Therubyracer gem using too much memory and suggested to switch to cedar. So we switched and the problem did not occur since then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment