Project

General

Profile

Actions

Bug #7731

closed

Segmentation fault when trying to start rails server

Added by javigbas (Javier Gutierrez) about 11 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0]
Backport:
[ruby-core:51586]

Description

I was using ruby version 1.8.7-p334 with no problem with my project. I tried to install paperclip and received the following message:
"Gem::InstallError: paperclip requires Ruby version >= 1.9.2."

So I installed the latest version of ruby, ran "bundle install" (everything is ok here) and when I try to start the server using "rails s" I get the following message:


(({$ rails s
/Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle: [BUG] Segmentation fault
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0]

-- control frame ----------
c:0025 p:-543712580 s:0075 b:0075 l:000074 d:000074 TOP
c:0024 p:---- s:0073 b:0073 l:000072 d:000072 CFUNC :require
c:0023 p:0119 s:0069 b:0069 l:000068 d:000068 TOP /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/lib/mysql2.rb:9
c:0022 p:---- s:0067 b:0067 l:000066 d:000066 FINISH
c:0021 p:---- s:0065 b:0065 l:000064 d:000064 CFUNC :require
c:0020 p:0026 s:0061 b:0061 l:000040 d:000060 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:68
c:0019 p:---- s:0058 b:0058 l:000057 d:000057 FINISH
c:0018 p:---- s:0056 b:0056 l:000055 d:000055 CFUNC :each
c:0017 p:0091 s:0053 b:0053 l:000040 d:000052 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:66
c:0016 p:---- s:0046 b:0046 l:000045 d:000045 FINISH
c:0015 p:---- s:0044 b:0044 l:000043 d:000043 CFUNC :each
c:0014 p:0046 s:0041 b:0041 l:000040 d:000040 METHOD /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:55
c:0013 p:0021 s:0037 b:0037 l:000036 d:000036 METHOD /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler.rb:128
c:0012 p:0089 s:0033 b:0033 l:000032 d:000032 TOP /Users/herzio/Code/beersquare/config/application.rb:7
c:0011 p:---- s:0031 b:0031 l:000030 d:000030 FINISH
c:0010 p:---- s:0029 b:0029 l:000028 d:000028 CFUNC :require
c:0009 p:0016 s:0025 b:0025 l:000016 d:000024 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:52
c:0008 p:---- s:0022 b:0022 l:000021 d:000021 FINISH
c:0007 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC :tap
c:0006 p:0721 s:0017 b:0017 l:000016 d:000016 TOP /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:49
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :require
c:0003 p:0061 s:0006 b:0006 l:0014e8 d:000af8 EVAL script/rails:6
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:0014e8 d:0014e8 TOP

-- Ruby level backtrace information ----------------------------------------
script/rails:6:in <main>' script/rails:6:in require'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:49:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:49:in tap'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:52:in block in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:52:in require'
/Users/herzio/Code/beersquare/config/application.rb:7:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler.rb:128:in require'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:55:in require' /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:55:in each'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:66:in block in require' /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:66:in each'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:68:in block (2 levels) in require' /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:68:in require'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/lib/mysql2.rb:9:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/lib/mysql2.rb:9:in require'

-- C level backtrace information -------------------------------------------

[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

Abort trap

Updated by javigbas (Javier Gutierrez) about 11 years ago

I was using ruby version 1.8.7-p334 with no problem with my project. I tried to install paperclip and received the following message:
"Gem::InstallError: paperclip requires Ruby version >= 1.9.2."

So I installed the latest version of ruby, ran "bundle install" (everything is ok here) and when I try to start the server using "rails s" I get the following message:


$ rails s
/Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle: [BUG] Segmentation fault
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0]

-- control frame ----------
c:0025 p:-543712580 s:0075 b:0075 l:000074 d:000074 TOP
c:0024 p:---- s:0073 b:0073 l:000072 d:000072 CFUNC :require
c:0023 p:0119 s:0069 b:0069 l:000068 d:000068 TOP /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/lib/mysql2.rb:9
c:0022 p:---- s:0067 b:0067 l:000066 d:000066 FINISH
c:0021 p:---- s:0065 b:0065 l:000064 d:000064 CFUNC :require
c:0020 p:0026 s:0061 b:0061 l:000040 d:000060 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:68
c:0019 p:---- s:0058 b:0058 l:000057 d:000057 FINISH
c:0018 p:---- s:0056 b:0056 l:000055 d:000055 CFUNC :each
c:0017 p:0091 s:0053 b:0053 l:000040 d:000052 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:66
c:0016 p:---- s:0046 b:0046 l:000045 d:000045 FINISH
c:0015 p:---- s:0044 b:0044 l:000043 d:000043 CFUNC :each
c:0014 p:0046 s:0041 b:0041 l:000040 d:000040 METHOD /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:55
c:0013 p:0021 s:0037 b:0037 l:000036 d:000036 METHOD /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler.rb:128
c:0012 p:0089 s:0033 b:0033 l:000032 d:000032 TOP /Users/herzio/Code/beersquare/config/application.rb:7
c:0011 p:---- s:0031 b:0031 l:000030 d:000030 FINISH
c:0010 p:---- s:0029 b:0029 l:000028 d:000028 CFUNC :require
c:0009 p:0016 s:0025 b:0025 l:000016 d:000024 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:52
c:0008 p:---- s:0022 b:0022 l:000021 d:000021 FINISH
c:0007 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC :tap
c:0006 p:0721 s:0017 b:0017 l:000016 d:000016 TOP /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:49
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :require
c:0003 p:0061 s:0006 b:0006 l:0014e8 d:000af8 EVAL script/rails:6
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:0014e8 d:0014e8 TOP

-- Ruby level backtrace information ----------------------------------------
script/rails:6:in <main>' script/rails:6:in require'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:49:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:49:in tap'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:52:in block in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/commands.rb:52:in require'
/Users/herzio/Code/beersquare/config/application.rb:7:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler.rb:128:in require'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:55:in require' /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:55:in each'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:66:in block in require' /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:66:in each'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:68:in block (2 levels) in require' /Users/herzio/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:68:in require'
/Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/lib/mysql2.rb:9:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/lib/mysql2.rb:9:in require'

-- C level backtrace information -------------------------------------------

[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

Abort trap

Updated by javigbas (Javier Gutierrez) about 11 years ago

I tried installing version 1.9.3:
$ ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]

and got a larger trace:

$ rails s
/Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/common.rb:67: [BUG] unknown type 0x22 (0xc given)
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]

-- Control frame information -----------------------------------------------
c:0032 p:---- s:0100 b:0100 l:000099 d:000099 CFUNC :initialize
c:0031 p:---- s:0098 b:0098 l:000097 d:000097 CFUNC :new
c:0030 p:0099 s:0095 b:0093 l:000092 d:000092 METHOD /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/common.rb:67
c:0029 p:0090 s:0084 b:0083 l:000082 d:000082 CLASS /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/ext.rb:17
c:0028 p:0011 s:0081 b:0081 l:000080 d:000080 CLASS /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/ext.rb:12
c:0027 p:0074 s:0079 b:0079 l:000078 d:000078 TOP /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/ext.rb:9
c:0026 p:---- s:0077 b:0077 l:000076 d:000076 FINISH
c:0025 p:---- s:0075 b:0075 l:000074 d:000074 CFUNC :require
c:0024 p:0027 s:0071 b:0071 l:000070 d:000070 CLASS /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json.rb:58
c:0023 p:0021 s:0069 b:0069 l:000068 d:000068 TOP /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json.rb:54
c:0022 p:---- s:0067 b:0067 l:000066 d:000066 FINISH
c:0021 p:---- s:0065 b:0065 l:000064 d:000064 CFUNC :require
c:0020 p:0026 s:0061 b:0061 l:000040 d:000060 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:68
c:0019 p:---- s:0058 b:0058 l:000057 d:000057 FINISH
c:0018 p:---- s:0056 b:0056 l:000055 d:000055 CFUNC :each
c:0017 p:0091 s:0053 b:0053 l:000040 d:000052 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:66
c:0016 p:---- s:0046 b:0046 l:000045 d:000045 FINISH
c:0015 p:---- s:0044 b:0044 l:000043 d:000043 CFUNC :each
c:0014 p:0046 s:0041 b:0041 l:000040 d:000040 METHOD /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:55
c:0013 p:0021 s:0037 b:0037 l:000036 d:000036 METHOD /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler.rb:128
c:0012 p:0089 s:0033 b:0033 l:000032 d:000032 TOP /Users/herzio/Code/beersquare/config/application.rb:7
c:0011 p:---- s:0031 b:0031 l:000030 d:000030 FINISH
c:0010 p:---- s:0029 b:0029 l:000028 d:000028 CFUNC :require
c:0009 p:0016 s:0025 b:0025 l:000016 d:000024 BLOCK /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/commands.rb:52
c:0008 p:---- s:0022 b:0022 l:000021 d:000021 FINISH
c:0007 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC :tap
c:0006 p:0721 s:0017 b:0017 l:000016 d:000016 TOP /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/commands.rb:49
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :require
c:0003 p:0061 s:0006 b:0006 l:002388 d:002608 EVAL script/rails:6
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:002388 d:002388 TOP

-- Ruby level backtrace information ----------------------------------------
script/rails:6:in <main>' script/rails:6:in require'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/commands.rb:49:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/commands.rb:49:in tap'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/commands.rb:52:in block in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/commands.rb:52:in require'
/Users/herzio/Code/beersquare/config/application.rb:7:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler.rb:128:in require'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in require' /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in each'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:66:in block in require' /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:66:in each'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:68:in block (2 levels) in require' /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:68:in require'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json.rb:54:in <top (required)>' /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json.rb:58:in module:JSON'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json.rb:58:in require' /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/ext.rb:9:in <top (required)>'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/ext.rb:12:in <module:JSON>' /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/ext.rb:17:in module:Ext'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/common.rb:67:in generator=' /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/common.rb:67:in new'
/Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/common.rb:67:in `initialize'

-- C level backtrace information -------------------------------------------

See Crash Report log file under ~/Library/Logs/CrashReporter or
/Library/Logs/CrashReporter, for the more detail of.

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

  • Loaded script: script/rails

  • Loaded features:

    0 enumerator.so
    1 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/enc/encdb.bundle
    2 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/enc/trans/transdb.bundle
    3 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb
    4 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/rbconfig.rb
    5 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb
    6 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb
    7 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb
    8 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems.rb
    9 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/version.rb
    10 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb
    11 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb
    12 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb
    13 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb
    14 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb
    15 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/pathname.bundle
    16 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/pathname.rb
    17 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/etc.bundle
    18 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb
    19 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/psych.bundle
    20 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/stringio.bundle
    21 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/nodes/node.rb
    22 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/nodes/stream.rb
    23 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/nodes/document.rb
    24 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/nodes/sequence.rb
    25 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/nodes/scalar.rb
    26 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/nodes/mapping.rb
    27 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/nodes/alias.rb
    28 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/nodes.rb
    29 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/streaming.rb
    30 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/visitor.rb
    31 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/strscan.bundle
    32 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/scalar_scanner.rb
    33 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/to_ruby.rb
    34 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/emitter.rb
    35 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb
    36 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/json/ruby_events.rb
    37 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/json_tree.rb
    38 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors/depth_first.rb
    39 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/visitors.rb
    40 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/handler.rb
    41 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/tree_builder.rb
    42 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/parser.rb
    43 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/omap.rb
    44 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/set.rb
    45 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/coder.rb
    46 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/core_ext.rb
    47 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/date_core.bundle
    48 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/date/format.rb
    49 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/date.rb
    50 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/deprecated.rb
    51 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych/json.rb
    52 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/psych.rb
    53 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/yaml.rb
    54 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/syck_hack.rb
    55 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb
    56 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/shared_helpers.rb
    57 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/fileutils.rb
    58 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/gem_path_manipulation.rb
    59 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/psyched_yaml.rb
    60 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/gem_helpers.rb
    61 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/match_platform.rb
    62 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/rubygems_ext.rb
    63 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/version.rb
    64 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler.rb
    65 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/settings.rb
    66 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/digest.bundle
    67 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/digest.rb
    68 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/digest/sha1.bundle
    69 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/set.rb
    70 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/definition.rb
    71 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/dependency.rb
    72 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/dsl.rb
    73 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri/common.rb
    74 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri/generic.rb
    75 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri/ftp.rb
    76 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri/http.rb
    77 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri/https.rb
    78 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri/ldap.rb
    79 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri/ldaps.rb
    80 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri/mailto.rb
    81 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/uri.rb
    82 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/user_interaction.rb
    83 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/package/f_sync_dir.rb
    84 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_header.rb
    85 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/enc/iso_8859_1.bundle
    86 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/zlib.bundle
    87 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb
    88 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_output.rb
    89 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader/entry.rb
    90 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb
    91 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_writer.rb
    92 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/package.rb
    93 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/format.rb
    94 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/ext/builder.rb
    95 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/ext/configure_builder.rb
    96 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/optparse.rb
    97 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/command.rb
    98 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/ext/ext_conf_builder.rb
    99 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/ext/rake_builder.rb
    100 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/ext.rb
    101 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/require_paths_builder.rb
    102 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb
    103 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb
    104 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb
    105 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/text.rb
    106 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb
    107 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/gem_installer.rb
    108 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/source.rb
    109 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/lockfile_parser.rb
    110 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/lazy_specification.rb
    111 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/tsort.rb
    112 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/forwardable.rb
    113 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/spec_set.rb
    114 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/environment.rb
    115 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/runtime.rb
    116 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/index.rb
    117 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/remote_specification.rb
    118 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/endpoint_specification.rb
    119 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/dep_proxy.rb
    120 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb
    121 /Users/herzio/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.2.1/lib/bundler/setup.rb
    122 /Users/herzio/Code/beersquare/config/boot.rb
    123 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/object/inclusion.rb
    124 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/openssl.bundle
    125 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/openssl/bn.rb
    126 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/openssl/cipher.rb
    127 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/openssl/config.rb
    128 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/openssl/digest.rb
    129 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/openssl/buffering.rb
    130 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/fcntl.bundle
    131 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/openssl/ssl-internal.rb
    132 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/openssl/x509-internal.rb
    133 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/openssl.rb
    134 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/securerandom.rb
    135 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/inflector/methods.rb
    136 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/lazy_load_hooks.rb
    137 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/dependencies/autoload.rb
    138 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/version.rb
    139 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support.rb
    140 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_pack/version.rb
    141 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_pack.rb
    142 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activemodel-3.1.3/lib/active_model/version.rb
    143 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/i18n-0.6.1/lib/i18n/version.rb
    144 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/i18n-0.6.1/lib/i18n/exceptions.rb
    145 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/i18n-0.6.1/lib/i18n/interpolate/ruby.rb
    146 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/i18n-0.6.1/lib/i18n.rb
    147 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/i18n-0.6.1/lib/i18n/config.rb
    148 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/i18n.rb
    149 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activemodel-3.1.3/lib/active_model.rb
    150 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.3.9/lib/rack.rb
    151 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_dispatch.rb
    152 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.3.9/lib/rack/server.rb
    153 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/commands/server.rb
    154 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/ruby_version_check.rb
    155 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/kernel/reporting.rb
    156 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/array/extract_options.rb
    157 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/class/attribute_accessors.rb
    158 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/thread.rb
    159 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/monitor.rb
    160 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/logger.rb
    161 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/logger.rb
    162 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/hash/reverse_merge.rb
    163 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/file_update_checker.rb
    164 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/initializable.rb
    165 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/notifications/fanout.rb
    166 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/notifications.rb
    167 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/array/wrap.rb
    168 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/deprecation/behaviors.rb
    169 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/deprecation/reporting.rb
    170 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/deprecation.rb
    171 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/aliasing.rb
    172 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/deprecation/method_wrappers.rb
    173 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/deprecation/proxy_wrappers.rb
    174 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/deprecation.rb
    175 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/ordered_hash.rb
    176 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/ordered_options.rb
    177 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/hash/deep_dup.rb
    178 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/paths.rb
    179 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/rack.rb
    180 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/configuration.rb
    181 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/inflector/inflections.rb
    182 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/attribute_accessors.rb
    183 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/multibyte/utils.rb
    184 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/multibyte.rb
    185 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/string/multibyte.rb
    186 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/inflector/transliterate.rb
    187 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/inflections.rb
    188 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/string/inflections.rb
    189 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/inflector.rb
    190 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/remove_method.rb
    191 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/delegation.rb
    192 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/railtie.rb
    193 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/engine/railties.rb
    194 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/engine.rb
    195 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/object/blank.rb
    196 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/xml_mini/rexml.rb
    197 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/xml_mini.rb
    198 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/hash/keys.rb
    199 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/array/conversions.rb
    200 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/plugin.rb
    201 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/application.rb
    202 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/version.rb
    203 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/concern.rb
    204 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/railtie/configurable.rb
    205 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/railtie/configuration.rb
    206 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/i18n_railtie.rb
    207 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/railtie.rb
    208 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_dispatch/railtie.rb
    209 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails.rb
    210 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/crud.rb
    211 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/factory_methods.rb
    212 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/expressions.rb
    213 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/predications.rb
    214 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/math.rb
    215 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/alias_predication.rb
    216 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/order_predications.rb
    217 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/table.rb
    218 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/attributes/attribute.rb
    219 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/attributes.rb
    220 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/compatibility/wheres.rb
    221 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/relation.rb
    222 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/expression.rb
    223 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/visitor.rb
    224 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/depth_first.rb
    225 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0/bigdecimal.bundle
    226 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/to_sql.rb
    227 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/sqlite.rb
    228 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/postgresql.rb
    229 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/mysql.rb
    230 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/mssql.rb
    231 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/oracle.rb
    232 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/join_sql.rb
    233 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/where_sql.rb
    234 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/order_clauses.rb
    235 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/dot.rb
    236 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/ibm_db.rb
    237 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors/informix.rb
    238 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/visitors.rb
    239 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/tree_manager.rb
    240 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/insert_manager.rb
    241 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/select_manager.rb
    242 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/update_manager.rb
    243 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/delete_manager.rb
    244 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/node.rb
    245 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/select_statement.rb
    246 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/select_core.rb
    247 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/insert_statement.rb
    248 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/update_statement.rb
    249 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/terminal.rb
    250 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/true.rb
    251 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/false.rb
    252 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/unary.rb
    253 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/ascending.rb
    254 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/descending.rb
    255 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/unqualified_column.rb
    256 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/with.rb
    257 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/binary.rb
    258 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/equality.rb
    259 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/in.rb
    260 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/join_source.rb
    261 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/delete_statement.rb
    262 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/table_alias.rb
    263 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/infix_operation.rb
    264 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/and.rb
    265 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/function.rb
    266 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/count.rb
    267 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/values.rb
    268 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/named_function.rb
    269 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/inner_join.rb
    270 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/outer_join.rb
    271 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/string_join.rb
    272 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes/sql_literal.rb
    273 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/nodes.rb
    274 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/deprecated.rb
    275 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/sql/engine.rb
    276 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel/sql_literal.rb
    277 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/arel-2.2.3/lib/arel.rb
    278 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activerecord-3.1.3/lib/active_record/version.rb
    279 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/enumerable.rb
    280 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/kernel/singleton_class.rb
    281 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/class/attribute.rb
    282 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activemodel-3.1.3/lib/active_model/attribute_methods.rb
    283 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activerecord-3.1.3/lib/active_record/attribute_methods.rb
    284 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activerecord-3.1.3/lib/active_record.rb
    285 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activemodel-3.1.3/lib/active_model/railtie.rb
    286 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/basic_object.rb
    287 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/object/acts_like.rb
    288 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/duration.rb
    289 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/object/try.rb
    290 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/values/time_zone.rb
    291 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/time_with_zone.rb
    292 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/time/zones.rb
    293 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/date/zones.rb
    294 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/date/calculations.rb
    295 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/time/publicize_conversion_methods.rb
    296 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/time/conversions.rb
    297 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/date_time/calculations.rb
    298 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/date_time/conversions.rb
    299 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/process/daemon.rb
    300 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/time/calculations.rb
    301 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/string/conversions.rb
    302 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/i18n-0.6.1/lib/i18n/core_ext/string/interpolate.rb
    303 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/string/interpolation.rb
    304 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/string/encoding.rb
    305 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/rexml/rexml.rb
    306 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/rexml.rb
    307 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/file/path.rb
    308 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/method_names.rb
    309 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/ruby/shim.rb
    310 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/attr_internal.rb
    311 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/anonymous.rb
    312 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/abstract_controller.rb
    313 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/erb.rb
    314 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/string/output_safety.rb
    315 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_view.rb
    316 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_controller/vendor/html-scanner.rb
    317 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/load_error.rb
    318 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/name_error.rb
    319 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/uri.rb
    320 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_controller.rb
    321 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_view/railtie.rb
    322 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/abstract_controller/railties/routes_helpers.rb
    323 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_controller/railties/paths.rb
    324 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/action_controller/railtie.rb
    325 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activerecord-3.1.3/lib/active_record/railtie.rb
    326 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionmailer-3.1.3/lib/action_mailer/version.rb
    327 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/object/duplicable.rb
    328 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/class/inheritable_attributes.rb
    329 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/class/delegating_attributes.rb
    330 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/module/reachable.rb
    331 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/class/subclasses.rb
    332 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/class.rb
    333 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/core_ext/array/uniq_by.rb
    334 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionmailer-3.1.3/lib/action_mailer.rb
    335 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionmailer-3.1.3/lib/action_mailer/railtie.rb
    336 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activeresource-3.1.3/lib/active_resource/version.rb
    337 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activeresource-3.1.3/lib/active_resource.rb
    338 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activeresource-3.1.3/lib/active_resource/railtie.rb
    339 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/test_unit/railtie.rb
    340 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.1.3/lib/sprockets/railtie.rb
    341 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.1.3/lib/rails/all.rb
    342 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.3/lib/active_support/string_inquirer.rb
    343 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/sqlite3_native.bundle
    344 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/constants.rb
    345 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/errors.rb
    346 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/pragmas.rb
    347 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/resultset.rb
    348 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/statement.rb
    349 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/time.rb
    350 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/translator.rb
    351 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/value.rb
    352 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/database.rb
    353 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3/version.rb
    354 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/sqlite3-1.3.7/lib/sqlite3.rb
    355 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/mysql2-0.3.11/lib/mysql2/version.rb
    356 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/mysql2-0.3.11/lib/mysql2/error.rb
    357 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/mysql2-0.3.11/lib/mysql2/result.rb
    358 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle
    359 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/mysql2-0.3.11/lib/mysql2/client.rb
    360 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/mysql2-0.3.11/lib/mysql2.rb
    361 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/version.rb
    362 /Users/herzio/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/ostruct.rb
    363 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/generic_object.rb
    364 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/common.rb
    365 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/ext/parser.bundle
    366 /Users/herzio/.rvm/gems/ruby-1.9.3-p125/gems/json-1.7.6/lib/json/ext/generator.bundle

[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

Abort trap

Hope is useful for you,
thanks!

Updated by naruse (Yui NARUSE) about 11 years ago

  • Description updated (diff)

Updated by naruse (Yui NARUSE) about 11 years ago

  • Status changed from Open to Feedback

I don't have Snow Leopard.
Anyone can reproduce this?

Updated by ko1 (Koichi Sasada) about 11 years ago

  • Category set to core
  • Target version set to 2.6

No feedback.

Updated by cdwertmann (Christoph Dwertmann) over 10 years ago

I'm having the same problem (I think) with Ruby 2.0 on Ubuntu 13.04. It doesn't happen with json 1.7.5 gem, but crashes with 1.7.7 or 1.8.0:

/usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/common.rb:67: [BUG] Segmentation fault
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0041 p:---- s:0208 e:000207 CFUNC :initialize
c:0040 p:---- s:0206 e:000205 CFUNC :new
c:0039 p:0075 s:0203 e:000200 METHOD /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/common.rb:67
c:0038 p:0070 s:0192 e:000190 CLASS /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext.rb:17
c:0037 p:0011 s:0189 e:000188 CLASS /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext.rb:12
c:0036 p:0057 s:0187 e:000186 TOP /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext.rb:9 [FINISH]
c:0035 p:---- s:0185 e:000184 CFUNC :require
c:0034 p:0073 s:0181 e:000180 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0033 p:0019 s:0171 e:000170 CLASS /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json.rb:58
c:0032 p:0017 s:0169 e:000168 TOP /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json.rb:54 [FINISH]
c:0031 p:---- s:0167 e:000166 CFUNC :require
c:0030 p:0073 s:0163 e:000162 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0029 p:0031 s:0153 e:000152 TOP /usr/share/omf-expctl-5.4/omf-expctl/graph/graph2.rb:33 [FINISH]
c:0028 p:---- s:0151 e:000150 CFUNC :require
c:0027 p:0073 s:0147 e:000146 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0026 p:0127 s:0137 e:000136 TOP /usr/share/omf-expctl-5.4/omf-expctl/handlerCommands.rb:709 [FINISH]
c:0025 p:---- s:0135 e:000134 CFUNC :require
c:0024 p:0073 s:0131 e:000130 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0023 p:0023 s:0121 e:000120 TOP /usr/share/omf-expctl-5.4/omf-expctl/application/appDefinition.rb:35 [FINISH]
c:0022 p:---- s:0119 e:000118 CFUNC :require
c:0021 p:0073 s:0115 e:000114 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0020 p:0023 s:0105 e:000104 TOP /usr/share/omf-expctl-5.4/omf-expctl/application/application.rb:38 [FINISH]
c:0019 p:---- s:0103 e:000102 CFUNC :require
c:0018 p:0073 s:0099 e:000098 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0017 p:0023 s:0089 e:000088 TOP /usr/share/omf-expctl-5.4/omf-expctl/prototype.rb:33 [FINISH]
c:0016 p:---- s:0087 e:000086 CFUNC :require
c:0015 p:0073 s:0083 e:000082 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0014 p:0015 s:0073 e:000072 TOP /usr/share/omf-expctl-5.4/omf-expctl/node/node.rb:33 [FINISH]
c:0013 p:---- s:0071 e:000070 CFUNC :require
c:0012 p:0073 s:0067 e:000066 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0011 p:0023 s:0057 e:000056 TOP /usr/share/omf-expctl-5.4/omf-expctl/node/nodeSet.rb:33 [FINISH]
c:0010 p:---- s:0055 e:000054 CFUNC :require
c:0009 p:0073 s:0051 e:000050 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0008 p:0007 s:0041 e:000040 TOP /usr/share/omf-expctl-5.4/omf-expctl/node/basicNodeSet.rb:31 [FINISH]
c:0007 p:---- s:0039 e:000038 CFUNC :require
c:0006 p:0073 s:0035 e:000034 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0005 p:0103 s:0025 e:000024 TOP /usr/share/omf-expctl-5.4/omf-expctl/nodeHandler.rb:52 [FINISH]
c:0004 p:---- s:0023 e:000022 CFUNC :require
c:0003 p:0073 s:0019 e:000018 METHOD /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45
c:0002 p:0017 s:0009 E:002540 EVAL /usr/share/omf-expctl-5.4/omf-expctl.rb:29 [FINISH]
c:0001 p:0000 s:0002 E:002218 TOP [FINISH]

/usr/share/omf-expctl-5.4/omf-expctl.rb:29:in <main>' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /usr/share/omf-expctl-5.4/omf-expctl/nodeHandler.rb:52:in <top (required)>'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/usr/share/omf-expctl-5.4/omf-expctl/node/basicNodeSet.rb:31:in <top (required)>' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /usr/share/omf-expctl-5.4/omf-expctl/node/nodeSet.rb:33:in <top (required)>'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/usr/share/omf-expctl-5.4/omf-expctl/node/node.rb:33:in <top (required)>' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /usr/share/omf-expctl-5.4/omf-expctl/prototype.rb:33:in <top (required)>'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/usr/share/omf-expctl-5.4/omf-expctl/application/application.rb:38:in <top (required)>' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /usr/share/omf-expctl-5.4/omf-expctl/application/appDefinition.rb:35:in <top (required)>'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/usr/share/omf-expctl-5.4/omf-expctl/handlerCommands.rb:709:in <top (required)>' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /usr/share/omf-expctl-5.4/omf-expctl/graph/graph2.rb:33:in <top (required)>'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json.rb:54:in <top (required)>' /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json.rb:58:in module:JSON'
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require' /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require'
/usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext.rb:9:in <top (required)>' /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext.rb:12:in module:JSON'
/usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext.rb:17:in <module:Ext>' /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/common.rb:67:in generator='
/usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/common.rb:67:in new' /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/common.rb:67:in initialize'

-- C level backtrace information -------------------------------------------
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1b0378) [0x7fef7e134378] vm_dump.c:647
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x6a457) [0x7fef7dfee457] error.c:283
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_bug+0xb3) [0x7fef7dfef1a3] error.c:302
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x135f56) [0x7fef7e0b9f56] signal.c:672
/lib/x86_64-linux-gnu/libc.so.6(+0x370b0) [0x7fef7dbf30b0]
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_hash_aref+0x11) [0x7fef7e012e41] hash.c:561
/usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/generator.so(+0x337e) [0x7fef7aab637e] generator.c:528
/usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/generator.so(+0x4ea2) [0x7fef7aab7ea2] generator.c:954
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a4961) [0x7fef7e128961] vm_eval.c:117
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_funcall2+0xb1) [0x7fef7e12a171] vm_eval.c:49
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_class_new_instance+0x30) [0x7fef7e04cdb0] object.c:1761
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a850d) [0x7fef7e12c50d] vm_insnhelper.c:1559
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a850d) [0x7fef7e12c50d] vm_insnhelper.c:1559
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a850d) [0x7fef7e12c50d] vm_insnhelper.c:1559
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a850d) [0x7fef7e12c50d] vm_insnhelper.c:1559
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a850d) [0x7fef7e12c50d] vm_insnhelper.c:1559
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a850d) [0x7fef7e12c50d] vm_insnhelper.c:1559
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval+0x18e) [0x7fef7e12e7fe] vm.c:1436
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x74d15) [0x7fef7dff8d15] load.c:599
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_require_safe+0x45c) [0x7fef7dffa9dc] load.c:959
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19a5ef) [0x7fef7e11e5ef] vm_insnhelper.c:1469
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a850d) [0x7fef7e12c50d] vm_insnhelper.c:1559
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x19f09a) [0x7fef7e12309a] insns.def:1017
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x1a34ba) [0x7fef7e1274ba] vm.c:1201
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(rb_iseq_eval_main+0x25e) [0x7fef7e12eaae] vm.c:1449
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(+0x70bba) [0x7fef7dff4bba] eval.c:250
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(ruby_exec_node+0x1d) [0x7fef7dff616d] eval.c:315
/home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/../lib/libruby.so.2.0(ruby_run_node+0x1c) [0x7fef7dff82cc] eval.c:307
ruby() [0x4008ab]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fef7dbddea5]
ruby() [0x4008d9]

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

  • Loaded script: /usr/share/omf-expctl-5.4/omf-expctl.rb

  • Loaded features:

    0 enumerator.so
    1 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/encdb.so
    2 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/trans/transdb.so
    3 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/rbconfig.rb
    4 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/compatibility.rb
    5 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/defaults.rb
    6 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/deprecate.rb
    7 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/errors.rb
    8 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/version.rb
    9 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/requirement.rb
    10 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/platform.rb
    11 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb
    12 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/exceptions.rb
    13 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_gem.rb
    14 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb
    15 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems.rb
    16 /usr/share/omf-common-5.4/omf-common/omfVersion.rb
    17 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/set.rb
    18 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb
    19 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/thread.rb
    20 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/socket.so
    21 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/socket.rb
    22 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/timeout.rb
    23 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/protocol.rb
    24 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/common.rb
    25 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/generic.rb
    26 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/ftp.rb
    27 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/http.rb
    28 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/https.rb
    29 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/ldap.rb
    30 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/ldaps.rb
    31 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/mailto.rb
    32 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri.rb
    33 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/zlib.so
    34 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/stringio.so
    35 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/exceptions.rb
    36 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/header.rb
    37 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/generic_request.rb
    38 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/request.rb
    39 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/requests.rb
    40 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/response.rb
    41 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/responses.rb
    42 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/proxy_delta.rb
    43 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/backward.rb
    44 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb
    45 /usr/share/omf-expctl-5.4/omf-expctl/exceptions.rb
    46 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/date_core.so
    47 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/date/format.rb
    48 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/date.rb
    49 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/dependency.rb
    50 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/path_support.rb
    51 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/version.rb
    52 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/config.rb
    53 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/base.rb
    54 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/monitor.rb
    55 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/singleton.rb
    56 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/repository.rb
    57 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/logevent.rb
    58 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/loggerfactory.rb
    59 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/staticlogger.rb
    60 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/logger.rb
    61 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/outputter/outputterfactory.rb
    62 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/formatter/formatter.rb
    63 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb
    64 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/outputter/iooutputter.rb
    65 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/outputter/fileoutputter.rb
    66 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/outputter/consoleoutputters.rb
    67 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/outputter/staticoutputter.rb
    68 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/etc.so
    69 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb
    70 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/outputter/rollingfileoutputter.rb
    71 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/GDC.rb
    72 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/MDC.rb
    73 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/NDC.rb
    74 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/formatter/patternformatter.rb
    75 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r.rb
    76 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/parseexception.rb
    77 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/formatters/default.rb
    78 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/formatters/pretty.rb
    79 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/node.rb
    80 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/child.rb
    81 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/parent.rb
    82 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/xmltokens.rb
    83 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/namespace.rb
    84 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/rexml.rb
    85 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/encoding.rb
    86 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/source.rb
    87 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/entity.rb
    88 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/attlistdecl.rb
    89 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/doctype.rb
    90 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/text.rb
    91 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/attribute.rb
    92 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/cdata.rb
    93 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/functions.rb
    94 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/syncenumerator.rb
    95 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/parsers/xpathparser.rb
    96 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/xpath_parser.rb
    97 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/xpath.rb
    98 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/element.rb
    99 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/xmldecl.rb
    100 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/comment.rb
    101 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/instruction.rb
    102 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/output.rb
    103 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/undefinednamespaceexception.rb
    104 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/parsers/baseparser.rb
    105 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/parsers/streamparser.rb
    106 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/validation/validationexception.rb
    107 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/parsers/treeparser.rb
    108 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/rexml/document.rb
    109 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/lib/xmlloader.rb
    110 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/lib/drbloader.rb
    111 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/logserver.rb
    112 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/outputter/remoteoutputter.rb
    113 /usr/share/omf-common-5.4/gems/gems/log4r-1.1.10/lib/log4r/configurator.rb
    114 /usr/share/omf-common-5.4/omf-common/mobject.rb
    115 /usr/share/omf-common-5.4/omf-common/communicator/omfCommunicator.rb
    116 /usr/share/omf-common-5.4/omf-common/communicator/omfProtocol.rb
    117 /usr/share/omf-expctl-5.4/omf-expctl/agentCommands.rb
    118 /usr/share/omf-expctl-5.4/omf-expctl/communicator/ecCommunicator.rb
    119 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/observer.rb
    120 /usr/share/omf-expctl-5.4/omf-expctl/oconfig.rb
    121 /usr/share/omf-expctl-5.4/omf-expctl/traceState.rb
    122 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/optparse.rb
    123 /usr/share/omf-expctl-5.4/omf-expctl/experiment.rb
    124 /usr/share/omf-expctl-5.4/omf-expctl/parameter.rb
    125 /usr/share/omf-expctl-5.4/omf-expctl/application/appProperty.rb
    126 /usr/share/omf-common-5.4/omf-common/syncVariables.rb
    127 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/bigdecimal.so
    128 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/time.rb
    129 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/deprecated.rb
    130 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/sql.rb
    131 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/connection_pool.rb
    132 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/exceptions.rb
    133 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset/query.rb
    134 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset/actions.rb
    135 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset/features.rb
    136 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset/graph.rb
    137 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset/prepared_statements.rb
    138 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset/misc.rb
    139 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset/mutation.rb
    140 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset/sql.rb
    141 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/dataset.rb
    142 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/connecting.rb
    143 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/dataset.rb
    144 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/dataset_defaults.rb
    145 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/logging.rb
    146 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/features.rb
    147 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/misc.rb
    148 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/query.rb
    149 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/transactions.rb
    150 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/schema_generator.rb
    151 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database/schema_methods.rb
    152 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/database.rb
    153 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/timezones.rb
    154 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/ast_transformer.rb
    155 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/version.rb
    156 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/core.rb
    157 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model/default_inflections.rb
    158 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model/inflections.rb
    159 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model/plugins.rb
    160 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model/dataset_module.rb
    161 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model/base.rb
    162 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model/exceptions.rb
    163 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model/errors.rb
    164 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model/associations.rb
    165 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel/model.rb
    166 /usr/share/omf-expctl-5.4/gems/gems/sequel-4.2.0/lib/sequel.rb
    167 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/version.rb
    168 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/ostruct.rb
    169 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/generic_object.rb
    170 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/common.rb
    171 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16be.so
    172 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16le.so
    173 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32be.so
    174 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32le.so
    175 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/parser.so
    176 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/generator.so

  • Process memory map:

00400000-00401000 r-xp 00000000 09:01 67769954 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/ruby
00600000-00601000 r--p 00000000 09:01 67769954 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/ruby
00601000-00602000 rw-p 00001000 09:01 67769954 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/bin/ruby
0180a000-02ab0000 rw-p 00000000 00:00 0 [heap]
7fef7a89d000-7fef7a8b1000 r-xp 00000000 09:00 34603178 /lib/x86_64-linux-gnu/libgcc_s.so.1
7fef7a8b1000-7fef7aab1000 ---p 00014000 09:00 34603178 /lib/x86_64-linux-gnu/libgcc_s.so.1
7fef7aab1000-7fef7aab2000 r--p 00014000 09:00 34603178 /lib/x86_64-linux-gnu/libgcc_s.so.1
7fef7aab2000-7fef7aab3000 rw-p 00015000 09:00 34603178 /lib/x86_64-linux-gnu/libgcc_s.so.1
7fef7aab3000-7fef7aabb000 r-xp 00000000 09:00 18743798 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/generator.so
7fef7aabb000-7fef7acba000 ---p 00008000 09:00 18743798 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/generator.so
7fef7acba000-7fef7acbb000 r--p 00007000 09:00 18743798 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/generator.so
7fef7acbb000-7fef7acbc000 rw-p 00008000 09:00 18743798 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/generator.so
7fef7acbc000-7fef7acbd000 r-xp 00000000 09:01 70911088 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32le.so
7fef7acbd000-7fef7aebc000 ---p 00001000 09:01 70911088 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32le.so
7fef7aebc000-7fef7aebd000 r--p 00000000 09:01 70911088 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32le.so
7fef7aebd000-7fef7aebe000 rw-p 00001000 09:01 70911088 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32le.so
7fef7aebe000-7fef7aebf000 r-xp 00000000 09:01 70911082 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32be.so
7fef7aebf000-7fef7b0be000 ---p 00001000 09:01 70911082 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32be.so
7fef7b0be000-7fef7b0bf000 r--p 00000000 09:01 70911082 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32be.so
7fef7b0bf000-7fef7b0c0000 rw-p 00001000 09:01 70911082 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_32be.so
7fef7b0c0000-7fef7b0c1000 r-xp 00000000 09:01 70911064 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16le.so
7fef7b0c1000-7fef7b2c1000 ---p 00001000 09:01 70911064 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16le.so
7fef7b2c1000-7fef7b2c2000 r--p 00001000 09:01 70911064 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16le.so
7fef7b2c2000-7fef7b2c3000 rw-p 00002000 09:01 70911064 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16le.so
7fef7b2c3000-7fef7b2c4000 r-xp 00000000 09:01 70911072 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16be.so
7fef7b2c4000-7fef7b4c4000 ---p 00001000 09:01 70911072 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16be.so
7fef7b4c4000-7fef7b4c5000 r--p 00001000 09:01 70911072 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16be.so
7fef7b4c5000-7fef7b4c6000 rw-p 00002000 09:01 70911072 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/utf_16be.so
7fef7b4c6000-7fef7b6b6000 r-xp 00000000 09:00 12326425 /usr/lib/libruby-1.9.1.so.1.9.1
7fef7b6b6000-7fef7b8b5000 ---p 001f0000 09:00 12326425 /usr/lib/libruby-1.9.1.so.1.9.1
7fef7b8b5000-7fef7b8ba000 r--p 001ef000 09:00 12326425 /usr/lib/libruby-1.9.1.so.1.9.1
7fef7b8ba000-7fef7b8be000 rw-p 001f4000 09:00 12326425 /usr/lib/libruby-1.9.1.so.1.9.1
7fef7b8be000-7fef7b8da000 rw-p 00000000 00:00 0
7fef7b8da000-7fef7b8e0000 r-xp 00000000 09:00 18743802 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/parser.so
7fef7b8e0000-7fef7badf000 ---p 00006000 09:00 18743802 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/parser.so
7fef7badf000-7fef7bae0000 r--p 00005000 09:00 18743802 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/parser.so
7fef7bae0000-7fef7bae1000 rw-p 00006000 09:00 18743802 /usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/ext/parser.so
7fef7bae1000-7fef7baf5000 r-xp 00000000 09:01 70911031 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/bigdecimal.so
7fef7baf5000-7fef7bcf4000 ---p 00014000 09:01 70911031 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/bigdecimal.so
7fef7bcf4000-7fef7bcf5000 r--p 00013000 09:01 70911031 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/bigdecimal.so
7fef7bcf5000-7fef7bcf6000 rw-p 00014000 09:01 70911031 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/bigdecimal.so
7fef7bcf6000-7fef7bcf9000 r-xp 00000000 09:01 70911117 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/etc.so
7fef7bcf9000-7fef7bef8000 ---p 00003000 09:01 70911117 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/etc.so
7fef7bef8000-7fef7bef9000 r--p 00002000 09:01 70911117 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/etc.so
7fef7bef9000-7fef7befa000 rw-p 00003000 09:01 70911117 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/etc.so
7fef7befa000-7fef7bf2d000 r-xp 00000000 09:01 70911025 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/date_core.so
7fef7bf2d000-7fef7c12d000 ---p 00033000 09:01 70911025 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/date_core.so
7fef7c12d000-7fef7c12e000 r--p 00033000 09:01 70911025 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/date_core.so
7fef7c12e000-7fef7c12f000 rw-p 00034000 09:01 70911025 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/date_core.so
7fef7c12f000-7fef7c131000 rw-p 00000000 00:00 0
7fef7c131000-7fef7c138000 r-xp 00000000 09:01 70911120 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/stringio.so
7fef7c138000-7fef7c337000 ---p 00007000 09:01 70911120 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/stringio.so
7fef7c337000-7fef7c338000 r--p 00006000 09:01 70911120 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/stringio.so
7fef7c338000-7fef7c339000 rw-p 00007000 09:01 70911120 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/stringio.so
7fef7c339000-7fef7c34f000 r-xp 00000000 09:00 34603091 /lib/x86_64-linux-gnu/libz.so.1.2.7
7fef7c34f000-7fef7c54e000 ---p 00016000 09:00 34603091 /lib/x86_64-linux-gnu/libz.so.1.2.7
7fef7c54e000-7fef7c54f000 r--p 00015000 09:00 34603091 /lib/x86_64-linux-gnu/libz.so.1.2.7
7fef7c54f000-7fef7c550000 rw-p 00016000 09:00 34603091 /lib/x86_64-linux-gnu/libz.so.1.2.7
7fef7c550000-7fef7c55f000 r-xp 00000000 09:01 70911032 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/zlib.so
7fef7c55f000-7fef7c75e000 ---p 0000f000 09:01 70911032 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/zlib.so
7fef7c75e000-7fef7c75f000 r--p 0000e000 09:01 70911032 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/zlib.so
7fef7c75f000-7fef7c760000 rw-p 0000f000 09:01 70911032 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/zlib.so
7fef7c760000-7fef7c784000 r-xp 00000000 09:01 70911024 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/socket.so
7fef7c784000-7fef7c983000 ---p 00024000 09:01 70911024 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/socket.so
7fef7c983000-7fef7c984000 r--p 00023000 09:01 70911024 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/socket.so
7fef7c984000-7fef7c985000 rw-p 00024000 09:01 70911024 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/socket.so
7fef7c985000-7fef7c987000 r-xp 00000000 09:01 70911047 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/trans/transdb.so
7fef7c987000-7fef7cb87000 ---p 00002000 09:01 70911047 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/trans/transdb.so
7fef7cb87000-7fef7cb88000 r--p 00002000 09:01 70911047 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/trans/transdb.so
7fef7cb88000-7fef7cb89000 rw-p 00003000 09:01 70911047 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/trans/transdb.so
7fef7cb89000-7fef7cb8b000 r-xp 00000000 09:01 70911040 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/encdb.so
7fef7cb8b000-7fef7cd8a000 ---p 00002000 09:01 70911040 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/encdb.so
7fef7cd8a000-7fef7cd8b000 r--p 00001000 09:01 70911040 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/encdb.so
7fef7cd8b000-7fef7cd8c000 rw-p 00002000 09:01 70911040 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/enc/encdb.so
7fef7cd8c000-7fef7d055000 r--p 00000000 09:00 12320994 /usr/lib/locale/locale-archive
7fef7d055000-7fef7d158000 r-xp 00000000 09:00 34603333 /lib/x86_64-linux-gnu/libm-2.17.so
7fef7d158000-7fef7d358000 ---p 00103000 09:00 34603333 /lib/x86_64-linux-gnu/libm-2.17.so
7fef7d358000-7fef7d359000 r--p 00103000 09:00 34603333 /lib/x86_64-linux-gnu/libm-2.17.so
7fef7d359000-7fef7d35a000 rw-p 00104000 09:00 34603333 /lib/x86_64-linux-gnu/libm-2.17.so
7fef7d35a000-7fef7d364000 r-xp 00000000 09:00 34603355 /lib/x86_64-linux-gnu/libcrypt-2.17.so
7fef7d364000-7fef7d563000 ---p 0000a000 09:00 34603355 /lib/x86_64-linux-gnu/libcrypt-2.17.so
7fef7d563000-7fef7d564000 r--p 00009000 09:00 34603355 /lib/x86_64-linux-gnu/libcrypt-2.17.so
7fef7d564000-7fef7d565000 rw-p 0000a000 09:00 34603355 /lib/x86_64-linux-gnu/libcrypt-2.17.so
7fef7d565000-7fef7d593000 rw-p 00000000 00:00 0
7fef7d593000-7fef7d596000 r-xp 00000000 09:00 34603312 /lib/x86_64-linux-gnu/libdl-2.17.so
7fef7d596000-7fef7d795000 ---p 00003000 09:00 34603312 /lib/x86_64-linux-gnu/libdl-2.17.so
7fef7d795000-7fef7d796000 r--p 00002000 09:00 34603312 /lib/x86_64-linux-gnu/libdl-2.17.so
7fef7d796000-7fef7d797000 rw-p 00003000 09:00 34603312 /lib/x86_64-linux-gnu/libdl-2.17.so
7fef7d797000-7fef7d79e000 r-xp 00000000 09:00 34603148 /lib/x86_64-linux-gnu/librt-2.17.so
7fef7d79e000-7fef7d99d000 ---p 00007000 09:00 34603148 /lib/x86_64-linux-gnu/librt-2.17.so
7fef7d99d000-7fef7d99e000 r--p 00006000 09:00 34603148 /lib/x86_64-linux-gnu/librt-2.17.so
7fef7d99e000-7fef7d99f000 rw-p 00007000 09:00 34603148 /lib/x86_64-linux-gnu/librt-2.17.so
7fef7d99f000-7fef7d9b7000 r-xp 00000000 09:00 34603329 /lib/x86_64-linux-gnu/libpthread-2.17.so
7fef7d9b7000-7fef7dbb6000 ---p 00018000 09:00 34603329 /lib/x86_64-linux-gnu/libpthread-2.17.so
7fef7dbb6000-7fef7dbb7000 r--p 00017000 09:00 34603329 /lib/x86_64-linux-gnu/libpthread-2.17.so
7fef7dbb7000-7fef7dbb8000 rw-p 00018000 09:00 34603329 /lib/x86_64-linux-gnu/libpthread-2.17.so
7fef7dbb8000-7fef7dbbc000 rw-p 00000000 00:00 0
7fef7dbbc000-7fef7dd7a000 r-xp 00000000 09:00 34603310 /lib/x86_64-linux-gnu/libc-2.17.so
7fef7dd7a000-7fef7df79000 ---p 001be000 09:00 34603310 /lib/x86_64-linux-gnu/libc-2.17.so
7fef7df79000-7fef7df7d000 r--p 001bd000 09:00 34603310 /lib/x86_64-linux-gnu/libc-2.17.so
7fef7df7d000-7fef7df7f000 rw-p 001c1000 09:00 34603310 /lib/x86_64-linux-gnu/libc-2.17.so
7fef7df7f000-7fef7df84000 rw-p 00000000 00:00 0
7fef7df84000-7fef7e1ec000 r-xp 00000000 09:01 67895851 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/libruby.so.2.0.0
7fef7e1ec000-7fef7e3ec000 ---p 00268000 09:01 67895851 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/libruby.so.2.0.0
7fef7e3ec000-7fef7e3f1000 r--p 00268000 09:01 67895851 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/libruby.so.2.0.0
7fef7e3f1000-7fef7e3f4000 rw-p 0026d000 09:01 67895851 /home/cdw/.rvm/rubies/ruby-2.0.0-p247/lib/libruby.so.2.0.0
7fef7e3f4000-7fef7e415000 rw-p 00000000 00:00 0
7fef7e415000-7fef7e438000 r-xp 00000000 09:00 34603279 /lib/x86_64-linux-gnu/ld-2.17.so
7fef7e50e000-7fef7e614000 rw-p 00000000 00:00 0
7fef7e629000-7fef7e62a000 rw-p 00000000 00:00 0
7fef7e62a000-7fef7e631000 r--s 00000000 09:00 13898280 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7fef7e631000-7fef7e632000 ---p 00000000 00:00 0
7fef7e632000-7fef7e637000 rw-p 00000000 00:00 0 [stack:11138]
7fef7e637000-7fef7e638000 r--p 00022000 09:00 34603279 /lib/x86_64-linux-gnu/ld-2.17.so
7fef7e638000-7fef7e63a000 rw-p 00023000 09:00 34603279 /lib/x86_64-linux-gnu/ld-2.17.so
7fffa2fd7000-7fffa2ff8000 rw-p 00000000 00:00 0
7fffa2ffe000-7fffa3000000 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

Aborted (core dumped)

Actions #7

Updated by naruse (Yui NARUSE) over 6 years ago

  • Target version deleted (2.6)
Actions #8

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0Like0