Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation Fault when running test twice in a row through spork #277

Closed
dvandersluis opened this issue Jul 8, 2012 · 2 comments
Closed

Comments

@dvandersluis
Copy link

Hi, I'm not sure what of this is relevant, but I'm running into an issue where I run a test through spork once and it passes, but twice and the mysql2 gem segfaults. The output is below.

I've been using the shared_db_connection method suggested on the Capybara readme, as well as @ghazel 's monkey patch, but this segfault has never happened until today.

/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:250: [BUG] Segmentation fault
ruby 1.9.3p0 (2011-10-30) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0083 p:0002 s:0437 b:0435 l:000426 d:000434 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/client.rb:23
c:0082 p:---- s:0433 b:0433 l:000432 d:000432 FINISH
c:0081 p:---- s:0437 b:0437 l:000436 d:000436 CFUNC  :connect
c:0080 p:0293 s:0427 b:0427 l:000426 d:000426 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/client.rb:44
c:0079 p:---- s:0416 b:0416 l:000415 d:000415 FINISH
c:0078 p:---- s:0414 b:0414 l:000413 d:000413 CFUNC  :new
c:0077 p:0022 s:0410 b:0410 l:000409 d:000409 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:250
c:0076 p:0021 s:0407 b:0407 l:000406 d:000406 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:78
c:0075 p:0054 s:0404 b:0404 l:000400 d:000403 BLOCK  /home/project/spec/support/shared_db_connection.rb:26
c:0074 p:0016 s:0401 b:0401 l:000400 d:000400 METHOD /home/project/spec/support/shared_db_connection.rb:23
c:0073 p:0012 s:0396 b:0396 l:000375 d:000395 BLOCK  /home/project/spec/support/shared_db_connection.rb:40
c:0072 p:0005 s:0394 b:0394 l:000384 d:000393 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract_adapter.rb:280
c:0071 p:0032 s:0392 b:0392 l:000391 d:000391 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20
c:0070 p:0046 s:0385 b:0385 l:000384 d:000384 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract_adapter.rb:275
c:0069 p:0076 s:0376 b:0376 l:000375 d:000375 METHOD /home/project/spec/support/shared_db_connection.rb:40
c:0068 p:0023 s:0370 b:0370 l:000369 d:000369 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:215
c:0067 p:0022 s:0363 b:0363 l:000362 d:000362 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:224
c:0066 p:0033 s:0357 b:0357 l:000356 d:000356 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/database_statements.rb:18
c:0065 p:0017 s:0351 b:0351 l:000339 d:000350 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/query_cache.rb:61
c:0064 p:0094 s:0349 b:0346 l:000345 d:000345 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/query_cache.rb:75
c:0063 p:0044 s:0340 b:0340 l:000339 d:000339 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/query_cache.rb:61
c:0062 p:0040 s:0333 b:0333 l:000322 d:000332 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/querying.rb:38
c:0061 p:0190 s:0331 b:0331 l:000330 d:000330 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/explain.rb:40
c:0060 p:0015 s:0323 b:0323 l:000322 d:000322 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/querying.rb:37
c:0059 p:0110 s:0318 b:0318 l:000317 d:000317 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/relation.rb:171
c:0058 p:0009 s:0312 b:0312 l:000301 d:000311 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/relation.rb:160
c:0057 p:0190 s:0310 b:0310 l:000309 d:000309 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/explain.rb:40
c:0056 p:0011 s:0302 b:0302 l:000301 d:000301 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/relation.rb:159
c:0055 p:0057 s:0299 b:0299 l:000298 d:000298 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/relation/finder_methods.rb:378
c:0054 p:0126 s:0296 b:0296 l:000295 d:000295 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/relation/finder_methods.rb:122
c:0053 p:0158 s:0292 b:0292 l:000291 d:000291 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/relation/finder_methods.rb:105
c:0052 p:0074 s:0287 b:0287 l:000286 d:000286 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/relation/finder_methods.rb:101
c:0051 p:0023 s:0282 b:0282 l:000281 d:000281 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/querying.rb:5
c:0050 p:0023 s:0277 b:0277 l:000276 d:000276 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/session_store.rb:122
c:0049 p:0018 s:0273 b:0273 l:000265 d:000272 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/session_store.rb:306
c:0048 p:0067 s:0270 b:0270 l:000269 d:000269 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/benchmarkable.rb:50
c:0047 p:0017 s:0266 b:0266 l:000265 d:000265 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/session_store.rb:305
c:0046 p:0028 s:0261 b:0261 l:000260 d:000260 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:246
c:0045 p:0010 s:0255 b:0255 l:000247 d:000254 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/session/abstract_store.rb:47
c:0044 p:0007 s:0253 b:0253 l:000252 d:000252 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/session/abstract_store.rb:55
c:0043 p:0011 s:0248 b:0248 l:000247 d:000247 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/session/abstract_store.rb:47
c:0042 p:0018 s:0244 b:0244 l:000243 d:000243 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:130
c:0041 p:0033 s:0239 b:0239 l:000238 d:000238 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:122
c:0040 p:0011 s:0236 b:0236 l:000235 d:000235 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:59
c:0039 p:0121 s:0236 b:0236 l:000235 d:000235 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:316
c:0038 p:---- s:0220 b:0220 l:000219 d:000219 CFUNC  :update
c:0037 p:0027 s:0215 b:0215 l:000214 d:000214 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:34
c:0036 p:0024 s:0204 b:0204 l:000203 d:000203 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:442
c:0035 p:---- s:0199 b:0199 l:000198 d:000198 FINISH
c:0034 p:---- s:0197 b:0197 l:000196 d:000196 CFUNC  :new
c:0033 p:0067 s:0190 b:0190 l:000189 d:000189 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:475
c:0032 p:---- s:0183 b:0183 l:000182 d:000182 CFUNC  :block_given?
c:0031 p:0096 s:0180 b:0180 l:000179 d:000179 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:410
c:0030 p:0118 s:0173 b:0173 l:000172 d:000172 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405
c:0029 p:0028 s:0162 b:0162 l:000161 d:000161 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/body_proxy.rb:5
c:0028 p:---- s:0157 b:0157 l:000156 d:000156 FINISH
c:0027 p:---- s:0154 b:0154 l:000153 d:000153 CFUNC  :[]=
c:0026 p:---- s:0148 b:0148 l:000147 d:000147 CFUNC  :[]
c:0025 p:0038 s:0144 b:0144 l:000143 d:000143 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/utils.rb:391
c:0024 p:---- s:0134 b:0134 l:000133 d:000133 CFUNC  :each
c:0023 p:---- s:0121 b:0121 l:000120 d:000120 CFUNC  :fdiv
c:0022 p:---- s:0119 b:0119 l:000118 d:000118 CFUNC  :to_f
c:0021 p:---- s:0091 b:0091 l:000090 d:000090 CFUNC  :read
c:0020 p:0012 s:0088 b:0088 l:000076 d:000087 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/sprockets-2.1.3/lib/sprockets/static_asset.rb:13
c:0019 p:---- s:0085 b:0085 l:000084 d:000084 CFUNC  :close
c:0018 p:---- s:0082 b:0082 l:000081 d:000081 CFUNC  :[]
c:0017 p:0024 s:0078 b:0078 l:000077 d:000077 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_specification.
c:0016 p:---- s:0075 b:0075 l:000074 d:000074 CFUNC  :delete
c:0015 p:0049 s:0071 b:0071 l:000070 d:000070 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:114
c:0014 p:0012 s:0066 b:0066 l:000057 d:000065 BLOCK  /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:381
c:0013 p:---- s:0051 b:0051 l:000050 d:000050 CFUNC  :upcase
c:0012 p:0014 s:0048 b:0048 l:000029 d:000047 BLOCK  /usr/local/lib/ruby/1.9.1/webrick/httpresponse.rb:232
c:0011 p:---- s:0044 b:0044 l:000043 d:000043 CFUNC  :nil?
c:0010 p:0187 s:0041 b:0041 l:000040 d:000040 METHOD /usr/local/lib/ruby/1.9.1/webrick/httpversion.rb:31
c:0009 p:---- s:0035 b:0035 l:000034 d:000034 CFUNC  :initialize
c:0008 p:---- s:0033 b:0033 l:000032 d:000032 CFUNC  :new
c:0007 p:0286 s:0030 b:0030 l:000029 d:000029 METHOD /usr/local/lib/ruby/1.9.1/webrick/httprequest.rb:78
c:0006 p:---- s:0026 b:0026 l:000025 d:000025 FINISH
c:0005 p:---- s:0027 b:0027 l:000026 d:000026 CFUNC  :select
c:0004 p:0113 s:0020 b:0020 l:000019 d:000019 METHOD /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:75
c:0003 p:0140 s:0009 b:0009 l:001f68 d:000008 BLOCK  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP

