This project is archived and is in readonly mode.

#4455 ✓invalid
petRUShka

Segmentation fault at http://localhost:3000/rails/info/properties on new application

Reported by petRUShka | April 22nd, 2010 @ 03:52 PM

System: ArchLinux
Ruby: ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux]
Rails: Rails 3.0.0.beta3

[petrushka@parch webdev]$ rails test10 [petrushka@parch test10]$ rails server


rails server
=> Booting WEBrick
=> Rails 3.0.0.beta3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-04-22 18:43:53] INFO  WEBrick 1.3.1
[2010-04-22 18:43:53] INFO  ruby 1.9.1 (2010-01-10) [x86_64-linux]
[2010-04-22 18:43:53] INFO  WEBrick::HTTPServer#start: pid=16817 port=3000
/usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta3/lib/active_support/core_ext/module/attribute_accessors.rb:42: [BUG] Segmentation fault
ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux]

-- control frame ----------
c:0023 p:-665574 s:0136 b:0135 l:000134 d:000134 METHOD /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta3/lib/active_support/core_ext/module/attribute_accessors.rb:42
c:0022 p:0024 s:0125 b:0125 l:000124 d:000124 METHOD /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88
c:0021 p:0013 s:0119 b:0119 l:000110 d:000110 METHOD /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/callbacks.rb:44
c:0020 p:0014 s:0115 b:0115 l:000114 d:000114 METHOD /usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/sendfile.rb:105
c:0019 p:0046 s:0105 b:0105 l:000104 d:000104 METHOD /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/remote_ip.rb:48
c:0018 p:0014 s:0101 b:0101 l:000100 d:000100 METHOD /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/show_exceptions.rb:48
c:0017 p:0026 s:0096 b:0096 l:000095 d:000095 METHOD /usr/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta3/lib/rails/rack/logger.rb:13
c:0016 p:0031 s:0092 b:0092 l:000091 d:000091 METHOD /usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/runtime.rb:17
c:0015 p:0013 s:0083 b:0083 l:000077 d:000082 BLOCK  /usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/lock.rb:11
c:0014 p:0019 s:0081 b:0081 l:000080 d:000080 METHOD <internal:prelude>:8
c:0013 p:0052 s:0078 b:0078 l:000077 d:000077 METHOD /usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/lock.rb:11
c:0012 p:0189 s:0073 b:0073 l:000072 d:000072 METHOD /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/static.rb:30
c:0011 p:0032 s:0066 b:0066 l:000065 d:000065 METHOD /usr/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta3/lib/rails/application.rb:132
c:0010 p:0021 s:0062 b:0062 l:000061 d:000061 METHOD /usr/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta3/lib/rails/application.rb:81
c:0009 p:---- s:0057 b:0057 l:000056 d:000056 FINISH
c:0008 p:0014 s:0055 b:0055 l:000054 d:000054 METHOD /usr/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta3/lib/rails/rack/log_tailer.rb:15
c:0007 p:0014 s:0050 b:0050 l:000049 d:000049 METHOD /usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/content_length.rb:13
c:0006 p:0320 s:0042 b:0042 l:000041 d:000041 METHOD /usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/handler/webrick.rb:48
c:0005 p:0256 s:0030 b:0030 l:000029 d:000029 METHOD /usr/lib/ruby/1.9.1/webrick/httpserver.rb:111
c:0004 p:0382 s:0020 b:0020 l:000019 d:000019 METHOD /usr/lib/ruby/1.9.1/webrick/httpserver.rb:70
c:0003 p:0123 s:0009 b:0009 l:000da8 d:000008 BLOCK  /usr/lib/ruby/1.9.1/webrick/server.rb:183
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP   
---------------------------
-- Ruby level backtrace information-----------------------------------------
/usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta3/lib/active_support/core_ext/module/attribute_accessors.rb:42:in `block in mattr_writer'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88:in `run_callbacks'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/sendfile.rb:105:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/show_exceptions.rb:48:in `call'
/usr/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta3/lib/rails/rack/logger.rb:13:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/runtime.rb:17:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/lock.rb:11:in `block in call'
<internal:prelude>:8:in `synchronize'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/usr/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/static.rb:30:in `call'
/usr/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta3/lib/rails/application.rb:132:in `call'
/usr/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta3/lib/rails/application.rb:81:in `method_missing'
/usr/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta3/lib/rails/rack/log_tailer.rb:15:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/content_length.rb:13:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/handler/webrick.rb:48:in `service'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/usr/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'

-- C level backtrace information -------------------------------------------
0x7fce0fb1de01 /usr/lib/libruby.so.1.9(rb_vm_bugreport+0x51) [0x7fce0fb1de01]
0x7fce0fa44bb4 /usr/lib/libruby.so.1.9(+0x50bb4) [0x7fce0fa44bb4]
0x7fce0fa44d23 /usr/lib/libruby.so.1.9(rb_bug+0xb3) [0x7fce0fa44d23]
0x7fce0fac7a15 /usr/lib/libruby.so.1.9(+0xd3a15) [0x7fce0fac7a15]
0x7fce0f6d0050 /lib/libc.so.6(+0x32050) [0x7fce0f6d0050]
0x31ab6b0 [0x31ab6b0]

[NOTE]
You may encounter a bug of Ruby interpreter. Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Error above occure when I click at http://localhost:3000/rails/info/properties

Comments and changes to this ticket

  • Hugo Barauna

    Hugo Barauna April 22nd, 2010 @ 10:19 PM

    It seems that I'm having the same problema. My configurations are:

    System: Mac OS X 10.6.3
    ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.2.0]
    Rails 3.0.0.beta3 (commit 19cecc907f2c97458519f103cbb967cf8dda5716)

    The console output is:

    => Booting WEBrick => Rails 3.0.0.beta3 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server [2010-04-22 18:00:10] INFO WEBrick 1.3.1 [2010-04-22 18:00:10] INFO ruby 1.9.1 (2010-01-10) [i386-darwin10.2.0] [2010-04-22 18:00:10] INFO WEBrick::HTTPServer#start: pid=41054 port=3000 /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-3.0.0.beta3/lib/active_support/core_ext/module/delegation.rb:118: [BUG] Segmentation fault ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.2.0]

    -- control frame ---------- c:0074 p:---- s:0382 b:0382 l:000381 d:000381 CFUNC :caller
    c:0073 p:0159 s:0379 b:0379 l:000378 d:000378 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-3.0.0.beta3/lib/active_support/core_ext/module/delegation.rb:11
    c:0072 p:0123 s:0370 b:0370 l:000369 d:000369 CLASS /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/relation.rb:12
    c:0071 p:0011 s:0368 b:0368 l:000367 d:000367 CLASS /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/relation.rb:4
    c:0070 p:0021 s:0366 b:0366 l:000365 d:000365 TOP /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/relation.rb:3
    c:0069 p:---- s:0364 b:0364 l:000363 d:000363 FINISH
    c:0068 p:0022 s:0362 b:0362 l:000361 d:000361 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/base.rb:1027
    c:0067 p:0121 s:0359 b:0359 l:000358 d:000358 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/named_scope.rb:30
    c:0066 p:0011 s:0353 b:0353 l:000352 d:000352 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/base.rb:403
    c:0065 p:0017 s:0348 b:0348 l:000347 d:000347 METHOD /Users/hugobarauna/projects/rails3_book_exercises/templater/app/controllers/sql_templates_controller.rb:5
    c:0064 p:---- s:0345 b:0345 l:000344 d:000344 FINISH
    c:0063 p:---- s:0343 b:0343 l:000342 d:000342 CFUNC :send
    c:0062 p:0012 s:0339 b:0339 l:000338 d:000338 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_controller/metal/implicit_render.rb:4
    c:0061 p:0015 s:0334 b:0334 l:000333 d:000333 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/abstract_controller/base.rb:144
    c:0060 p:0041 s:0329 b:0329 l:000328 d:000328 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_controller/metal/rendering.rb:11
    c:0059 p:0012 s:0325 b:0325 l:0009b0 d:000324 BLOCK /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_controller/metal/instrumentation.rb:29
    c:0058 p:0039 s:0321 b:0321 l:000320 d:000320 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-3.0.0.beta3/lib/active_support/notifications/instrumenter.rb:18
    c:0057 p:0023 s:0314 b:0314 l:000313 d:000313 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-3.0.0.beta3/lib/active_support/notifications.rb:48
    c:0056 p:0152 s:0309 b:0309 l:0009b0 d:0009b0 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_controller/metal/instrumentation.rb:28
    c:0055 p:0010 s:0303 b:0303 l:001a40 d:000302 BLOCK /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/abstract_controller/callbacks.rb:18
    c:0054 p:0063 s:0301 b:0301 l:000300 d:000300 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:433
    c:0053 p:0168 s:0295 b:0295 l:000294 d:000294 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:404
    c:0052 p:0024 s:0286 b:0286 l:000285 d:000285 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88
    c:0051 p:0015 s:0280 b:0280 l:001a40 d:001a40 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/abstract_controller/callbacks.rb:17
    c:0050 p:0012 s:0276 b:0276 l:000275 d:000275 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_controller/metal/rescue.rb:8
    c:0049 p:0077 s:0271 b:0271 l:000270 d:000270 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/abstract_controller/base.rb:113
    c:0048 p:0084 s:0265 b:0265 l:000264 d:000264 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/abstract_controller/rendering.rb:39
    c:0047 p:0045 s:0260 b:0260 l:000259 d:000259 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_controller/metal.rb:84
    c:0046 p:0046 s:0255 b:0255 l:000254 d:000254 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_controller/metal/rack_delegation.rb:14
    c:0045 p:0030 s:0250 b:0250 l:001b28 d:000249 BLOCK /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_controller/metal.rb:124
    c:0044 p:---- s:0247 b:0247 l:000246 d:000246 FINISH
    c:0043 p:---- s:0245 b:0245 l:000244 d:000244 CFUNC :call
    c:0042 p:0096 s:0241 b:0241 l:000240 d:000240 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/routing/route_set.rb:30
    c:0041 p:0095 s:0235 b:0235 l:000207 d:000234 BLOCK /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-mount-0.6.3/lib/rack/mount/route_set.rb:148
    c:0040 p:0014 s:0229 b:0229 l:000213 d:000228 BLOCK /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-mount-0.6.3/lib/rack/mount/code_generation.rb:89
    c:0039 p:0188 s:0224 b:0224 l:000223 d:000223 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-mount-0.6.3/lib/rack/mount/code_generation.rb:66
    c:0038 p:0193 s:0214 b:0214 l:000213 d:000213 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-mount-0.6.3/lib/rack/mount/code_generation.rb:88
    c:0037 p:0089 s:0208 b:0208 l:000207 d:000207 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-mount-0.6.3/lib/rack/mount/route_set.rb:139
    c:0036 p:0024 s:0202 b:0202 l:000201 d:000201 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/routing/route_set.rb:459
    c:0035 p:0013 s:0198 b:0198 l:001420 d:000197 BLOCK /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/query_cache.rb:31
    c:0034 p:0017 s:0196 b:0196 l:000195 d:000195 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/connection_adapters/abstract/query
    c:0033 p:0051 s:0192 b:0192 l:000191 d:000191 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/query_cache.rb:11
    c:0032 p:0019 s:0188 b:0188 l:001420 d:001420 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/query_cache.rb:30
    c:0031 p:0014 s:0184 b:0184 l:000183 d:000183 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activerecord-3.0.0.beta3/lib/active_record/connection_adapters/abstract/conne
    c:0030 p:0090 s:0180 b:0180 l:000179 d:000179 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/head.rb:14
    c:0029 p:0150 s:0173 b:0173 l:000172 d:000172 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/methodoverride.rb:24
    c:0028 p:0045 s:0167 b:0167 l:000166 d:000166 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/params_parser.rb:21
    c:0027 p:0051 s:0162 b:0162 l:000161 d:000161 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/flash.rb:167
    c:0026 p:0086 s:0156 b:0156 l:000155 d:000155 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/session/cookie_store.rb
    c:0025 p:0014 s:0146 b:0146 l:000145 d:000145 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/cookies.rb:202
    c:0024 p:0029 s:0137 b:0137 l:002230 d:000136 BLOCK /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/callbacks.rb:46
    c:0023 p:0210 s:0135 b:0135 l:000134 d:000134 METHOD (null):410
    c:0022 p:0024 s:0125 b:0125 l:000124 d:000124 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88
    c:0021 p:0013 s:0119 b:0119 l:002230 d:002230 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/callbacks.rb:44
    c:0020 p:0014 s:0115 b:0115 l:000114 d:000114 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/sendfile.rb:105
    c:0019 p:0046 s:0105 b:0105 l:000104 d:000104 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/remote_ip.rb:48
    c:0018 p:0014 s:0101 b:0101 l:000100 d:000100 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/show_exceptions.rb:48
    c:0017 p:0026 s:0096 b:0096 l:000095 d:000095 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/rack/logger.rb:13
    c:0016 p:0031 s:0092 b:0092 l:000091 d:000091 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/runtime.rb:17
    c:0015 p:0013 s:0083 b:0083 l:000077 d:000082 BLOCK /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/lock.rb:11
    c:0014 p:0019 s:0081 b:0081 l:000080 d:000080 METHOD <internal:prelude>:8
    c:0013 p:0052 s:0078 b:0078 l:000077 d:000077 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/lock.rb:11
    c:0012 p:0189 s:0073 b:0073 l:000072 d:000072 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/actionpack-3.0.0.beta3/lib/action_dispatch/middleware/static.rb:30
    c:0011 p:0032 s:0066 b:0066 l:000065 d:000065 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/application.rb:132
    c:0010 p:0021 s:0062 b:0062 l:000061 d:000061 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/application.rb:81
    c:0009 p:---- s:0057 b:0057 l:000056 d:000056 FINISH
    c:0008 p:0014 s:0055 b:0055 l:000054 d:000054 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/rack/log_tailer.rb:15
    c:0007 p:0014 s:0050 b:0050 l:000049 d:000049 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/content_length.rb:13
    c:0006 p:0320 s:0042 b:0042 l:000041 d:000041 METHOD /Users/hugobarauna/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler/webrick.rb:48
    c:0005 p:0256 s:0030 b:0030 l:000029 d:000029 METHOD /Users/hugobarauna/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:111
    c:0004 p:0382 s:0020 b:0020 l:000019 d:000019 METHOD /Users/hugobarauna/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/httpserver.rb:70
    c:0003 p:0123 s:0009 b:0009 l:001c28 d:000008 BLOCK /Users/hugobarauna/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:183
    c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
    c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP

  • Anil Wadghule

    Anil Wadghule April 23rd, 2010 @ 09:36 PM

    Could not reproduce above issue with 'Rails 3.0.0.beta3' for following rubies installed with rvm. It worked fine.

    Ruby: ruby-1.9.1-p378 [ x86_64 ]
    Ruby: ruby-1.9.2-head [ x86_64 ]

    System: Mac OS X 10.6.3
    Rails: 3.0.0.beta3

  • Hugo Barauna

    Hugo Barauna April 23rd, 2010 @ 10:51 PM

    Sorry, It seems that Rails 3 doesn't support ruby 1.9.1, so I moved to ruby 1.9.2.

  • Anil Wadghule

    Anil Wadghule April 26th, 2010 @ 03:38 PM

    Can somebody mark this ticket as invalid?

  • Ryan Bigg

    Ryan Bigg April 27th, 2010 @ 12:11 PM

    • State changed from “new” to “invalid”

    It's recommended that you use 1.9.2 with Rails.

    I can do that.

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages