brianmario / mysql2

A modern, simple and very fast Mysql library for Ruby - binding to libmysql
http://github.com/brianmario/mysql2
MIT License
2.25k stars 551 forks source link

Segmentation fault while accessing result.field #750

Closed hrushikesh198 closed 8 years ago

hrushikesh198 commented 8 years ago
2016-04-21 07:28:32 Executing SQL:
create table marketplace_daily_lpp_aux(
  primary key(base_id, source_id, division, super_department, department, category, sub_category)) as (
  select base_id, source_id, division, super_department, department, category, sub_category, sum(un_lpp) un_lpp,
    sum(view_count) view_count, count(*) pp_count
  from marketplace_daily_lpp_item
  group by base_id, source_id, division, super_department, department, category, sub_category)
completed in 0.263975193s, #rows 0
2016-04-21 07:28:32 hierarchical_aggregation on table marketplace_daily_lpp_aux started
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:86: [BUG] Segmentation fault
ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0015 p:---- s:0088 b:0088 l:000087 d:000087 CFUNC  :fields
c:0014 p:0070 s:0085 b:0084 l:001670 d:0017a0 BLOCK  /mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:86
c:0013 p:---- s:0081 b:0081 l:000080 d:000080 FINISH
c:0012 p:---- s:0079 b:0079 l:000078 d:000078 CFUNC  :loop
c:0011 p:0103 s:0076 b:0076 l:001670 d:001718 BLOCK  /mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:80
c:0010 p:---- s:0068 b:0068 l:000067 d:000067 FINISH
c:0009 p:---- s:0066 b:0066 l:000065 d:000065 CFUNC  :each
c:0008 p:0142 s:0063 b:0063 l:001670 d:001670 METHOD /mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:72
c:0007 p:0022 s:0055 b:0055 l:000054 d:000054 METHOD /mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:233
c:0006 p:0079 s:0051 b:0051 l:000050 d:000050 METHOD /mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:248
c:0005 p:0461 s:0039 b:0039 l:000038 d:000038 METHOD dashboard/db/marketplace_view_with_shipping_latest.rb:707
c:0004 p:0206 s:0023 b:0023 l:000022 d:000022 METHOD dashboard/db/marketplace_view_with_shipping_latest.rb:793
c:0003 p:0572 s:0016 b:0016 l:000188 d:0001d8 EVAL   dashboard/db/marketplace_view_with_shipping_latest.rb:809
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:000188 d:000188 TOP   