-- Ruby level backtrace information ----------------------------------------
/usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
/usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
/home/me/.bundler/ruby/1.9.1/capybara-5e879b440901/lib/capybara/server.rb:17:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `each'
/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:64:in `block in call'
/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:134:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app'
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:63:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:63:in `call'
/usr/local/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:262:in `block (2 levels) in default_middleware_stack'
/usr/local/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:228:in `reload_dependencies?'
/usr/local/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:228:in `map'
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/file_update_checker.rb:66:in `updated?'
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/file_update_checker.rb:99:in `updated_at'
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/file_update_checker.rb:99:in `[]'

-- C level backtrace information -------------------------------------------
/usr/local/lib/libruby.so.1.9(+0x180608) [0x7fd413a46608] vm_dump.c:796
/usr/local/lib/libruby.so.1.9(+0x62136) [0x7fd413928136] error.c:258
/usr/local/lib/libruby.so.1.9(rb_bug+0xb8) [0x7fd4139282d8] error.c:277
/usr/local/lib/libruby.so.1.9(+0x110485) [0x7fd4139d6485] signal.c:609
/lib/libpthread.so.0(+0xf8f0) [0x7fd4136b88f0]
/usr/lib/libmysqlclient_r.so.16(mysql_slave_send_query+0x25) [0x7fd40f77a5e5] dir.c:207
/usr/lib/libmysqlclient_r.so.16(mysql_send_query+0xab) [0x7fd40f7a757b] hash.c:869
/usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/mysql2.so(+0x4504) [0x7fd40fb3b504] client.c:253
/usr/local/lib/libruby.so.1.9(rb_thread_blocking_region+0x92) [0x7fd413a4c9c2] thread.c:1129
/usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/mysql2.so(+0x37dd) [0x7fd40fb3a7dd] client.c:261
/usr/local/lib/libruby.so.1.9(rb_rescue2+0x16b) [0x7fd41392b93b] eval.c:639
/usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/mysql2.so(+0x4320) [0x7fd40fb3b320] client.c:473
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(rb_yield+0x66) [0x7fd413a3e5f6] vm.c:654
/usr/local/lib/libruby.so.1.9(rb_ary_each+0x57) [0x7fd4138f4277] array.c:1478
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(+0x17911d) [0x7fd413a3f11d] vm.c:624
/usr/local/lib/libruby.so.1.9(+0x179600) [0x7fd413a3f600] vm_eval.c:1247
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(rb_yield+0x66) [0x7fd413a3e5f6] vm.c:654
/usr/local/lib/libruby.so.1.9(rb_ary_each+0x57) [0x7fd4138f4277] array.c:1478
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(rb_yield+0x66) [0x7fd413a3e5f6] vm.c:654
/usr/local/lib/libruby.so.1.9(+0x36605) [0x7fd4138fc605] array.c:2221
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(rb_yield+0x66) [0x7fd413a3e5f6] vm.c:654
/usr/local/lib/libruby.so.1.9(+0x36605) [0x7fd4138fc605] array.c:2221
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(rb_yield+0x66) [0x7fd413a3e5f6] vm.c:654
/usr/local/lib/libruby.so.1.9(+0x36605) [0x7fd4138fc605] array.c:2221
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(rb_yield+0x66) [0x7fd413a3e5f6] vm.c:654
/usr/local/lib/libruby.so.1.9(+0x36605) [0x7fd4138fc605] array.c:2221
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(rb_yield+0x2fc) [0x7fd413a3e88c] vm.c:624
/usr/local/lib/libruby.so.1.9(rb_protect+0xf1) [0x7fd41392b731] eval.c:711
/usr/local/lib/libruby.so.1.9(+0xd89a2) [0x7fd41399e9a2] process.c:2792
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(+0x176a0c) [0x7fd413a3ca0c] vm_eval.c:66
/usr/local/lib/libruby.so.1.9(rb_class_new_instance+0x30) [0x7fd413976490] object.c:1625
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(+0x178bc9) [0x7fd413a3ebc9] vm.c:624
/usr/local/lib/libruby.so.1.9(rb_rescue2+0x16b) [0x7fd41392b93b] eval.c:639
/usr/local/lib/libruby.so.1.9(+0x16aede) [0x7fd413a30ede] vm_eval.c:826
/usr/local/lib/libruby.so.1.9(+0x17b37c) [0x7fd413a4137c] vm_insnhelper.c:404
/usr/local/lib/libruby.so.1.9(+0x170bd9) [0x7fd413a36bd9] insns.def:1015
/usr/local/lib/libruby.so.1.9(+0x174edb) [0x7fd413a3aedb] vm.c:1220
/usr/local/lib/libruby.so.1.9(+0x17637c) [0x7fd413a3c37c] vm.c:624
/usr/local/lib/libruby.so.1.9(+0x187688) [0x7fd413a4d688] thread.c:453
/usr/local/lib/libruby.so.1.9(+0x187812) [0x7fd413a4d812] thread_pthread.c:656
/lib/libpthread.so.0(+0x69ca) [0x7fd4136af9ca]
/lib/libc.so.6(clone+0x6d) [0x7fd412b4470d] rational.c:2115

-- Other runtime information -----------------------------------------------

* Loaded script: /usr/local/bin/spork

* Loaded features:

    0 enumerator.so
    1 /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
    2 /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
    3 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb
    4 /usr/local/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb
    5 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb
    6 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb
    7 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb
    8 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb
    9 /usr/local/lib/ruby/1.9.1/x86_64-linux/pathname.so
   10 /usr/local/lib/ruby/1.9.1/pathname.rb
   11 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/version.rb
   12 /usr/local/lib/ruby/1.9.1/x86_64-linux/etc.so
   13 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb
   14 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb
   15 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb
   16 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb
   17 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb
   18 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb
   19 /usr/local/lib/ruby/1.9.1/x86_64-linux/psych.so
   20 /usr/local/lib/ruby/1.9.1/x86_64-linux/stringio.so
   21 /usr/local/lib/ruby/1.9.1/psych/nodes/node.rb
   22 /usr/local/lib/ruby/1.9.1/psych/nodes/stream.rb
   23 /usr/local/lib/ruby/1.9.1/psych/nodes/document.rb
   24 /usr/local/lib/ruby/1.9.1/psych/nodes/sequence.rb
   25 /usr/local/lib/ruby/1.9.1/psych/nodes/scalar.rb
   ...

* Process memory map:

00400000-00401000 r-xp 00000000 fb:00 2892164                            /usr/local/bin/ruby
00600000-00601000 r--p 00000000 fb:00 2892164                            /usr/local/bin/ruby
00601000-00602000 rw-p 00001000 fb:00 2892164                            /usr/local/bin/ruby
011ec000-284f5000 rw-p 00000000 00:00 0                                  [heap]
7fd3d4000000-7fd3d4dea000 rw-p 00000000 00:00 0
7fd3d4dea000-7fd3d8000000 ---p 00000000 00:00 0
7fd3d8000000-7fd3dbfff000 rw-p 00000000 00:00 0
7fd3dbfff000-7fd3dc000000 ---p 00000000 00:00 0
7fd3dfd73000-7fd3dfd78000 r-xp 00000000 fb:00 7864686                    /lib/libnss_dns-2.11.1.so
7fd3dfd78000-7fd3dff77000 ---p 00005000 fb:00 7864686                    /lib/libnss_dns-2.11.1.so
7fd3dff77000-7fd3dff78000 r--p 00004000 fb:00 7864686                    /lib/libnss_dns-2.11.1.so
7fd3dff78000-7fd3dff79000 rw-p 00005000 fb:00 7864686                    /lib/libnss_dns-2.11.1.so
7fd3dff7f000-7fd3dff80000 ---p 00000000 00:00 0
7fd3dff80000-7fd3e0000000 rw-p 00000000 00:00 0
7fd3e0000000-7fd3e4000000 rw-p 00000000 00:00 0
7fd3e6274000-7fd3e628a000 r-xp 00000000 fb:00 7864698                    /lib/libresolv-2.11.1.so
7fd3e628a000-7fd3e6489000 ---p 00016000 fb:00 7864698                    /lib/libresolv-2.11.1.so
7fd3e6489000-7fd3e648a000 r--p 00015000 fb:00 7864698                    /lib/libresolv-2.11.1.so
7fd3e648a000-7fd3e648b000 rw-p 00016000 fb:00 7864698                    /lib/libresolv-2.11.1.so
7fd3e648b000-7fd3e648d000 rw-p 00000000 00:00 0
7fd3e648d000-7fd3e648e000 ---p 00000000 00:00 0
7fd3e648e000-7fd3e650e000 rw-p 00000000 00:00 0
7fd3e650e000-7fd3e650f000 ---p 00000000 00:00 0
7fd3e650f000-7fd3e658f000 rw-p 00000000 00:00 0
7fd3e658f000-7fd3e6590000 ---p 00000000 00:00 0
7fd3e6590000-7fd3e6610000 rw-p 00000000 00:00 0
7fd3e6610000-7fd3e6611000 ---p 00000000 00:00 0
7fd3e6611000-7fd3e6691000 rw-p 00000000 00:00 0
7fd3e6691000-7fd3e6692000 ---p 00000000 00:00 0
7fd3e6692000-7fd3e6712000 rw-p 00000000 00:00 0
7fd3e6712000-7fd3e6715000 r-xp 00000000 fb:00 2892240                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/utf_16_32.so
7fd3e6715000-7fd3e6915000 ---p 00003000 fb:00 2892240                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/utf_16_32.so
7fd3e6915000-7fd3e6916000 r--p 00003000 fb:00 2892240                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/utf_16_32.so
7fd3e6916000-7fd3e6917000 rw-p 00004000 fb:00 2892240                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/utf_16_32.so
7fd3e6917000-7fd3e6918000 r-xp 00000000 fb:00 6422874                    /usr/local/lib/ruby/gems/1.9.1/gems/faye-websocket-0.4.5/lib/faye_websocket_mask.so
7fd3e6918000-7fd3e6b17000 ---p 00001000 fb:00 6422874                    /usr/local/lib/ruby/gems/1.9.1/gems/faye-websocket-0.4.5/lib/faye_websocket_mask.so
7fd3e6b17000-7fd3e6b18000 r--p 00000000 fb:00 6422874                    /usr/local/lib/ruby/gems/1.9.1/gems/faye-websocket-0.4.5/lib/faye_websocket_mask.so
7fd3e6b18000-7fd3e6b19000 rw-p 00001000 fb:00 6422874                    /usr/local/lib/ruby/gems/1.9.1/gems/faye-websocket-0.4.5/lib/faye_websocket_mask.so
7fd3e6b19000-7fd3e6b49000 r-xp 00000000 fb:00 6422772                    /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/rubyeventmachine.so
7fd3e6b49000-7fd3e6d48000 ---p 00030000 fb:00 6422772                    /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/rubyeventmachine.so
7fd3e6d48000-7fd3e6d4a000 r--p 0002f000 fb:00 6422772                    /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/rubyeventmachine.so
7fd3e6d4a000-7fd3e6d4c000 rw-p 00031000 fb:00 6422772                    /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/rubyeventmachine.so
7fd3e6d4c000-7fd3e6d53000 r-xp 00000000 fb:00 6422975                    /usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/lib/ruby_http_parser.so
7fd3e6d53000-7fd3e6f53000 ---p 00007000 fb:00 6422975                    /usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/lib/ruby_http_parser.so
7fd3e6f53000-7fd3e6f54000 r--p 00007000 fb:00 6422975                    /usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/lib/ruby_http_parser.so
7fd3e6f54000-7fd3e6f55000 rw-p 00008000 fb:00 6422975                    /usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/lib/ruby_http_parser.so
7fd3e6f55000-7fd3e6f56000 r-xp 00000000 fb:00 2892194                    /usr/local/lib/ruby/1.9.1/x86_64-linux/coverage.so
7fd3e6f56000-7fd3e7156000 ---p 00001000 fb:00 2892194                    /usr/local/lib/ruby/1.9.1/x86_64-linux/coverage.so
7fd3e7156000-7fd3e7157000 r--p 00001000 fb:00 2892194                    /usr/local/lib/ruby/1.9.1/x86_64-linux/coverage.so
7fd3e7157000-7fd3e7158000 rw-p 00002000 fb:00 2892194                    /usr/local/lib/ruby/1.9.1/x86_64-linux/coverage.so
7fd3e7158000-7fd3e7159000 ---p 00000000 00:00 0
7fd3e7159000-7fd3e71d9000 rw-p 00000000 00:00 0
7fd3e71d9000-7fd3e71da000 ---p 00000000 00:00 0
7fd3e71da000-7fd3e725a000 rw-p 00000000 00:00 0
7fd3e725a000-7fd3e725b000 ---p 00000000 00:00 0
7fd3e725b000-7fd3e72db000 rw-p 00000000 00:00 0
7fd3e72db000-7fd3e72e7000 r-xp 00000000 fb:00 7864687                    /lib/libnss_files-2.11.1.so
7fd3e72e7000-7fd3e74e6000 ---p 0000c000 fb:00 7864687                    /lib/libnss_files-2.11.1.so
7fd3e74e6000-7fd3e74e7000 r--p 0000b000 fb:00 7864687                    /lib/libnss_files-2.11.1.so
7fd3e74e7000-7fd3e74e8000 rw-p 0000c000 fb:00 7864687                    /lib/libnss_files-2.11.1.so
7fd3e74e8000-7fd3e74e9000 ---p 00000000 00:00 0
7fd3e74e9000-7fd3e7ce9000 rw-p 00000000 00:00 0
7fd3e7ce9000-7fd3e7cec000 r-xp 00000000 fb:00 2892249                    /usr/local/lib/ruby/1.9.1/x86_64-linux/syslog.so
7fd3e7cec000-7fd3e7eeb000 ---p 00003000 fb:00 2892249                    /usr/local/lib/ruby/1.9.1/x86_64-linux/syslog.so
7fd3e7eeb000-7fd3e7eec000 r--p 00002000 fb:00 2892249                    /usr/local/lib/ruby/1.9.1/x86_64-linux/syslog.so
7fd3e7eec000-7fd3e7eed000 rw-p 00003000 fb:00 2892249                    /usr/local/lib/ruby/1.9.1/x86_64-linux/syslog.so
7fd3e7eed000-7fd3e7eee000 r-xp 00000000 fb:00 2892175                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/sha2.so
7fd3e7eee000-7fd3e80ee000 ---p 00001000 fb:00 2892175                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/sha2.so
7fd3e80ee000-7fd3e80ef000 r--p 00001000 fb:00 2892175                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/sha2.so
7fd3e80ef000-7fd3e80f0000 rw-p 00002000 fb:00 2892175                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/sha2.so
7fd3e80f0000-7fd3e8106000 r-xp 00000000 fb:00 2892224                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
7fd3e8106000-7fd3e8305000 ---p 00016000 fb:00 2892224                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
7fd3e8305000-7fd3e830a000 r--p 00015000 fb:00 2892224                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
7fd3e830a000-7fd3e830b000 rw-p 0001a000 fb:00 2892224                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
7fd3e830b000-7fd3e830f000 r-xp 00000000 fb:00 2892248                    /usr/local/lib/ruby/1.9.1/x86_64-linux/racc/cparse.so
7fd3e830f000-7fd3e850e000 ---p 00004000 fb:00 2892248                    /usr/local/lib/ruby/1.9.1/x86_64-linux/racc/cparse.so
7fd3e850e000-7fd3e850f000 r--p 00003000 fb:00 2892248                    /usr/local/lib/ruby/1.9.1/x86_64-linux/racc/cparse.so
7fd3e850f000-7fd3e8510000 rw-p 00004000 fb:00 2892248                    /usr/local/lib/ruby/1.9.1/x86_64-linux/racc/cparse.so
7fd3e8510000-7fd3e8513000 r-xp 00000000 fb:00 7864586                    /lib/libgpg-error.so.0.4.0
7fd3e8513000-7fd3e8712000 ---p 00003000 fb:00 7864586                    /lib/libgpg-error.so.0.4.0
7fd3e8712000-7fd3e8713000 r--p 00002000 fb:00 7864586                    /lib/libgpg-error.so.0.4.0
7fd3e8713000-7fd3e8714000 rw-p 00003000 fb:00 7864586                    /lib/libgpg-error.so.0.4.0
7fd3e8714000-7fd3e8789000 r-xp 00000000 fb:00 7864584                    /lib/libgcrypt.so.11.5.2
7fd3e8789000-7fd3e8988000 ---p 00075000 fb:00 7864584                    /lib/libgcrypt.so.11.5.2
7fd3e8988000-7fd3e8989000 r--p 00074000 fb:00 7864584                    /lib/libgcrypt.so.11.5.2
7fd3e8989000-7fd3e898c000 rw-p 00075000 fb:00 7864584                    /lib/libgcrypt.so.11.5.2
7fd3e898c000-7fd3e8ad2000 r-xp 00000000 fb:00 2887476                    /usr/lib/libxml2.so.2.7.6
7fd3e8ad2000-7fd3e8cd1000 ---p 00146000 fb:00 2887476                    /usr/lib/libxml2.so.2.7.6
7fd3e8cd1000-7fd3e8cd9000 r--p 00145000 fb:00 2887476                    /usr/lib/libxml2.so.2.7.6
7fd3e8cd9000-7fd3e8cdb000 rw-p 0014d000 fb:00 2887476                    /usr/lib/libxml2.so.2.7.6
7fd3e8cdb000-7fd3e8cdc000 rw-p 00000000 00:00 0
7fd3e8cdc000-7fd3e8d16000 r-xp 00000000 fb:00 2900080                    /usr/lib/libxslt.so.1.1.26
7fd3e8d16000-7fd3e8f15000 ---p 0003a000 fb:00 2900080                    /usr/lib/libxslt.so.1.1.26
7fd3e8f15000-7fd3e8f16000 r--p 00039000 fb:00 2900080                    /usr/lib/libxslt.so.1.1.26
7fd3e8f16000-7fd3e8f17000 rw-p 0003a000 fb:00 2900080                    /usr/lib/libxslt.so.1.1.26
7fd3e8f17000-7fd3e8f2a000 r-xp 00000000 fb:00 2900079                    /usr/lib/libexslt.so.0.8.15
7fd3e8f2a000-7fd3e9129000 ---p 00013000 fb:00 2900079                    /usr/lib/libexslt.so.0.8.15
7fd3e9129000-7fd3e912a000 r--p 00012000 fb:00 2900079                    /usr/lib/libexslt.so.0.8.15
7fd3e912a000-7fd3e912b000 rw-p 00013000 fb:00 2900079                    /usr/lib/libexslt.so.0.8.15
7fd3e912b000-7fd3e9144000 r-xp 00000000 fb:00 6423304                    /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.4/lib/nokogiri/nokogiri.so
7fd3e9144000-7fd3e9344000 ---p 00019000 fb:00 6423304                    /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.4/lib/nokogiri/nokogiri.so
7fd3e9344000-7fd3e9345000 r--p 00019000 fb:00 6423304                    /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.4/lib/nokogiri/nokogiri.so
7fd3e9345000-7fd3e9346000 rw-p 0001a000 fb:00 6423304                    /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.4/lib/nokogiri/nokogiri.so
7fd3e9346000-7fd3e934e000 r-xp 00000000 fb:00 6296789                    /usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.3/lib/json/ext/generator.so
7fd3e934e000-7fd3e954d000 ---p 00008000 fb:00 6296789                    /usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.3/lib/json/ext/generator.so
7fd3e954d000-7fd3e954e000 r--p 00007000 fb:00 6296789                    /usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.3/lib/json/ext/generator.so
7fd3e954e000-7fd3e954f000 rw-p 00008000 fb:00 6296789                    /usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.3/lib/json/ext/generator.so
7fd3e954f000-7fd3e9550000 r-xp 00000000 fb:00 2892217                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7fd3e9550000-7fd3e974f000 ---p 00001000 fb:00 2892217                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7fd3e974f000-7fd3e9750000 r--p 00000000 fb:00 2892217                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7fd3e9750000-7fd3e9751000 rw-p 00001000 fb:00 2892217                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7fd3e9751000-7fd3e9752000 r-xp 00000000 fb:00 2892202                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7fd3e9752000-7fd3e9951000 ---p 00001000 fb:00 2892202                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7fd3e9951000-7fd3e9952000 r--p 00000000 fb:00 2892202                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7fd3e9952000-7fd3e9953000 rw-p 00001000 fb:00 2892202                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7fd3e9953000-7fd3e9954000 r-xp 00000000 fb:00 2892222                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7fd3e9954000-7fd3e9b54000 ---p 00001000 fb:00 2892222                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7fd3e9b54000-7fd3e9b55000 r--p 00001000 fb:00 2892222                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7fd3e9b55000-7fd3e9b56000 rw-p 00002000 fb:00 2892222                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7fd3e9b56000-7fd3e9b57000 r-xp 00000000 fb:00 2892220                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7fd3e9b57000-7fd3e9d57000 ---p 00001000 fb:00 2892220                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7fd3e9d57000-7fd3e9d58000 r--p 00001000 fb:00 2892220                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7fd3e9d58000-7fd3e9d59000 rw-p 00002000 fb:00 2892220                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7fd3e9d59000-7fd3e9d5f000 r-xp 00000000 fb:00 6296790                    /usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.3/lib/json/ext/parser.so
7fd3e9d5f000-7fd3e9f5e000 ---p 00006000 fb:00 6296790                    /usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.3/lib/json/ext/parser.so
7fd3e9f5e000-7fd3e9f5f000 r--p 00005000 fb:00 6296790                    /usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.3/lib/json/ext/parser.so
7fd3e9f5f000-7fd3e9f60000 rw-p 00006000 fb:00 6296790                    /usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.3/lib/json/ext/parser.so
7fd3e9f60000-7fd3e9f61000 ---p 00000000 00:00 0
7fd3e9f61000-7fd3ea823000 rw-p 00000000 00:00 0
7fd3ea823000-7fd3ea863000 rwxp 00000000 00:00 0
7fd3ea863000-7fd40c000000 ---p 00000000 00:00 0
7fd40c000000-7fd40c100000 rw-p 00000000 00:00 0
7fd40c100000-7fd40d000000 ---p 00000000 00:00 0
7fd40d000000-7fd40d100000 rw-p 00000000 00:00 0
7fd40d100000-7fd40e823000 ---p 00000000 00:00 0
7fd40e823000-7fd40e839000 r-xp 00000000 fb:00 7864375                    /lib/libgcc_s.so.1
7fd40e839000-7fd40ea38000 ---p 00016000 fb:00 7864375                    /lib/libgcc_s.so.1
7fd40ea38000-7fd40ea39000 r--p 00015000 fb:00 7864375                    /lib/libgcc_s.so.1
7fd40ea39000-7fd40ea3a000 rw-p 00016000 fb:00 7864375                    /lib/libgcc_s.so.1
7fd40ea3a000-7fd40eb30000 r-xp 00000000 fb:00 2885133                    /usr/lib/libstdc++.so.6.0.13
7fd40eb30000-7fd40ed30000 ---p 000f6000 fb:00 2885133                    /usr/lib/libstdc++.so.6.0.13
7fd40ed30000-7fd40ed37000 r--p 000f6000 fb:00 2885133                    /usr/lib/libstdc++.so.6.0.13
7fd40ed37000-7fd40ed39000 rw-p 000fd000 fb:00 2885133                    /usr/lib/libstdc++.so.6.0.13
7fd40ed39000-7fd40ed4e000 rw-p 00000000 00:00 0
7fd40ed4e000-7fd40f0df000 r-xp 00000000 fb:00 5245196                    /usr/local/lib/ruby/gems/1.9.1/gems/therubyracer-0.9.10/ext/v8/v8.so
7fd40f0df000-7fd40f2df000 ---p 00391000 fb:00 5245196                    /usr/local/lib/ruby/gems/1.9.1/gems/therubyracer-0.9.10/ext/v8/v8.so
7fd40f2df000-7fd40f302000 r--p 00391000 fb:00 5245196                    /usr/local/lib/ruby/gems/1.9.1/gems/therubyracer-0.9.10/ext/v8/v8.so
7fd40f302000-7fd40f305000 rw-p 003b4000 fb:00 5245196                    /usr/local/lib/ruby/gems/1.9.1/gems/therubyracer-0.9.10/ext/v8/v8.so
7fd40f305000-7fd40f309000 rw-p 00000000 00:00 0
7fd40f309000-7fd40f30a000 r-xp 00000000 fb:00 2892174                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
7fd40f30a000-7fd40f509000 ---p 00001000 fb:00 2892174                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
7fd40f509000-7fd40f50a000 r--p 00000000 fb:00 2892174                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
7fd40f50a000-7fd40f50b000 rw-p 00001000 fb:00 2892174                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
7fd40f50b000-7fd40f522000 r-xp 00000000 fb:00 7864683                    /lib/libnsl-2.11.1.so
7fd40f522000-7fd40f721000 ---p 00017000 fb:00 7864683                    /lib/libnsl-2.11.1.so
7fd40f721000-7fd40f722000 r--p 00016000 fb:00 7864683                    /lib/libnsl-2.11.1.so
7fd40f722000-7fd40f723000 rw-p 00017000 fb:00 7864683                    /lib/libnsl-2.11.1.so
7fd40f723000-7fd40f725000 rw-p 00000000 00:00 0
7fd40f725000-7fd40f8e6000 r-xp 00000000 fb:00 2889910                    /usr/lib/libmysqlclient_r.so.16.0.0
7fd40f8e6000-7fd40fae6000 ---p 001c1000 fb:00 2889910                    /usr/lib/libmysqlclient_r.so.16.0.0
7fd40fae6000-7fd40faeb000 r--p 001c1000 fb:00 2889910                    /usr/lib/libmysqlclient_r.so.16.0.0
7fd40faeb000-7fd40fb35000 rw-p 001c6000 fb:00 2889910                    /usr/lib/libmysqlclient_r.so.16.0.0
7fd40fb35000-7fd40fb37000 rw-p 00000000 00:00 0
7fd40fb37000-7fd40fb3e000 r-xp 00000000 fb:00 5509483                    /usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/mysql2.so
7fd40fb3e000-7fd40fd3d000 ---p 00007000 fb:00 5509483                    /usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/mysql2.so
7fd40fd3d000-7fd40fd3e000 r--p 00006000 fb:00 5509483                    /usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/mysql2.so
7fd40fd3e000-7fd40fd3f000 rw-p 00007000 fb:00 5509483                    /usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/lib/mysql2/mysql2.so
7fd40fd3f000-7fd40fd40000 r-xp 00000000 fb:00 2892228                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/escape.so
7fd40fd40000-7fd40ff40000 ---p 00001000 fb:00 2892228                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/escape.so
7fd40ff40000-7fd40ff41000 r--p 00001000 fb:00 2892228                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/escape.so
7fd40ff41000-7fd40ff42000 rw-p 00002000 fb:00 2892228                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/escape.so
7fd40ff42000-7fd40ff55000 r-xp 00000000 fb:00 2892180                    /usr/local/lib/ruby/1.9.1/x86_64-linux/bigdecimal.so
7fd40ff55000-7fd410154000 ---p 00013000 fb:00 2892180                    /usr/local/lib/ruby/1.9.1/x86_64-linux/bigdecimal.so
7fd410154000-7fd410155000 r--p 00012000 fb:00 2892180                    /usr/local/lib/ruby/1.9.1/x86_64-linux/bigdecimal.so
7fd410155000-7fd410156000 rw-p 00013000 fb:00 2892180                    /usr/local/lib/ruby/1.9.1/x86_64-linux/bigdecimal.so
7fd410156000-7fd4101a1000 r-xp 00000000 fb:00 7864421                    /lib/libssl.so.0.9.8
7fd4101a1000-7fd4103a0000 ---p 0004b000 fb:00 7864421                    /lib/libssl.so.0.9.8
7fd4103a0000-7fd4103a2000 r--p 0004a000 fb:00 7864421                    /lib/libssl.so.0.9.8
7fd4103a2000-7fd4103a7000 rw-p 0004c000 fb:00 7864421                    /lib/libssl.so.0.9.8
7fd4103a7000-7fd4103a8000 rw-p 00000000 00:00 0
7fd4103a8000-7fd4103f4000 r-xp 00000000 fb:00 2892250                    /usr/local/lib/ruby/1.9.1/x86_64-linux/openssl.so
7fd4103f4000-7fd4105f3000 ---p 0004c000 fb:00 2892250                    /usr/local/lib/ruby/1.9.1/x86_64-linux/openssl.so
7fd4105f3000-7fd4105f4000 r--p 0004b000 fb:00 2892250                    /usr/local/lib/ruby/1.9.1/x86_64-linux/openssl.so
7fd4105f4000-7fd4105f6000 rw-p 0004c000 fb:00 2892250                    /usr/local/lib/ruby/1.9.1/x86_64-linux/openssl.so
7fd4105f6000-7fd4105f7000 rw-p 00000000 00:00 0
7fd4105f7000-7fd4105f8000 r-xp 00000000 fb:00 2892170                    /usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.so
7fd4105f8000-7fd4107f7000 ---p 00001000 fb:00 2892170                    /usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.so
7fd4107f7000-7fd4107f8000 r--p 00000000 fb:00 2892170                    /usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.so
7fd4107f8000-7fd4107f9000 rw-p 00001000 fb:00 2892170                    /usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.so
7fd4107f9000-7fd41081c000 r-xp 00000000 fb:00 2892183                    /usr/local/lib/ruby/1.9.1/x86_64-linux/socket.so
7fd41081c000-7fd410a1b000 ---p 00023000 fb:00 2892183                    /usr/local/lib/ruby/1.9.1/x86_64-linux/socket.so
7fd410a1b000-7fd410a1c000 r--p 00022000 fb:00 2892183                    /usr/local/lib/ruby/1.9.1/x86_64-linux/socket.so
7fd410a1c000-7fd410a1d000 rw-p 00023000 fb:00 2892183                    /usr/local/lib/ruby/1.9.1/x86_64-linux/socket.so
7fd410a1d000-7fd410a2c000 r-xp 00000000 fb:00 2892184                    /usr/local/lib/ruby/1.9.1/x86_64-linux/zlib.so
7fd410a2c000-7fd410c2b000 ---p 0000f000 fb:00 2892184                    /usr/local/lib/ruby/1.9.1/x86_64-linux/zlib.so
7fd410c2b000-7fd410c2c000 r--p 0000e000 fb:00 2892184                    /usr/local/lib/ruby/1.9.1/x86_64-linux/zlib.so
7fd410c2c000-7fd410c2d000 rw-p 0000f000 fb:00 2892184                    /usr/local/lib/ruby/1.9.1/x86_64-linux/zlib.so
7fd410c2d000-7fd410c2f000 r-xp 00000000 fb:00 2892213                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
7fd410c2f000-7fd410e2e000 ---p 00002000 fb:00 2892213                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
7fd410e2e000-7fd410e2f000 r--p 00001000 fb:00 2892213                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
7fd410e2f000-7fd410e30000 rw-p 00002000 fb:00 2892213                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
7fd410e30000-7fd410e33000 r-xp 00000000 fb:00 2892171                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest.so
7fd410e33000-7fd411033000 ---p 00003000 fb:00 2892171                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest.so
7fd411033000-7fd411034000 r--p 00003000 fb:00 2892171                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest.so
7fd411034000-7fd411035000 rw-p 00004000 fb:00 2892171                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest.so
7fd411035000-7fd41104b000 r-xp 00000000 fb:00 7864556                    /lib/libz.so.1.2.3.3
7fd41104b000-7fd41124a000 ---p 00016000 fb:00 7864556                    /lib/libz.so.1.2.3.3
7fd41124a000-7fd41124b000 r--p 00015000 fb:00 7864556                    /lib/libz.so.1.2.3.3
7fd41124b000-7fd41124c000 rw-p 00016000 fb:00 7864556                    /lib/libz.so.1.2.3.3
7fd41124c000-7fd4113b4000 r-xp 00000000 fb:00 7864420                    /lib/libcrypto.so.0.9.8
7fd4113b4000-7fd4115b3000 ---p 00168000 fb:00 7864420                    /lib/libcrypto.so.0.9.8
7fd4115b3000-7fd4115c0000 r--p 00167000 fb:00 7864420                    /lib/libcrypto.so.0.9.8
7fd4115c0000-7fd4115d8000 rw-p 00174000 fb:00 7864420                    /lib/libcrypto.so.0.9.8
7fd4115d8000-7fd4115dc000 rw-p 00000000 00:00 0
7fd4115dc000-7fd4115dd000 r-xp 00000000 fb:00 2892177                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/sha1.so
7fd4115dd000-7fd4117dc000 ---p 00001000 fb:00 2892177                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/sha1.so
7fd4117dc000-7fd4117dd000 r--p 00000000 fb:00 2892177                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/sha1.so
7fd4117dd000-7fd4117de000 rw-p 00001000 fb:00 2892177                    /usr/local/lib/ruby/1.9.1/x86_64-linux/digest/sha1.so
7fd4117de000-7fd411812000 r-xp 00000000 fb:00 2892172                    /usr/local/lib/ruby/1.9.1/x86_64-linux/date_core.so
7fd411812000-7fd411a11000 ---p 00034000 fb:00 2892172                    /usr/local/lib/ruby/1.9.1/x86_64-linux/date_core.so
7fd411a11000-7fd411a12000 r--p 00033000 fb:00 2892172                    /usr/local/lib/ruby/1.9.1/x86_64-linux/date_core.so
7fd411a12000-7fd411a13000 rw-p 00034000 fb:00 2892172                    /usr/local/lib/ruby/1.9.1/x86_64-linux/date_core.so
7fd411a13000-7fd411a14000 rw-p 00000000 00:00 0
7fd411a14000-7fd411a19000 r-xp 00000000 fb:00 2892178                    /usr/local/lib/ruby/1.9.1/x86_64-linux/strscan.so
7fd411a19000-7fd411c19000 ---p 00005000 fb:00 2892178                    /usr/local/lib/ruby/1.9.1/x86_64-linux/strscan.so
7fd411c19000-7fd411c1a000 r--p 00005000 fb:00 2892178                    /usr/local/lib/ruby/1.9.1/x86_64-linux/strscan.so
7fd411c1a000-7fd411c1b000 rw-p 00006000 fb:00 2892178                    /usr/local/lib/ruby/1.9.1/x86_64-linux/strscan.so
7fd411c1b000-7fd411c22000 r-xp 00000000 fb:00 2892181                    /usr/local/lib/ruby/1.9.1/x86_64-linux/stringio.so
7fd411c22000-7fd411e21000 ---p 00007000 fb:00 2892181                    /usr/local/lib/ruby/1.9.1/x86_64-linux/stringio.so
7fd411e21000-7fd411e22000 r--p 00006000 fb:00 2892181                    /usr/local/lib/ruby/1.9.1/x86_64-linux/stringio.so
7fd411e22000-7fd411e23000 rw-p 00007000 fb:00 2892181                    /usr/local/lib/ruby/1.9.1/x86_64-linux/stringio.so
7fd411e23000-7fd411e42000 r-xp 00000000 fb:00 2900124                    /usr/local/lib/libyaml-0.so.2.0.2
7fd411e42000-7fd412041000 ---p 0001f000 fb:00 2900124                    /usr/local/lib/libyaml-0.so.2.0.2
7fd412041000-7fd412042000 r--p 0001e000 fb:00 2900124                    /usr/local/lib/libyaml-0.so.2.0.2
7fd412042000-7fd412043000 rw-p 0001f000 fb:00 2900124                    /usr/local/lib/libyaml-0.so.2.0.2
7fd412043000-7fd412048000 r-xp 00000000 fb:00 2892186                    /usr/local/lib/ruby/1.9.1/x86_64-linux/psych.so
7fd412048000-7fd412248000 ---p 00005000 fb:00 2892186                    /usr/local/lib/ruby/1.9.1/x86_64-linux/psych.so
7fd412248000-7fd412249000 r--p 00005000 fb:00 2892186                    /usr/local/lib/ruby/1.9.1/x86_64-linux/psych.so
7fd412249000-7fd41224a000 rw-p 00006000 fb:00 2892186                    /usr/local/lib/ruby/1.9.1/x86_64-linux/psych.so
7fd41224a000-7fd41224d000 r-xp 00000000 fb:00 2892193                    /usr/local/lib/ruby/1.9.1/x86_64-linux/etc.so
7fd41224d000-7fd41244c000 ---p 00003000 fb:00 2892193                    /usr/local/lib/ruby/1.9.1/x86_64-linux/etc.so
7fd41244c000-7fd41244d000 r--p 00002000 fb:00 2892193                    /usr/local/lib/ruby/1.9.1/x86_64-linux/etc.so
7fd41244d000-7fd41244e000 rw-p 00003000 fb:00 2892193                    /usr/local/lib/ruby/1.9.1/x86_64-linux/etc.so
7fd41244e000-7fd412456000 r-xp 00000000 fb:00 2892191                    /usr/local/lib/ruby/1.9.1/x86_64-linux/pathname.so
7fd412456000-7fd412655000 ---p 00008000 fb:00 2892191                    /usr/local/lib/ruby/1.9.1/x86_64-linux/pathname.so
7fd412655000-7fd412656000 r--p 00007000 fb:00 2892191                    /usr/local/lib/ruby/1.9.1/x86_64-linux/pathname.so
7fd412656000-7fd412657000 rw-p 00008000 fb:00 2892191                    /usr/local/lib/ruby/1.9.1/x86_64-linux/pathname.so
7fd412657000-7fd412659000 r-xp 00000000 fb:00 2892229                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7fd412659000-7fd412859000 ---p 00002000 fb:00 2892229                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7fd412859000-7fd41285a000 r--p 00002000 fb:00 2892229                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7fd41285a000-7fd41285b000 rw-p 00003000 fb:00 2892229                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7fd41285b000-7fd41285d000 r-xp 00000000 fb:00 2892209                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7fd41285d000-7fd412a5c000 ---p 00002000 fb:00 2892209                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7fd412a5c000-7fd412a5d000 r--p 00001000 fb:00 2892209                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7fd412a5d000-7fd412a5e000 rw-p 00002000 fb:00 2892209                    /usr/local/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7fd412a5e000-7fd412bd8000 r-xp 00000000 fb:00 7864673                    /lib/libc-2.11.1.so
7fd412bd8000-7fd412dd7000 ---p 0017a000 fb:00 7864673                    /lib/libc-2.11.1.so
7fd412dd7000-7fd412ddb000 r--p 00179000 fb:00 7864673                    /lib/libc-2.11.1.so
7fd412ddb000-7fd412ddc000 rw-p 0017d000 fb:00 7864673                    /lib/libc-2.11.1.so
7fd412ddc000-7fd412de1000 rw-p 00000000 00:00 0
7fd412de1000-7fd412e63000 r-xp 00000000 fb:00 7864680                    /lib/libm-2.11.1.so
7fd412e63000-7fd413062000 ---p 00082000 fb:00 7864680                    /lib/libm-2.11.1.so
7fd413062000-7fd413063000 r--p 00081000 fb:00 7864680                    /lib/libm-2.11.1.so
7fd413063000-7fd413064000 rw-p 00082000 fb:00 7864680                    /lib/libm-2.11.1.so
7fd413064000-7fd41306d000 r-xp 00000000 fb:00 7864675                    /lib/libcrypt-2.11.1.so
7fd41306d000-7fd41326d000 ---p 00009000 fb:00 7864675                    /lib/libcrypt-2.11.1.so
7fd41326d000-7fd41326e000 r--p 00009000 fb:00 7864675                    /lib/libcrypt-2.11.1.so
7fd41326e000-7fd41326f000 rw-p 0000a000 fb:00 7864675                    /lib/libcrypt-2.11.1.so
7fd41326f000-7fd41329d000 rw-p 00000000 00:00 0
7fd41329d000-7fd41329f000 r-xp 00000000 fb:00 7864678                    /lib/libdl-2.11.1.so
7fd41329f000-7fd41349f000 ---p 00002000 fb:00 7864678                    /lib/libdl-2.11.1.so
7fd41349f000-7fd4134a0000 r--p 00002000 fb:00 7864678                    /lib/libdl-2.11.1.so
7fd4134a0000-7fd4134a1000 rw-p 00003000 fb:00 7864678                    /lib/libdl-2.11.1.so
7fd4134a1000-7fd4134a8000 r-xp 00000000 fb:00 7864699                    /lib/librt-2.11.1.so
7fd4134a8000-7fd4136a7000 ---p 00007000 fb:00 7864699                    /lib/librt-2.11.1.so
7fd4136a7000-7fd4136a8000 r--p 00006000 fb:00 7864699                    /lib/librt-2.11.1.so
7fd4136a8000-7fd4136a9000 rw-p 00007000 fb:00 7864699                    /lib/librt-2.11.1.so
7fd4136a9000-7fd4136c1000 r-xp 00000000 fb:00 7864697                    /lib/libpthread-2.11.1.so
7fd4136c1000-7fd4138c0000 ---p 00018000 fb:00 7864697                    /lib/libpthread-2.11.1.so
7fd4138c0000-7fd4138c1000 r--p 00017000 fb:00 7864697                    /lib/libpthread-2.11.1.so
7fd4138c1000-7fd4138c2000 rw-p 00018000 fb:00 7864697                    /lib/libpthread-2.11.1.so
7fd4138c2000-7fd4138c6000 rw-p 00000000 00:00 0
7fd4138c6000-7fd413ad9000 r-xp 00000000 fb:00 2892165                    /usr/local/lib/libruby.so.1.9.1
7fd413ad9000-7fd413cd8000 ---p 00213000 fb:00 2892165                    /usr/local/lib/libruby.so.1.9.1
7fd413cd8000-7fd413cdd000 r--p 00212000 fb:00 2892165                    /usr/local/lib/libruby.so.1.9.1
7fd413cdd000-7fd413ce1000 rw-p 00217000 fb:00 2892165                    /usr/local/lib/libruby.so.1.9.1
7fd413ce1000-7fd413cfd000 rw-p 00000000 00:00 0
7fd413cfd000-7fd413d1d000 r-xp 00000000 fb:00 7864393                    /lib/ld-2.11.1.so
7fd413d44000-7fd413dc4000 rw-p 00000000 00:00 0
7fd413dc4000-7fd413dc5000 ---p 00000000 00:00 0
7fd413dc5000-7fd413dc8000 rw-p 00000000 00:00 0
7fd413e48000-7fd413e49000 ---p 00000000 00:00 0
7fd413e49000-7fd413ec9000 rw-p 00000000 00:00 0
7fd413ec9000-7fd413ed0000 r--s 00000000 fb:00 2885889                    /usr/lib/gconv/gconv-modules.cache
7fd413ed0000-7fd413f0f000 r--p 00000000 fb:00 3017868                    /usr/lib/locale/en_CA.utf8/LC_CTYPE
7fd413f0f000-7fd413f14000 rw-p 00000000 00:00 0
7fd413f19000-7fd413f1c000 rw-p 00000000 00:00 0
7fd413f1c000-7fd413f1d000 r--p 0001f000 fb:00 7864393                    /lib/ld-2.11.1.so
7fd413f1d000-7fd413f1e000 rw-p 00020000 fb:00 7864393                    /lib/ld-2.11.1.so
7fd413f1e000-7fd413f1f000 rw-p 00000000 00:00 0
7fffe8fac000-7fffe8fc3000 rw-p 00000000 00:00 0                          [stack]
7fffe8fff000-7fffe9000000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]


[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
@dvandersluis
Copy link
Author

I occasionally get other segfaults while testing, without any discernable consistency:

[BUG] Segmentation fault
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0073 p:0009 s:0294 b:0294 l:000293 d:000293 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:250
SEGV received in SEGV handler
c:0072 p:0021 s:0291 b:0291 l:000290 d:000290 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/mysql2_adapter.rb:78

@sodabrew
Copy link
Collaborator

Closing due to inactivity, and because we probably fixed the underlying issues in 0.3.12/0.3.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants