[#65451] [ruby-trunk - Feature #10333] [PATCH 3/1] optimize: "yoda literal" == string — ko1@...
Issue #10333 has been updated by Koichi Sasada.
ko1@atdot.net wrote:
Eric Wong <normalperson@yhbt.net> wrote:
Eric Wong <normalperson@yhbt.net> wrote:
On 2014/10/09 11:04, Eric Wong wrote:
SASADA Koichi <ko1@atdot.net> wrote:
[#65453] [ruby-trunk - Feature #10328] [PATCH] make OPT_SUPPORT_JOKE a proper VM option — ko1@...
Issue #10328 has been updated by Koichi Sasada.
[#65559] is there a name for this? — Xavier Noria <fxn@...>
When describing stuff about constants (working in their guide), you often
On 2014/10/09 20:41, Xavier Noria wrote:
On Thu, Oct 9, 2014 at 1:59 PM, Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:
[#65566] [ruby-trunk - Feature #10351] [Open] [PATCH] prevent CVE-2014-6277 — shyouhei@...
Issue #10351 has been reported by Shyouhei Urabe.
[#65741] Re: [ruby-cvs:55121] normal:r47971 (trunk): test/ruby/test_rubyoptions.rb: fix race — Nobuyoshi Nakada <nobu@...>
On 2014/10/16 10:10, normal@ruby-lang.org wrote:
Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:
2014-10-16 12:48 GMT+09:00 Eric Wong <normalperson@yhbt.net>:
[#65753] [ruby-trunk - Feature #10333] [PATCH 3/1] optimize: "yoda literal" == string — ko1@...
Issue #10333 has been updated by Koichi Sasada.
[#65818] [ruby-trunk - Feature #10351] [PATCH] prevent CVE-2014-6277 — shyouhei@...
Issue #10351 has been updated by Shyouhei Urabe.
[ruby-core:65392] [ruby-trunk - Bug #10026] Segmentation fault
Issue #10026 has been updated by Ellis Berner. The version I am experiencing the issue is with 2.1.2 and 2.1.3. ---------------------------------------- Bug #10026: Segmentation fault https://bugs.ruby-lang.org/issues/10026#change-49191 * Author: Ellis Berner * Status: Feedback * Priority: Normal * Assignee: * Category: core * Target version: current: 2.2.0 * ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- The following segmentation fault is from running tests with RSpec on a somewhat large test suite. The results of the test are always printed *before* the segmentation fault. ~~~ /home/ubuntu/doximity/vendor/bundle/ruby/2.1.0/bin/rspec: [BUG] Segmentation fault at 0xfffffffffffffff9 ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] -- Control frame information ----------------------------------------------- c:0001 p:0000 s:0002 E:0026f8 TOP [FINISH] -- C level backtrace information ------------------------------------------- /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(+0x1b1495) [0x7ff465c8b495] vm_dump.c:685 /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(+0x707dc) [0x7ff465b4a7dc] error.c:307 /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(rb_bug+0xb7) [0x7ff465b4bc57] error.c:334 /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(+0x138a36) [0x7ff465c12a36] signal.c:704 /lib/x86_64-linux-gnu/libc.so.6(+0x364a0) [0x7ff4657504a0] /lib/x86_64-linux-gnu/libc.so.6(malloc_usable_size+0x7) [0x7ff46579ea37] /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(ruby_xfree+0x31) [0x7ff465b6ac91] gc.c:5943 /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(+0x1918f5) [0x7ff465c6b8f5] iseq.c:86 /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(+0x8ad8c) [0x7ff465b64d8c] gc.c:2061 /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(rb_gc_call_finalizer_at_exit+0x1e3) [0x7ff465b6dc53] gc.c:2209 /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(ruby_cleanup+0x1f2) [0x7ff465b52932] eval.c:129 /home/ubuntu/.rvm/rubies/ruby-2.1.2/bin/../lib/libruby.so.2.1(ruby_run_node+0x25) [0x7ff465b52c25] eval.c:310 ruby() [0x4007db] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff46573b76d] ruby() [0x400809] ~~~ -- https://bugs.ruby-lang.org/