-- Ruby level backtrace information ----------------------------------------
dashboard/db/marketplace_view_with_shipping_latest.rb:809:in `<main>'
dashboard/db/marketplace_view_with_shipping_latest.rb:793:in `revenue_generating_items_view_creation'
dashboard/db/marketplace_view_with_shipping_latest.rb:707:in `rev_gen_lpp'
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:248:in `hierarchical_aggregation'
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:233:in `get_fields_from_table'
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:72:in `query'
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:72:in `each'
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:80:in `block in query'
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:80:in `loop'
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:86:in `block (2 levels) in query'
/mnt/home/user123/dashboard_cron/dashboard/db/utils.rb:86:in `fields'

-- C level backtrace information -------------------------------------------
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x17de67) [0x7f4be5895e67] vm_dump.c:796
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x5edf4) [0x7f4be5776df4] error.c:258
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(rb_bug+0xb8) [0x7f4be5776f98] error.c:277
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x10cd1d) [0x7f4be5824d1d] signal.c:644
/lib64/libpthread.so.0(+0xf7e0) [0x7f4be550a7e0]
/lib64/libc.so.6(memcpy+0xa0) [0x7f4be4929740]
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x11c8d7) [0x7f4be58348d7] string.c:402
/home/user123/.rvm/gems/ruby-1.9.3-p551/extensions/x86_64-linux/1.9.1/mysql2-0.4.3/mysql2/mysql2.so(+0x794b) [0x7f4bdddb494b] result.c:198
/home/user123/.rvm/gems/ruby-1.9.3-p551/extensions/x86_64-linux/1.9.1/mysql2-0.4.3/mysql2/mysql2.so(+0x7a08) [0x7f4bdddb4a08] result.c:761
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x17c5ef) [0x7f4be58945ef] vm_insnhelper.c:404
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x16dac4) [0x7f4be5885ac4] insns.def:1018
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x172588) [0x7f4be588a588] vm.c:1236
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x1763f9) [0x7f4be588e3f9] vm.c:640
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(rb_rescue2+0x16b) [0x7f4be577a66b] eval.c:647
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x1684ce) [0x7f4be58804ce] vm_eval.c:863
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x17c5ef) [0x7f4be58945ef] vm_insnhelper.c:404
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x16dac4) [0x7f4be5885ac4] insns.def:1018
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x172588) [0x7f4be588a588] vm.c:1236
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(rb_yield+0x66) [0x7f4be588de26] vm.c:670
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0xdb8f1) [0x7f4be57f38f1] range.c:491
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x17c5ef) [0x7f4be58945ef] vm_insnhelper.c:404
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x16dac4) [0x7f4be5885ac4] insns.def:1018
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x172588) [0x7f4be588a588] vm.c:1236
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(rb_iseq_eval_main+0x290) [0x7f4be588a9c0] vm.c:1478
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(+0x629d2) [0x7f4be577a9d2] eval.c:204
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(ruby_exec_node+0x1d) [0x7f4be577a9fd] eval.c:251
/mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/../lib/libruby.so.1.9(ruby_run_node+0x1e) [0x7f4be577c30e] eval.c:244
ruby() [0x4008fb]
/lib64/libc.so.6(__libc_start_main+0xfd) [0x7f4be48bed5d]
ruby() [0x4007e9]

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

* Loaded script: dashboard/db/marketplace_view_with_shipping_latest.rb

* Loaded features:

    0 enumerator.so
    1 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
    2 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
    3 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb
    4 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/thread.rb
    5 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/compatibility.rb
    6 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb
    7 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb
    8 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb
    9 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/version.rb
   10 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb
   11 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb
   12 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/basic_specification.rb
   13 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/stub_specification.rb
   14 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/util/stringio.rb
   15 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb
   16 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb
   17 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_gem.rb
   18 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/monitor.rb
   19 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb
   20 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems.rb
   21 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb
   22 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb
   23 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/date_core.so
   24 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/date/format.rb
   25 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/date.rb
   26 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/bigdecimal.so
   27 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mysql2-0.4.3/lib/mysql2/version.rb
   28 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mysql2-0.4.3/lib/mysql2/error.rb
   29 /home/user123/.rvm/gems/ruby-1.9.3-p551/extensions/x86_64-linux/1.9.1/mysql2-0.4.3/mysql2/mysql2.so
   30 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mysql2-0.4.3/lib/mysql2/result.rb
   31 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mysql2-0.4.3/lib/mysql2/client.rb
   32 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mysql2-0.4.3/lib/mysql2/field.rb
   33 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mysql2-0.4.3/lib/mysql2/statement.rb
   34 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mysql2-0.4.3/lib/mysql2.rb
   35 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/shellwords.rb
   36 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri/common.rb
   37 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri/generic.rb
   38 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri/ftp.rb
   39 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri/http.rb
   40 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri/https.rb
   41 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri/ldap.rb
   42 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri/ldaps.rb
   43 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri/mailto.rb
   44 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/uri.rb
   45 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/socket.so
   46 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/socket.rb
   47 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/timeout.rb
   48 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/net/protocol.rb
   49 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest.so
   50 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/digest.rb
   51 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
   52 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/openssl.so
   53 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/openssl/bn.rb
   54 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/openssl/cipher.rb
   55 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/stringio.so
   56 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/openssl/config.rb
   57 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/openssl/digest.rb
   58 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/openssl/buffering.rb
   59 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/fcntl.so
   60 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/openssl/ssl-internal.rb
   61 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/openssl/x509-internal.rb
   62 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/openssl.rb
   63 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/net/smtp.rb
   64 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/logger.rb
   65 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mime-types-2.99.1/lib/mime/types/logger.rb
   66 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mime-types-2.99.1/lib/mime/types/deprecations.rb
   67 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mime-types-2.99.1/lib/mime/type.rb
   68 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mime-types-2.99.1/lib/mime/types/cache.rb
   69 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mime-types-2.99.1/lib/mime/types/loader_path.rb
   70 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mime-types-2.99.1/lib/mime/types/loader.rb
   71 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/json/version.rb
   72 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/json/common.rb
   73 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
   74 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
   75 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
   76 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
   77 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
   78 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
   79 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/json/ext.rb
   80 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/json.rb
   81 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mime-types-2.99.1/lib/mime/types.rb
   82 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/version_specific/ruby_1_9.rb
   83 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/version.rb
   84 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/core_extensions/nil.rb
   85 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/core_extensions/object.rb
   86 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/core_extensions/string.rb
   87 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/indifferent_hash.rb
   88 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/core_extensions/string/access.rb
   89 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/multibyte/exceptions.rb
   90 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/multibyte/chars.rb
   91 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/multibyte/unicode.rb
   92 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/multibyte/utils.rb
   93 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/multibyte.rb
   94 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/core_extensions/string/multibyte.rb
   95 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/constants.rb
   96 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/utilities.rb
   97 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/singleton.rb
   98 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/configuration.rb
   99 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/network/retriever_methods/base.rb
  100 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/network.rb
  101 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/syntax_error.rb
  102 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/psych.so
  103 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/nodes/node.rb
  104 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/nodes/stream.rb
  105 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/nodes/document.rb
  106 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/nodes/sequence.rb
  107 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/nodes/scalar.rb
  108 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/nodes/mapping.rb
  109 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/nodes/alias.rb
  110 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/nodes.rb
  111 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/streaming.rb
  112 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/visitor.rb
  113 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/strscan.so
  114 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/scalar_scanner.rb
  115 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/to_ruby.rb
  116 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/emitter.rb
  117 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb
  118 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/json/ruby_events.rb
  119 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/json_tree.rb
  120 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/depth_first.rb
  121 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors.rb
  122 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/handler.rb
  123 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/tree_builder.rb
  124 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/parser.rb
  125 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/omap.rb
  126 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/set.rb
  127 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/coder.rb
  128 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/core_ext.rb
  129 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/deprecated.rb
  130 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/stream.rb
  131 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/json/yaml_events.rb
  132 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/json/tree_builder.rb
  133 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/json/stream.rb
  134 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/handlers/document_stream.rb
  135 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych.rb
  136 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/yaml.rb
  137 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/message.rb
  138 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/part.rb
  139 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/header.rb
  140 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/parts_list.rb
  141 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/attachments_list.rb
  142 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/body.rb
  143 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields.rb
  144 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/common/address_container.rb
  145 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/common/common_address.rb
  146 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/common/common_field.rb
  147 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/structured_field.rb
  148 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/to_field.rb
  149 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/cc_field.rb
  150 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/bcc_field.rb
  151 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/common/common_message_id.rb
  152 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/message_id_field.rb
  153 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/in_reply_to_field.rb
  154 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/references_field.rb
  155 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/unstructured_field.rb
  156 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/subject_field.rb
  157 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/comments_field.rb
  158 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/keywords_field.rb
  159 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/common/common_date.rb
  160 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/date_field.rb
  161 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/from_field.rb
  162 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/sender_field.rb
  163 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/reply_to_field.rb
  164 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/resent_date_field.rb
  165 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/resent_from_field.rb
  166 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/resent_sender_field.rb
  167 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/resent_to_field.rb
  168 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/resent_cc_field.rb
  169 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/resent_bcc_field.rb
  170 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/resent_message_id_field.rb
  171 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/return_path_field.rb
  172 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/received_field.rb
  173 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/mime_version_field.rb
  174 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/content_transfer_encoding_field.rb
  175 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/content_description_field.rb
  176 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/common/parameter_hash.rb
  177 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/content_disposition_field.rb
  178 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/content_type_field.rb
  179 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/content_id_field.rb
  180 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/fields/content_location_field.rb
  181 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/field.rb
  182 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/field_list.rb
  183 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/envelope.rb
  184 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/elements.rb
  185 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/encodings.rb
  186 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/encodings/transfer_encoding.rb
  187 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/encodings/binary.rb
  188 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/encodings/8bit.rb
  189 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/encodings/7bit.rb
  190 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/encodings/base64.rb
  191 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/encodings/quoted_printable.rb
  192 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/encodings/unix_to_unix.rb
  193 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/matchers/has_sent_mail.rb
  194 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail/mail.rb
  195 /home/user123/.rvm/gems/ruby-1.9.3-p551/gems/mail-2.6.3/lib/mail.rb
  196 /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/open3.rb
  197 /mnt/home/user123/dashboard_cron/dashboard/db/utils.rb
  198 /mnt/home/user123/dashboard_cron/dashboard/src/lib/level_util.rb

* Process memory map:

00400000-00401000 r-xp 00000000 fc:10 6816035                            /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/ruby
00600000-00601000 rw-p 00000000 fc:10 6816035                            /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/bin/ruby
0215d000-03aa1000 rw-p 00000000 00:00 0                                  [heap]
7f4bd1e47000-7f4bd4000000 rw-p 00000000 00:00 0 
7f4bd4000000-7f4bd4021000 rw-p 00000000 00:00 0 
7f4bd4021000-7f4bd8000000 ---p 00000000 00:00 0 
7f4bd94ec000-7f4bd95ed000 rw-p 00000000 00:00 0 
7f4bd95ed000-7f4bd95f2000 r-xp 00000000 fc:01 132054                     /lib64/libnss_dns-2.12.so
7f4bd95f2000-7f4bd97f1000 ---p 00005000 fc:01 132054                     /lib64/libnss_dns-2.12.so
7f4bd97f1000-7f4bd97f2000 r--p 00004000 fc:01 132054                     /lib64/libnss_dns-2.12.so
7f4bd97f2000-7f4bd97f3000 rw-p 00005000 fc:01 132054                     /lib64/libnss_dns-2.12.so
7f4bd97f3000-7f4bd97f8000 r-xp 00000000 fc:10 6816977                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/strscan.so
7f4bd97f8000-7f4bd99f7000 ---p 00005000 fc:10 6816977                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/strscan.so
7f4bd99f7000-7f4bd99f8000 rw-p 00004000 fc:10 6816977                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/strscan.so
7f4bd99f8000-7f4bd9a17000 r-xp 00000000 fc:01 132478                     /usr/lib64/libyaml-0.so.2.0.4
7f4bd9a17000-7f4bd9c16000 ---p 0001f000 fc:01 132478                     /usr/lib64/libyaml-0.so.2.0.4
7f4bd9c16000-7f4bd9c17000 rw-p 0001e000 fc:01 132478                     /usr/lib64/libyaml-0.so.2.0.4
7f4bd9c17000-7f4bd9c1d000 r-xp 00000000 fc:10 6816986                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/psych.so
7f4bd9c1d000-7f4bd9e1c000 ---p 00006000 fc:10 6816986                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/psych.so
7f4bd9e1c000-7f4bd9e1d000 rw-p 00005000 fc:10 6816986                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/psych.so
7f4bd9e1d000-7f4bd9e26000 r-xp 00000000 fc:10 6817000                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
7f4bd9e26000-7f4bda025000 ---p 00009000 fc:10 6817000                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
7f4bda025000-7f4bda026000 rw-p 00008000 fc:10 6817000                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
7f4bda026000-7f4bda027000 r-xp 00000000 fc:10 6816968                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7f4bda027000-7f4bda226000 ---p 00001000 fc:10 6816968                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7f4bda226000-7f4bda227000 rw-p 00000000 fc:10 6816968                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7f4bda227000-7f4bda228000 r-xp 00000000 fc:10 6816959                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7f4bda228000-7f4bda427000 ---p 00001000 fc:10 6816959                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7f4bda427000-7f4bda428000 rw-p 00000000 fc:10 6816959                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7f4bda428000-7f4bda429000 r-xp 00000000 fc:10 6816931                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7f4bda429000-7f4bda629000 ---p 00001000 fc:10 6816931                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7f4bda629000-7f4bda62a000 rw-p 00001000 fc:10 6816931                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7f4bda62a000-7f4bda62b000 r-xp 00000000 fc:10 6816925                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7f4bda62b000-7f4bda82b000 ---p 00001000 fc:10 6816925                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7f4bda82b000-7f4bda82c000 rw-p 00001000 fc:10 6816925                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7f4bda82c000-7f4bda831000 r-xp 00000000 fc:10 6816999                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
7f4bda831000-7f4bdaa31000 ---p 00005000 fc:10 6816999                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
7f4bdaa31000-7f4bdaa32000 rw-p 00005000 fc:10 6816999                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
7f4bdaa32000-7f4bdaa33000 r-xp 00000000 fc:10 6816918                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/fcntl.so
7f4bdaa33000-7f4bdac32000 ---p 00001000 fc:10 6816918                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/fcntl.so
7f4bdac32000-7f4bdac33000 rw-p 00000000 fc:10 6816918                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/fcntl.so
7f4bdac33000-7f4bdac3a000 r-xp 00000000 fc:10 6816987                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/stringio.so
7f4bdac3a000-7f4bdae39000 ---p 00007000 fc:10 6816987                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/stringio.so
7f4bdae39000-7f4bdae3a000 rw-p 00006000 fc:10 6816987                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/stringio.so
7f4bdae3a000-7f4bdae7f000 r-xp 00000000 fc:10 6817007                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/openssl.so
7f4bdae7f000-7f4bdb07f000 ---p 00045000 fc:10 6817007                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/openssl.so
7f4bdb07f000-7f4bdb080000 r--p 00045000 fc:10 6817007                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/openssl.so
7f4bdb080000-7f4bdb082000 rw-p 00046000 fc:10 6817007                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/openssl.so
7f4bdb082000-7f4bdb083000 rw-p 00000000 00:00 0 
7f4bdb083000-7f4bdb086000 r-xp 00000000 fc:10 6816975                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest.so
7f4bdb086000-7f4bdb286000 ---p 00003000 fc:10 6816975                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest.so
7f4bdb286000-7f4bdb287000 rw-p 00003000 fc:10 6816975                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest.so
7f4bdb287000-7f4bdb2a4000 r-xp 00000000 fc:01 132274                     /lib64/libselinux.so.1
7f4bdb2a4000-7f4bdb4a3000 ---p 0001d000 fc:01 132274                     /lib64/libselinux.so.1
7f4bdb4a3000-7f4bdb4a4000 r--p 0001c000 fc:01 132274                     /lib64/libselinux.so.1
7f4bdb4a4000-7f4bdb4a5000 rw-p 0001d000 fc:01 132274                     /lib64/libselinux.so.1
7f4bdb4a5000-7f4bdb4a6000 rw-p 00000000 00:00 0 
7f4bdb4a6000-7f4bdb4bc000 r-xp 00000000 fc:01 133844                     /lib64/libresolv-2.12.so
7f4bdb4bc000-7f4bdb6bc000 ---p 00016000 fc:01 133844                     /lib64/libresolv-2.12.so
7f4bdb6bc000-7f4bdb6bd000 r--p 00016000 fc:01 133844                     /lib64/libresolv-2.12.so
7f4bdb6bd000-7f4bdb6be000 rw-p 00017000 fc:01 133844                     /lib64/libresolv-2.12.so
7f4bdb6be000-7f4bdb6c0000 rw-p 00000000 00:00 0 
7f4bdb6c0000-7f4bdb6c2000 r-xp 00000000 fc:01 133891                     /lib64/libkeyutils.so.1.3
7f4bdb6c2000-7f4bdb8c1000 ---p 00002000 fc:01 133891                     /lib64/libkeyutils.so.1.3
7f4bdb8c1000-7f4bdb8c2000 r--p 00001000 fc:01 133891                     /lib64/libkeyutils.so.1.3
7f4bdb8c2000-7f4bdb8c3000 rw-p 00002000 fc:01 133891                     /lib64/libkeyutils.so.1.3
7f4bdb8c3000-7f4bdb8cd000 r-xp 00000000 fc:01 137646                     /lib64/libkrb5support.so.0.1
7f4bdb8cd000-7f4bdbacc000 ---p 0000a000 fc:01 137646                     /lib64/libkrb5support.so.0.1
7f4bdbacc000-7f4bdbacd000 r--p 00009000 fc:01 137646                     /lib64/libkrb5support.so.0.1
7f4bdbacd000-7f4bdbace000 rw-p 0000a000 fc:01 137646                     /lib64/libkrb5support.so.0.1
7f4bdbace000-7f4bdbaf7000 r-xp 00000000 fc:01 133895                     /lib64/libk5crypto.so.3.1
7f4bdbaf7000-7f4bdbcf7000 ---p 00029000 fc:01 133895                     /lib64/libk5crypto.so.3.1
7f4bdbcf7000-7f4bdbcf8000 r--p 00029000 fc:01 133895                     /lib64/libk5crypto.so.3.1
7f4bdbcf8000-7f4bdbcf9000 rw-p 0002a000 fc:01 133895                     /lib64/libk5crypto.so.3.1
7f4bdbcf9000-7f4bdbcfa000 rw-p 00000000 00:00 0 
7f4bdbcfa000-7f4bdbcfd000 r-xp 00000000 fc:01 132257                     /lib64/libcom_err.so.2.1
7f4bdbcfd000-7f4bdbefc000 ---p 00003000 fc:01 132257                     /lib64/libcom_err.so.2.1
7f4bdbefc000-7f4bdbefd000 r--p 00002000 fc:01 132257                     /lib64/libcom_err.so.2.1
7f4bdbefd000-7f4bdbefe000 rw-p 00003000 fc:01 132257                     /lib64/libcom_err.so.2.1
7f4bdbefe000-7f4bdbfd9000 r-xp 00000000 fc:01 137645                     /lib64/libkrb5.so.3.3
7f4bdbfd9000-7f4bdc1d9000 ---p 000db000 fc:01 137645                     /lib64/libkrb5.so.3.3
7f4bdc1d9000-7f4bdc1e3000 r--p 000db000 fc:01 137645                     /lib64/libkrb5.so.3.3
7f4bdc1e3000-7f4bdc1e5000 rw-p 000e5000 fc:01 137645                     /lib64/libkrb5.so.3.3
7f4bdc1e5000-7f4bdc226000 r-xp 00000000 fc:01 132033                     /lib64/libgssapi_krb5.so.2.2
7f4bdc226000-7f4bdc426000 ---p 00041000 fc:01 132033                     /lib64/libgssapi_krb5.so.2.2
7f4bdc426000-7f4bdc427000 r--p 00041000 fc:01 132033                     /lib64/libgssapi_krb5.so.2.2
7f4bdc427000-7f4bdc429000 rw-p 00042000 fc:01 132033                     /lib64/libgssapi_krb5.so.2.2
7f4bdc429000-7f4bdc43e000 r-xp 00000000 fc:01 132191                     /lib64/libz.so.1.2.3
7f4bdc43e000-7f4bdc63d000 ---p 00015000 fc:01 132191                     /lib64/libz.so.1.2.3
7f4bdc63d000-7f4bdc63e000 r--p 00014000 fc:01 132191                     /lib64/libz.so.1.2.3
7f4bdc63e000-7f4bdc63f000 rw-p 00015000 fc:01 132191                     /lib64/libz.so.1.2.3
7f4bdc63f000-7f4bdc6a1000 r-xp 00000000 fc:01 133924                     /usr/lib64/libssl.so.1.0.1e
7f4bdc6a1000-7f4bdc8a0000 ---p 00062000 fc:01 133924                     /usr/lib64/libssl.so.1.0.1e
7f4bdc8a0000-7f4bdc8a4000 r--p 00061000 fc:01 133924                     /usr/lib64/libssl.so.1.0.1e
7f4bdc8a4000-7f4bdc8ab000 rw-p 00065000 fc:01 133924                     /usr/lib64/libssl.so.1.0.1e
7f4bdc8ab000-7f4bdca65000 r-xp 00000000 fc:01 133922                     /usr/lib64/libcrypto.so.1.0.1e
7f4bdca65000-7f4bdcc64000 ---p 001ba000 fc:01 133922                     /usr/lib64/libcrypto.so.1.0.1e
7f4bdcc64000-7f4bdcc7f000 r--p 001b9000 fc:01 133922                     /usr/lib64/libcrypto.so.1.0.1e
7f4bdcc7f000-7f4bdcc8b000 rw-p 001d4000 fc:01 133922                     /usr/lib64/libcrypto.so.1.0.1e
7f4bdcc8b000-7f4bdcc8f000 rw-p 00000000 00:00 0 
7f4bdcc8f000-7f4bdcc90000 r-xp 00000000 fc:10 6817005                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
7f4bdcc90000-7f4bdce8f000 ---p 00001000 fc:10 6817005                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
7f4bdce8f000-7f4bdce90000 r--p 00000000 fc:10 6817005                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
7f4bdce90000-7f4bdce91000 rw-p 00001000 fc:10 6817005                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
7f4bdce91000-7f4bdceb4000 r-xp 00000000 fc:10 6816976                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/socket.so
7f4bdceb4000-7f4bdd0b4000 ---p 00023000 fc:10 6816976                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/socket.so
7f4bdd0b4000-7f4bdd0b5000 rw-p 00023000 fc:10 6816976                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/socket.so
7f4bdd0b5000-7f4bdd0c1000 r-xp 00000000 fc:01 132266                     /lib64/libnss_files-2.12.so
7f4bdd0c1000-7f4bdd2c1000 ---p 0000c000 fc:01 132266                     /lib64/libnss_files-2.12.so
7f4bdd2c1000-7f4bdd2c2000 r--p 0000c000 fc:01 132266                     /lib64/libnss_files-2.12.so
7f4bdd2c2000-7f4bdd2c3000 rw-p 0000d000 fc:01 132266                     /lib64/libnss_files-2.12.so
7f4bdd2c3000-7f4bdd2d9000 r-xp 00000000 fc:01 147080                     /lib64/libgcc_s-4.4.7-20120601.so.1
7f4bdd2d9000-7f4bdd4d8000 ---p 00016000 fc:01 147080                     /lib64/libgcc_s-4.4.7-20120601.so.1
7f4bdd4d8000-7f4bdd4d9000 rw-p 00015000 fc:01 147080                     /lib64/libgcc_s-4.4.7-20120601.so.1
7f4bdd4d9000-7f4bdd5c1000 r-xp 00000000 fc:01 132387                     /usr/lib64/libstdc++.so.6.0.13
7f4bdd5c1000-7f4bdd7c1000 ---p 000e8000 fc:01 132387                     /usr/lib64/libstdc++.so.6.0.13
7f4bdd7c1000-7f4bdd7c8000 r--p 000e8000 fc:01 132387                     /usr/lib64/libstdc++.so.6.0.13
7f4bdd7c8000-7f4bdd7ca000 rw-p 000ef000 fc:01 132387                     /usr/lib64/libstdc++.so.6.0.13
7f4bdd7ca000-7f4bdd7df000 rw-p 00000000 00:00 0 
7f4bdd7df000-7f4bddad6000 r-xp 00000000 fc:01 134136                     /usr/lib64/libmysqlclient.so.18.1.0
7f4bddad6000-7f4bddcd6000 ---p 002f7000 fc:01 134136                     /usr/lib64/libmysqlclient.so.18.1.0
7f4bddcd6000-7f4bddda8000 rw-p 002f7000 fc:01 134136                     /usr/lib64/libmysqlclient.so.18.1.0
7f4bddda8000-7f4bdddad000 rw-p 00000000 00:00 0 
7f4bdddad000-7f4bdddbc000 r-xp 00000000 fc:10 6819588                    /mnt/home/user123/.rvm/gems/ruby-1.9.3-p551/extensions/x86_64-linux/1.9.1/mysql2-0.4.3/mysql2/mysql2.so
7f4bdddbc000-7f4bddfbb000 ---p 0000f000 fc:10 6819588                    /mnt/home/user123/.rvm/gems/ruby-1.9.3-p551/extensions/x86_64-linux/1.9.1/mysql2-0.4.3/mysql2/mysql2.so
7f4bddfbb000-7f4bddfbd000 rw-p 0000e000 fc:10 6819588                    /mnt/home/user123/.rvm/gems/ruby-1.9.3-p551/extensions/x86_64-linux/1.9.1/mysql2-0.4.3/mysql2/mysql2.so
7f4bddfbd000-7f4bddfd0000 r-xp 00000000 fc:10 6816919                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/bigdecimal.so
7f4bddfd0000-7f4bde1cf000 ---p 00013000 fc:10 6816919                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/bigdecimal.so
7f4bde1cf000-7f4bde1d0000 rw-p 00012000 fc:10 6816919                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/bigdecimal.so
7f4bde1d0000-7f4bde205000 r-xp 00000000 fc:10 6816913                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/date_core.so
7f4bde205000-7f4bde404000 ---p 00035000 fc:10 6816913                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/date_core.so
7f4bde404000-7f4bde406000 rw-p 00034000 fc:10 6816913                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/date_core.so
7f4bde406000-7f4bde407000 rw-p 00000000 00:00 0 
7f4bde407000-7f4bde409000 r-xp 00000000 fc:10 6816947                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f4bde409000-7f4bde609000 ---p 00002000 fc:10 6816947                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f4bde609000-7f4bde60a000 rw-p 00002000 fc:10 6816947                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f4bde60a000-7f4bde60c000 r-xp 00000000 fc:10 6816926                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f4bde60c000-7f4bde80b000 ---p 00002000 fc:10 6816926                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f4bde80b000-7f4bde80c000 rw-p 00001000 fc:10 6816926                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f4bde80c000-7f4be469d000 r--p 00000000 fc:01 133930                     /usr/lib/locale/locale-archive
7f4be469d000-7f4be469f000 r-xp 00000000 fc:01 132382                     /lib64/libfreebl3.so
7f4be469f000-7f4be489e000 ---p 00002000 fc:01 132382                     /lib64/libfreebl3.so
7f4be489e000-7f4be489f000 r--p 00001000 fc:01 132382                     /lib64/libfreebl3.so
7f4be489f000-7f4be48a0000 rw-p 00002000 fc:01 132382                     /lib64/libfreebl3.so
7f4be48a0000-7f4be4a2a000 r-xp 00000000 fc:01 132040                     /lib64/libc-2.12.so
7f4be4a2a000-7f4be4c2a000 ---p 0018a000 fc:01 132040                     /lib64/libc-2.12.so
7f4be4c2a000-7f4be4c2e000 r--p 0018a000 fc:01 132040                     /lib64/libc-2.12.so
7f4be4c2e000-7f4be4c2f000 rw-p 0018e000 fc:01 132040                     /lib64/libc-2.12.so
7f4be4c2f000-7f4be4c34000 rw-p 00000000 00:00 0 
7f4be4c34000-7f4be4cb7000 r-xp 00000000 fc:01 132068                     /lib64/libm-2.12.so
7f4be4cb7000-7f4be4eb6000 ---p 00083000 fc:01 132068                     /lib64/libm-2.12.so
7f4be4eb6000-7f4be4eb7000 r--p 00082000 fc:01 132068                     /lib64/libm-2.12.so
7f4be4eb7000-7f4be4eb8000 rw-p 00083000 fc:01 132068                     /lib64/libm-2.12.so
7f4be4eb8000-7f4be4ebf000 r-xp 00000000 fc:01 132044                     /lib64/libcrypt-2.12.so
7f4be4ebf000-7f4be50bf000 ---p 00007000 fc:01 132044                     /lib64/libcrypt-2.12.so
7f4be50bf000-7f4be50c0000 r--p 00007000 fc:01 132044                     /lib64/libcrypt-2.12.so
7f4be50c0000-7f4be50c1000 rw-p 00008000 fc:01 132044                     /lib64/libcrypt-2.12.so
7f4be50c1000-7f4be50ef000 rw-p 00000000 00:00 0 
7f4be50ef000-7f4be50f1000 r-xp 00000000 fc:01 132058                     /lib64/libdl-2.12.so
7f4be50f1000-7f4be52f1000 ---p 00002000 fc:01 132058                     /lib64/libdl-2.12.so
7f4be52f1000-7f4be52f2000 r--p 00002000 fc:01 132058                     /lib64/libdl-2.12.so
7f4be52f2000-7f4be52f3000 rw-p 00003000 fc:01 132058                     /lib64/libdl-2.12.so
7f4be52f3000-7f4be52fa000 r-xp 00000000 fc:01 133893                     /lib64/librt-2.12.so
7f4be52fa000-7f4be54f9000 ---p 00007000 fc:01 133893                     /lib64/librt-2.12.so
7f4be54f9000-7f4be54fa000 r--p 00006000 fc:01 133893                     /lib64/librt-2.12.so
7f4be54fa000-7f4be54fb000 rw-p 00007000 fc:01 133893                     /lib64/librt-2.12.so
7f4be54fb000-7f4be5512000 r-xp 00000000 fc:01 132064                     /lib64/libpthread-2.12.so
7f4be5512000-7f4be5712000 ---p 00017000 fc:01 132064                     /lib64/libpthread-2.12.so
7f4be5712000-7f4be5713000 r--p 00017000 fc:01 132064                     /lib64/libpthread-2.12.so
7f4be5713000-7f4be5714000 rw-p 00018000 fc:01 132064                     /lib64/libpthread-2.12.so
7f4be5714000-7f4be5718000 rw-p 00000000 00:00 0 
7f4be5718000-7f4be5932000 r-xp 00000000 fc:10 6816038                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/libruby.so.1.9.1
7f4be5932000-7f4be5b31000 ---p 0021a000 fc:10 6816038                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/libruby.so.1.9.1
7f4be5b31000-7f4be5b39000 rw-p 00219000 fc:10 6816038                    /mnt/home/user123/.rvm/rubies/ruby-1.9.3-p551/lib/libruby.so.1.9.1
7f4be5b39000-7f4be5b55000 rw-p 00000000 00:00 0 
7f4be5b55000-7f4be5b75000 r-xp 00000000 fc:01 132034                     /lib64/ld-2.12.so
7f4be5bdf000-7f4be5be0000 ---p 00000000 00:00 0 
7f4be5be0000-7f4be5d67000 rw-p 00000000 00:00 0 
7f4be5d6e000-7f4be5d6f000 rw-p 00000000 00:00 0 
7f4be5d6f000-7f4be5d70000 ---p 00000000 00:00 0 
7f4be5d70000-7f4be5d74000 rw-p 00000000 00:00 0 
7f4be5d74000-7f4be5d75000 r--p 0001f000 fc:01 132034                     /lib64/ld-2.12.so
7f4be5d75000-7f4be5d76000 rw-p 00020000 fc:01 132034                     /lib64/ld-2.12.so
7f4be5d76000-7f4be5d77000 rw-p 00000000 00:00 0 
7ffc1c773000-7ffc1c788000 rw-p 00000000 00:00 0                          [stack]
7ffc1c7a3000-7ffc1c7a4000 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
kamipo commented 8 years ago

Looks like this issue was fixed in 0.4.4 (#741). Could you confirm 0.4.4?

hrushikesh198 commented 8 years ago

I tried 0.4.4 The issue is not there any more.

sodabrew commented 8 years ago

@hrushikesh198 thanks for reporting the issue and confirming that 0.4.4 corrects the probelm. OK to close the issue now?

hrushikesh198 commented 8 years ago

Closed the issue. Thanks.