[#85349] [Ruby trunk Bug#14334] Segmentation fault after running rspec (ruby/2.5.0/erb.rb:885 / simplecov/source_file.rb:85) — pragtob@...
Issue #14334 has been updated by PragTob (Tobias Pfeiffer).
3 messages
2018/02/02
[#85358] Re: [ruby-cvs:69220] nobu:r62039 (trunk): compile.c: unnecessary freezing — Eric Wong <normalperson@...>
nobu@ruby-lang.org wrote:
5 messages
2018/02/03
[#85612] Why require autoconf 2.67+ — leam hall <leamhall@...>
Please pardon the intrusion; I am new to Ruby and like to pull the
6 messages
2018/02/17
[#85634] [Ruby trunk Bug#14494] [PATCH] tool/m4/ruby_replace_type.m4 use AC_CHECK_TYPES for HAVE_* macros — normalperson@...
Issue #14494 has been reported by normalperson (Eric Wong).
3 messages
2018/02/19
[#85674] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — matz@...
Issue #13618 has been updated by matz (Yukihiro Matsumoto).
5 messages
2018/02/20
[#85686] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wong <normalperson@...>
2018/02/20
matz@ruby-lang.org wrote:
[#85704] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Koichi Sasada <ko1@...>
2018/02/21
On 2018/02/20 18:06, Eric Wong wrote:
[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>