Skip to content

Instantly share code, notes, and snippets.

@motdotla
Created August 8, 2009 19:54
Show Gist options
  • Save motdotla/164488 to your computer and use it in GitHub Desktop.
Save motdotla/164488 to your computer and use it in GitHub Desktop.
merb : worker (port 4000) ~ Started request handling: Sat Aug 08 12:47:05 -0700 2009
merb : worker (port 4000) ~ Routed to: {"format"=>nil, "action"=>"show", "controller"=>"users", "_message"=>"BAh7BjoLbm90aWNlIhpGb2xsb3cgd2FzIHN1Y2Nlc3NmdWw=\n", "login"=>"charleslindbergh"}
merb : worker (port 4000) ~ Params: {"format"=>nil, "action"=>"show", "controller"=>"users", "_message"=>"BAh7BjoLbm90aWNlIhpGb2xsb3cgd2FzIHN1Y2Nlc3NmdWw=\n", "login"=>"charleslindbergh"}
merb : worke(5416,0xa05ab720) malloc: *** mmap(size=1868775424) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
merb : worke(5416,0xa05ab720) malloc: *** mmap(size=1868775424) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
merb : worker (port 4000) ~ failed to allocate memory - (NoMemoryError)
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/db.rb:326:in `recv'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/db.rb:326:in `receive_full'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:206:in `object_from_stream'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:191:in `next_object_on_wire'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:157:in `read_objects_off_wire'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:153:in `read_all'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:217:in `send_query_if_needed'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:195:in `refill_via_get_more'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:179:in `num_remaining'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:50:in `more?'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:116:in `to_a'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/document.rb:160:in `find_every'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/document.rb:182:in `find_one'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/document.rb:196:in `find_from_ids'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/document.rb:34:in `find'
/Users/scottmotte/code/merb/twinstang.com/merb/merb-auth/setup.rb:33:in `fetch_user'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-auth-core-1.0.12/lib/merb-auth-core/authentication.rb:42:in `user'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-auth-core-1.0.12/lib/merb-auth-core/session_mixin.rb:30:in `user'
/Users/scottmotte/code/merb/twinstang.com/app/controllers/application.rb:6:in `set_current_user'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/abstract_controller.rb:346:in `send'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/abstract_controller.rb:346:in `_call_filters'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/abstract_controller.rb:338:in `each'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/abstract_controller.rb:338:in `_call_filters'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/abstract_controller.rb:283:in `_dispatch'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/abstract_controller.rb:281:in `catch'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/abstract_controller.rb:281:in `_dispatch'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/merb_controller.rb:252:in `_dispatch'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/dispatcher.rb:100:in `dispatch_action'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/dispatcher.rb:100:in `synchronize'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/dispatcher.rb:100:in `dispatch_action'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/dispatcher.rb:74:in `handle'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/dispatcher.rb:36:in `handle'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/rack/application.rb:17:in `call_without_sass'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/haml-2.2.2/lib/sass/plugin/merb.rb:35:in `call'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/rack/middleware/static.rb:28:in `call'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/rack/handler/mongrel.rb:82:in `process'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/rack/adapter/mongrel.rb:38:in `start_server'
/Users/scottmotte/code/merb/twinstang.com/merb/hacks/run_later.rb:124:in `start_at_port'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/rack/adapter/abstract.rb:128:in `start'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/server.rb:174:in `bootup'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/server.rb:42:in `start'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core.rb:170:in `start'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/bin/merb:11
bin/merb:31:in `load'
bin/merb:31
merb : worker (port 4000) ~ Params: {"format"=>nil, "action"=>"show", "controller"=>"users", "_message"=>"BAh7BjoLbm90aWNlIhpGb2xsb3cgd2FzIHN1Y2Nlc3NmdWw=\n", "login"=>"charleslindbergh"}
merb : worker (port 4000) ~ Worker Thread Crashed with Exception:
no c decoder for this type yet (110) - (TypeError)
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/util/bson.rb:154:in `deserialize'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/util/bson.rb:154:in `deserialize'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:209:in `object_from_stream'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:191:in `next_object_on_wire'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:157:in `read_objects_off_wire'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:153:in `read_all'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:198:in `refill_via_get_more'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:179:in `num_remaining'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:50:in `more?'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/mongodb-mongo-0.10.1/lib/mongo/cursor.rb:116:in `to_a'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/document.rb:160:in `find_every'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/document.rb:33:in `find'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/associations/many_documents_proxy.rb:8:in `find'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/associations/many_documents_proxy.rb:67:in `find_target'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/associations/proxy.rb:51:in `load_target'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/jnunemaker-mongomapper-0.3.2/lib/mongomapper/associations/proxy.rb:41:in `method_missing'
/Users/scottmotte/code/merb/twinstang.com/app/mailers/views/user_mailer/follow.html.erb:9:in `__Users__scottmotte__code__merb__twinstang_com__app__mailers__views__user__mailer__follow_html_erb'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/mixins/render.rb:137:in `send'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/mixins/render.rb:137:in `render'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-mailer-1.0.12/lib/merb-mailer/mail_controller.rb:239:in `render_mail'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-mailer-1.0.12/lib/merb-mailer/mail_controller.rb:233:in `each'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-mailer-1.0.12/lib/merb-mailer/mail_controller.rb:233:in `render_mail'
/Users/scottmotte/code/merb/twinstang.com/app/mailers/user_mailer.rb:11:in `follow'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-action-args-1.0.12/lib/merb-action-args/abstract_controller.rb:42:in `__send__'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-action-args-1.0.12/lib/merb-action-args/abstract_controller.rb:42:in `_call_action'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/controller/abstract_controller.rb:289:in `_dispatch'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-mailer-1.0.12/lib/merb-mailer/mail_controller.rb:321:in `dispatch_and_deliver'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-mailer-1.0.12/lib/merb-mailer/mailer_mixin.rb:21:in `send_mail'
/Users/scottmotte/code/merb/twinstang.com/app/controllers/users.rb:80:in `follow'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:50:in `call'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:50:in `process_queue'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:32:in `initialize'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:31:in `loop'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:31:in `initialize'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:30:in `new'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:30:in `initialize'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:13:in `new'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/dispatch/worker.rb:13:in `start'
/Users/scottmotte/code/merb/twinstang.com/merb/hacks/run_later.rb:13:in `run'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:99:in `run'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/server.rb:172:in `bootup'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core/server.rb:42:in `start'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/lib/merb-core.rb:170:in `start'
/Users/scottmotte/code/merb/twinstang.com/gems/gems/merb-core-1.0.12/bin/merb:11
bin/merb:31:in `load'
bin/merb:31
Restarting Worker Thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment