[ruby-core:85611] [Ruby trunk Bug#14484][Rejected] Error - using - ruby 2.2.1

From: nobu@...
Date: 2018-02-17 06:06:37 UTC
List: ruby-core #85611
Issue #14484 has been updated by nobu (Nobuyoshi Nakada).

File bug-14484.log added
Description updated
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.

----------------------------------------
Bug #14484: Error - using - ruby 2.2.1
https://bugs.ruby-lang.org/issues/14484#change-70408

* Author: Januszpl (Janusz Janczy)
* Status: Rejected
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 2.2.1
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
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)


-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next