Project

General

Profile

Actions

Bug #14484

closed

Error - using - ruby 2.2.1

Added by Januszpl (Janusz Janczy) about 7 years ago. Updated about 7 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:85610]

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

bug-14484.log (183 KB) bug-14484.log nobu (Nobuyoshi Nakada), 02/17/2018 06:03 AM

Updated by nobu (Nobuyoshi Nakada) about 7 years ago

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) about 7 years ago

Thank you. I need to run app on 2.2.1. Will check this extensions libraries.

Actions

Also available in: Atom PDF

Like0
Like0Like0