Issue #7731 has been reported by javigbas (Javier Gutierrez). ---------------------------------------- Bug #7731: Segmentation fault when trying to start rails server https://bugs.ruby-lang.org/issues/7731 Author: javigbas (Javier Gutierrez) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] =begin 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})) --------------------------------------------------------------------------- =end
on 2013-01-23 10:15
on 2013-01-23 10:16
Issue #7731 has been updated by javigbas (Javier Gutierrez). 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 --------------------------------------------------------------------------- ---------------------------------------- Bug #7731: Segmentation fault when trying to start rails server https://bugs.ruby-lang.org/issues/7731#change-35545 Author: javigbas (Javier Gutierrez) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] =begin 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})) --------------------------------------------------------------------------- =end
on 2013-01-23 11:05
Issue #7731 has been updated by javigbas (Javier Gutierrez).
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!
----------------------------------------
Bug #7731: Segmentation fault when trying to start rails server
https://bugs.ruby-lang.org/issues/7731#change-35547
Author: javigbas (Javier Gutierrez)
Status: Open
Priority: Normal
Assignee:
Category:
Target version:
ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553)
[x86_64-darwin10.8.0]
=begin
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}))
---------------------------------------------------------------------------
=end
on 2013-01-25 04:14
Issue #7731 has been updated by naruse (Yui NARUSE). Description updated ---------------------------------------- Bug #7731: Segmentation fault when trying to start rails server https://bugs.ruby-lang.org/issues/7731#change-35600 Author: javigbas (Javier Gutierrez) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] 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
on 2013-01-25 04:20
Issue #7731 has been updated by naruse (Yui NARUSE). Status changed from Open to Feedback I don't have Snow Leopard. Anyone can reproduce this? ---------------------------------------- Bug #7731: Segmentation fault when trying to start rails server https://bugs.ruby-lang.org/issues/7731#change-35606 Author: javigbas (Javier Gutierrez) Status: Feedback Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] 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
on 2013-02-17 06:25
Issue #7731 has been updated by ko1 (Koichi Sasada). Category set to core Target version set to next minor No feedback. ---------------------------------------- Bug #7731: Segmentation fault when trying to start rails server https://bugs.ruby-lang.org/issues/7731#change-36381 Author: javigbas (Javier Gutierrez) Status: Feedback Priority: Normal Assignee: Category: core Target version: next minor ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] 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
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.