Actions
Bug #14484
closedError - using - ruby 2.2.1
    Bug #14484:
    Error - using - ruby 2.2.1
  
Description
Try to run some rails server / console command. It's my first when I do sth with ruby (need to changes some front-end stuff only).
/Users/DL/.rvm/gems/ruby-2.2.1/gems/liquid-2.4.1/lib/liquid/htmltags.rb:43: warning: duplicated key at line 46 ignored: "index0"
=> Booting WEBrick
=> Rails 4.2.4 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
/Users/DL/.rvm/gems/ruby-2.2.1/gems/redcarpet-3.1.2/lib/redcarpet.bundle: [BUG] Segmentation fault at 0x00000000000438
ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin17]
(snip)
Files
        
           Updated by nobu (Nobuyoshi Nakada) over 7 years ago
          Updated by nobu (Nobuyoshi Nakada) over 7 years ago
          
          
        
        
      
      - File bug-14484.log bug-14484.log added
- Description updated (diff)
- Status changed from Open to Rejected
2.2.1 is outdated.
-- C level backtrace information -------------------------------------------
0   libruby.2.2.0.dylib                 0x000000010af09981 rb_vm_bugreport + 145
1   libruby.2.2.0.dylib                 0x000000010adb0545 rb_bug_context + 437
2   libruby.2.2.0.dylib                 0x000000010ae847b4 sigsegv + 68
3   libsystem_platform.dylib            0x00007fff7c6c7f5a _sigtramp + 26
4   Ruby                                0x00007fff5ff5284b ruby_xmalloc + 17
5   ???                                 0x00007ffee4e8fef0 0x0 + 140732738895600
You seem loading an incompatible extension library linked against system provided ruby.
If you use ruby 2.2.4 or later, you'll see "incompatible library version" exception.
        
           Updated by Januszpl (Janusz Janczy) over 7 years ago
          Updated by Januszpl (Janusz Janczy) over 7 years ago
          
          
        
        
      
      Thank you. I need to run app on 2.2.1. Will check this extensions libraries.
Actions